Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 5,094 for

storage api

(0.05 sec)
  1. Add Metadata | Documentation

    This REST Api allows to add metadata to the documents. With this Api you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....Metadata Leave feedback This REST API allows to add metadata to the...the documents. With this API you can add metadata with following...

    docs.groupdocs.cloud/metadata/add-metadata/
  2. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify Api method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings fields Name Description Api Version FileInfo.FilePath The path of the document, located in the Storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....input parameters for Verify API method. VerifySettings example...VerifySettings fields Name Description API Version FileInfo.FilePath The...

    docs.groupdocs.cloud/signature/verifysettings/
  3. How to compare two PDF files | Documentation

    Comparing different file types is very simple, just upload compared files into the Storage and call comparisons method. Here is an example how to compare PDF files. Api usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud Storage Compare documents or get document info Download comparison result document from Storage Steps 1 and 3 are Storage operations, please refer to this File Api documentation for usage details....upload compared files into the storage and call comparisons method...example how to compare PDF files. API usage There are steps that usage...

    docs.groupdocs.cloud/comparison/how-to-compare-...
  4. Limit count of items to render | Documentation

    GroupDocs.Viewer Cloud allows rendering the items in Outlook Data Files (OST/PST). OutlookOptions is used to set rendering options for OST and PST formats. The following code samples show how to render the items in an Outlook Data File by setting a maximum limit. Api Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud Storage Render document or get document info Download rendered document from Storage Steps 1 and 3 are Storage operations, please refer to this File Api documentation for usage details.... API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/limit-count-of-item...
  5. UpdateSettings | Documentation

    UpdateSettings data structure used as input parameters of Update Api method. UpdateSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098', 'Left': 200, 'Top': 200, 'Width': 300, 'Height': 100, 'IsSignature': true } ] } UpdateSettings fields Name Description Api Version FileInfo.FilePath The path of the document, located in the Storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....as input parameters of Update API method. UpdateSettings example...UpdateSettings fields Name Description API Version FileInfo.FilePath The...

    docs.groupdocs.cloud/signature/updatesettings/
  6. Render print areas | Documentation

    Spreadsheet document allows to set a print area if you want to print a specific section on a worksheet. There can be the case when you want to render only the print area of the worksheet using GroupDocs.Viewer Cloud. GroupDocs.Viewer Cloud provides an option to render sections of the worksheet(s) defined as the “print area”. It renders each print area in a worksheet as a separate page. The following code samples show how to render only the print areas from worksheets.... API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/render-print-areas/
  7. Add Watermarks | Documentation

    This REST Api allows adding watermarks inside the documents. With this Api you can add watermarks with following features: The watermark could be either a text or an image: 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; For a Text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc....Watermarks Leave feedback This REST API allows adding watermarks inside...inside the documents. With this API you can add watermarks with following...

    docs.groupdocs.cloud/watermark/add-watermarks/
  8. InfoSettings | Documentation

    InfoSettings data structure used as input parameters for Info Api method to retrieve information Note Not all options are supported by all document formats. Each option may correspond to one or more formats. InfoSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } InfoSettings fields Name Description Api Version FileInfo.FilePath The path of the document, located in the Storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo....as input parameters for Info API method to retrieve information...InfoSettings fields Name Description API Version FileInfo.FilePath The...

    docs.groupdocs.cloud/signature/infosettings/
  9. Set Metadata | Documentation

    This REST Api allows to set metadata new values into existing properties of the documents. With this Api you can set metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be edited. You could search for properties to set by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name); value....Metadata Leave feedback This REST API allows to set metadata new values...of the documents. With this API you can set metadata with following...

    docs.groupdocs.cloud/metadata/set-metadata/
  10. Get attachments | Documentation

    GroupDocs.Viewer Cloud Api enables you to to retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents. Following example demonstrates on how to get all attachments from MSG file. Api Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud Storage Render document or get document info Download rendered document from Storage Steps 1 and 3 are Storage operations, please refer to this File Api documentation for usage details....Viewer Cloud API enables you to to retrieve a...all attachments from MSG file. API Usage There are steps that usage...

    docs.groupdocs.cloud/viewer/get-attachments/