Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 1,449 for

document information

(0.11 sec)
  1. GroupDocs.Conversion Cloud Product Family on Do...

    GroupDocs.Conversion Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Conversion Cloud Product Family on Document Processing REST APIs | GroupDocs......Conversion Cloud Product Family on Document Processing REST APIs | GroupDocs...Conversion Cloud Product Family on Document Processing REST APIs | GroupDocs...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  2. Search for multiple signatures | Documentation

    Sometimes you may want to search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching Documents for different signature types in an easy and intuitive way. In common words the idea is to pass collection of desired signature types to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document into cloud storage Search signatures For storage operations, like uploading or downloading Documents, please refer to the corresponding articles of this manual....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/search-for-multi...
  3. DeleteViewOptions | Documentation

    DeleteViewOptions data structure used as input parameters for Delete View working-with-viewer-api API DeleteViewOptions example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } DeleteViewOptions fields Name Description FileInfo.FilePath The path of the Document, delete view requested for. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Not used...Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/deleteviewoptions/
  4. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/docx/one-page.docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified Document Size Size of the verified Document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/searchresult/
  5. GroupDocs.Watermark Cloud | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the Documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a Document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Acquisition GroupDocs Cloud Documentation / GroupDocs.Watermark Cloud...

    docs.groupdocs.cloud/watermark/
  6. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output Document...Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  7. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Do you want to convert PDF documents to JPEG, GIF, and PNG images...file is like a snapshot of a document that is used for printing...

    blog.groupdocs.cloud/groupdocs.cloud/page/27/
  8. Update QR-Code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document into cloud storage Update signatures Download output Document For storage operations, like uploading or downloading Documents, please refer to the corresponding articles of this manual....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  9. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...are used to structure an XML document. On the other side, businesses...save specific pages of PDF documents to share with the stakeholders...

    blog.groupdocs.cloud/groupdocs.cloud/page/26/
  10. PreviewOptions | Documentation

    PreviewOptions structure defines options for creating Documents preview FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Format": "PNG", "PageNumbers": [ 0 ], "Width": 0, "Height": 0, "RenderComments": true } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the Document. Format Preview format. Supported values are: PNG, JPEG or BMP. Default value is PNG. PageNumbers Page numbers to create preview for Width Preview image width Height Preview image height RenderComments Show comments in preview...Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Annotation Cloud...

    docs.groupdocs.cloud/annotation/previewoptions/