Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 2,409 for

word annotation

(0.04 sec)
  1. Rendering options by document type | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Rendering Visio Documents Rendering Word Processing Documents Was this...

    docs.groupdocs.cloud/viewer/rendering-options-b...
  2. 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...Annotation Product Solution GroupDocs...{ 'FilePath' : 'source_files/word/source_with_revs.docx' }, 'Revisions'...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  3. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in "client_id" and Client Secret in "client_secret" arguments....Annotation Product Solution GroupDocs..., "fileFormat" : "Microsoft Word Document" }, { "extension" :...

    docs.groupdocs.cloud/merger/get-supported-file-...
  4. Render tracked changes | Documentation

    GroupDocs.Viewer Cloud does not render tracked changes of Word Processing documents by default. If you want to see tracked changes in your rendering result, use WordProcessingOptions.RenderTrackedChanges property. The following code sample shows how to render a Word document including tracked changes. 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....Annotation Product Solution GroupDocs...by document type / Rendering Word Processing Documents / Render...

    docs.groupdocs.cloud/viewer/render-tracked-chan...
  5. Setting content language | Documentation

    How to specify a language of the processed text....Annotation Product Solution GroupDocs...have unique grammatical rules, word choices, and cultural contexts...

    docs.groupdocs.cloud/rewriter/languages/
  6. Get Supported File Formats | Documentation

    This REST API allows getting list of all file formats supported by GroupDocs.Editor Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place the values in the CLIENT_ID and CLIENT_SECRET environment variables....Annotation Product Solution GroupDocs..., "fileFormat" : "Microsoft Word Document" }, { "extension" :...

    docs.groupdocs.cloud/editor/get-supported-file-...
  7. Supported content formatting | Documentation

    A list of layout and structural elements of the source document that are guaranteed to be translated by GroupDocs.Translation Cloud....Annotation Product Solution GroupDocs...guaranteed to be processed: Microsoft Word / ODT documents Most paragraph...

    docs.groupdocs.cloud/translation/supported-form...
  8. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....Annotation Product Solution GroupDocs...create customized Microsoft Word and OpenOffice documents, Excel...

    docs.groupdocs.cloud/assembly/getting-started/p...
  9. Evaluation tier | Documentation

    Evaluate GroupDocs.Translation Cloud service without registration....Annotation Product Solution GroupDocs...breaks) Translate Microsoft Word document Maximum 1,000 characters...

    docs.groupdocs.cloud/translation/evaluation/
  10. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "passWord": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, passWord Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page....Annotation Product Solution GroupDocs..., "fileFormat" : "Microsoft Word Open XML Document" , "size"...

    docs.groupdocs.cloud/signature/inforesult/