Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,882 for

value

(0.72 sec)
  1. Rendering PDF Documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs....... We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/rendering-pdf-docum...
  2. Evaluate GroupDocs.Parser | Documentation

    You can evaluate GroupDocs.Parser REST APIs by creating a . The free trial will give you a good idea of the service’s capabilities and let you do some early development.Please check the web-page for more details.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/parser/evaluate-groupdocs-...
  3. Signing documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs....... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/signing-documents/
  4. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/deleteresult/
  5. Pricing Plan | Documentation

    GroupDocs builds incredible easy to use Software as a Service (SaaS) that developers can fully evaluate before committing to buying. To do this, we rely on a slightly different sales model.Please check the Pricing Plan and How to Purchase web-page that gives an overview of our single pricing plan and why there are no “upgrades” or “downgrades”.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/editor/pricing-plan/
  6. GroupDocs.Metadata Cloud | Documentation

    GroupDocs.Metadata Cloud is a REST API for managing metadata in the documents of different file formats. It provides easy to use metadata extracting and modifying methods. It also allows you to search and remove existing metadata in a document. The API provides straightforward and easy to use set of methods to add, search, modify and remove metadata in supported file formats.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/metadata/
  7. 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... We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  8. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]... We value your opinion. Your feedback...

    docs.groupdocs.cloud/conversion/conversion-api/
  9. Pricing Plan | Documentation

    GroupDocs builds incredible easy to use Software as a Service (SaaS) that developers can fully evaluate before committing to buying. To do this, we rely on a slightly different sales model. Please check the Pricing Plan and How to Purchase web-page that gives an overview of our single pricing plan and why there are no “upgrades” or “downgrades”.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/watermark/pricing-plan/
  10. FileInfo | Documentation

    FileInfo data structure describes input file FileInfo example { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } FileInfo fields Name Description FilePath File path in storage StorageName Storage name. Default storage used if not specified VersionId Version ID. Not required. Password Password to open password-protected file... We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/fileinfo/