Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 801 for

classification family

(0.79 sec)
  1. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.cloud/translation/workflow/
  2. Supported file formats | Documentation

    A complete list of file formats that can be translated using GroupDocs.Translation Cloud....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.cloud/translation/supported-file...
  3. Supported Document Formats | Documentation

    GroupDocs.Classification Cloud API supports following document formats: Format Name Extension Load Save Remarks Portable Document Format PDF Words Document Formats DOC, DOCX, DOCM, DOT, DOTX, DOTM Rich Text Formats RTF Plain Text File TXT OpenDocument Formats ODT, OTT...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.cloud/classification/supported-d...
  4. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.cloud/watermark/
  5. Rendering PDF Documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.cloud/viewer/rendering-pdf-docum...
  6. 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...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.cloud/viewer/deleteviewoptions/
  7. 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”....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.cloud/editor/pricing-plan/
  8. Rendering options by document type | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.cloud/viewer/rendering-options-b...
  9. 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...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  10. 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" } ]...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Classification Product Solution Purchase...

    docs.groupdocs.cloud/conversion/conversion-api/