Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,049 for

properties

(0.04 sec)
  1. GroupDocs.Metadata Cloud 22.12 | Process Metada...

    Java REST API & Cloud SDK to set, get & update metadata in the cloud. Search & extract the required metadata instead of traversing the whole file metadata tree....Features Add or apply metadata properties to the cloud documents ....add only specific metadata properties based on their tag or name...

    releases.groupdocs.cloud/metadata/java/22-12/
  2. GroupDocs.Signature Cloud 18.8 Release Notes | ...

    Major Features There about 20 features and fixes in this release. The most notable are: Introduced additional Properties of Text Signature. Implemented different background Brush styles for Text and Stamp Signatures for all supported document types. Involved additional Properties for QR-Code Signature Added ability to put Logo into QR-Code Signature Improved Exception handling and error codes. Full List of Issues Covering all Changes in this Release Key Summary Category SIGNATURECLOUD-308 Update Search QR-Code Options New Feature SIGNATURECLOUD-307 Update Search Barcode Options New Feature SIGNATURECLOUD-305 Update Signature QR-Code Options with new Properties New Feature SIGNATURECLOUD-304 Update Signature Barcode Options New Feature SIGNATURECLOUD-303 Update Signature Digital Options with new Properties New Feature SIGNATURECLOUD-302 Implement Verify Options Extensions with new Properties New Feature SIGNATURECLOUD-295 Update Signature Options Appearances with new Properties New Feature SIGNATURECLOUD-292 Update Verification QRCode Options with new Properties New Feature SIGNATURECLOUD-288 Update Verification Text Options with new Properties New Feature SIGNATURECLOUD-287 Update Signature Stamp Options with new Properties New Feature SIGNATURECLOUD-286 Update Signature Image Options with new Properties New Feature SIGNATURECLOUD-285 Update Signature Text Options with new Properties New Feature SIGNATURECLOUD-202 Implement Verification for Images documents New Feature SIGNATURECLOUD-187 Implement Brush Styles features support New Feature SIGNATURECLOUD-160 Implement Verification methods to support collection of options New Feature SIGNATURECLOUD-284 Improve Exception handling, implement Signature Exceptions support Improvement SIGNATURECLOUD-279 Add specific fields to PdfDigitalSignatureData Improvement SIGNATURECLOUD-134 Improve Swagger specification of GroupDocs....are: Introduced additional properties of Text Signature. Implemented...types. Involved additional properties for QR-Code Signature Added...

    docs.groupdocs.cloud/signature/groupdocs-signat...
  3. GroupDocs.Metadata Cloud 22.2 | Process Metadat...

    Java REST API & Cloud SDK to set, get & update metadata in the cloud. Search & extract the required metadata instead of traversing the whole file metadata tree....Features Add or apply metadata properties to the cloud documents ....add only specific metadata properties based on their tag or name...

    releases.groupdocs.cloud/metadata/java/22-2/
  4. GroupDocs.Metadata Cloud 23.8 | Process Metadat...

    Java REST API & Cloud SDK to set, get & update metadata in the cloud. Search & extract the required metadata instead of traversing the whole file metadata tree....Features Add or apply metadata properties to the cloud documents ....add only specific metadata properties based on their tag or name...

    releases.groupdocs.cloud/metadata/java/23-8/
  5. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....xlsb, ods, xltx, xltm, tsv Properties Description format Convert..."watermarkOptions" : [{ options }] } csv Properties Description format Convert...

    docs.groupdocs.cloud/conversion/convertoptions/
  6. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object { "layoutNames": ["Floor1", "Floor3"] } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv Properties Description format The format of input file, (“docx”, for example).... dwf, stl, Ifc, plt, Igs Properties Description format The format...ods, ots, xltx, xltm, tsv Properties Description format The format...

    docs.groupdocs.cloud/conversion/loadoptions/
  7. GroupDocs.Metadata Cloud 20.2 | Process Metadat...

    Java REST API & Cloud SDK to set, get & update metadata in the cloud. Search & extract the required metadata instead of traversing the whole file metadata tree....Features Add or apply metadata properties to the cloud documents ....add only specific metadata properties based on their tag or name...

    releases.groupdocs.cloud/metadata/java/20-2/
  8. GroupDocs.Metadata Cloud 20.3 | Process Metadat...

    Java REST API & Cloud SDK to set, get & update metadata in the cloud. Search & extract the required metadata instead of traversing the whole file metadata tree....Features Add or apply metadata properties to the cloud documents ....add only specific metadata properties based on their tag or name...

    releases.groupdocs.cloud/metadata/java/20-3/
  9. Extract Metadata By Property Name | Documentation

    This REST API allows to extract metadata Properties from the document choosing the Properties to extract by name. cURL example The following example demonstrates how to extract metadata information from all Properties that have “Date” string in names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Metadata By Property Name Extract Metadata By Property Name Leave...metadata properties from the document choosing the properties to extract...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata Properties from the document choosing the Properties which values are matching the specified value. cURL example The following example demonstrates how to extract metadata information from all Properties with the “Microsoft Office Word” value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....Metadata By Property Value Extract Metadata By Property Value Leave...metadata properties from the document choosing the properties which...

    docs.groupdocs.cloud/metadata/extract-metadata-...