Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 439 for

metadata properties

(0.03 sec)
  1. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming Properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....Metadata Product Solution GroupDocs...positioning and transforming properties; There are format-specific...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  2. GroupDocs.Comparison | Introduction of PHP SDK ...

    This monthly release is allowing users to get Changes in table of content, Image and Html Comparison also compare annotations as result document file path or stream....Cloud API # Add public bool property LicenseChecker Improve displaying...'wordsSeparatorChars' => array(), 'metaData' => new ComparisonMetadataVa(...

    blog.groupdocs.cloud/comparison/introduction-of...
  3. GroupDocs.Comparison | Introduction of PHP SDK ...

    This monthly release is allowing users to get Changes in table of content, Image and Html Comparison also compare annotations as result document file path or stream....Cloud API # Add public bool property LicenseChecker Improve displaying...'wordsSeparatorChars' => array(), 'metaData' => new ComparisonMetadataVa(...

    blog.groupdocs.cloud/comparison/introduction-of...
  4. Render project time interval | Documentation

    There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate Properties of ProjectManagementOptions class as shown in code samples below. When only one of these Properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly....Metadata Product Solution GroupDocs...specified StartDate and EndDate properties of ProjectManagementOpt class...

    docs.groupdocs.cloud/viewer/render-project-time...
  5. PdfOptimizationOptions | Documentation

    PdfOptimizationOptions data structure contains the PDF optimization options to apply to the output PDF file. ImageOptions example { "Lineriaze": false, "RemoveAnnotations": false, "RemoveFormFields": false, "ConvertToGrayScale": false, "SubsetFonts": false, "CompressImages": false, "ImageQuality": 100, "ResizeImages": false, "MaxResolution": 300, "OptimizeSpreadsheets": false } ImageOptions fields Name Description Lineriaze Enables optimization the output PDF file for viewing online with a web browser. This optimization allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download....Metadata Product Solution GroupDocs...PdfOptimizationOptio.CompressImages property to true. ResizeImages Enables...

    docs.groupdocs.cloud/viewer/pdfoptimizationopti...
  6. Delete Template | Documentation

    This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of Properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....Metadata Product Solution GroupDocs...contains the full list of properties. Name Description Comment...

    docs.groupdocs.cloud/parser/delete-template/
  7. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....Metadata Product Solution GroupDocs...adjust digital signature properties in the document: Certificate...

    docs.groupdocs.cloud/signature/sign-document-wi...
  8. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. The table below contains the full list of Properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage....Metadata Product Solution GroupDocs...contains the full list of properties that can be specified for...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  9. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of Properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example....Metadata Product Solution GroupDocs...contains the full list of properties. Name Description Comment...

    docs.groupdocs.cloud/parser/get-template/
  10. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....Metadata Product Solution GroupDocs...range by setting RangeMode property. For protected documents,...

    docs.groupdocs.cloud/merger/remove-pages/