Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 2,421 for

word annotation

(0.36 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...reject the tracked changes in Word documents on the cloud. In this...reject tracked changes in a Word document using a REST API in...

    blog.groupdocs.cloud/groupdocs.cloud/page/35/
  2. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser 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. # The environment variables CLIENT_ID and CLIENT_SECRET must be set....Annotation Product Solution GroupDocs..., "fileFormat" : "Microsoft Word Document" }, { "extension" :...

    docs.groupdocs.cloud/parser/get-supported-file-...
  3. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Annotation Product Solution GroupDocs..., "fileFormat" : "Microsoft Word" }, { "extension" : ".docx"...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud... Compare two or more Word documents programmatically on...on how to compare two or more Word documents using a REST API in...

    blog.groupdocs.cloud/groupdocs.cloud/page/40/
  5. Cloud on Document Processing REST APIs | GroupD...

    Cloud on Document Processing REST APIs | GroupDocs Cloud Recent content in Cloud on Document Processing REST APIs | GroupDocs Cloud Доступны пакеты SDK GroupDocs.Annotation Cloud для Java и Ruby Пр......Annotation Cloud для Java и Ruby Праздничное...документов. Облако GroupDocs.Annotation следующего поколения будет...

    blog.groupdocs.cloud/ru/tag/cloud/index.xml
  6. Extract Annotations using Python on Document Pr...

    Extract Annotations using Python on Document Processing REST APIs | GroupDocs Cloud Recent content in Extract Annotations using Python on Document Processing REST APIs | GroupDocs Cloud Xóa chú thí......Extract Annotations using Python on Document Processing REST...Recent content in Extract Annotations using Python on Document...

    blog.groupdocs.cloud/vi/tag/extract-annotations...
  7. Supported Document Formats | Documentation

    The following table indicates the input and output file formats supported by GroupDocs.Watermark Cloud WordProcessing family formats Format Description Add Remove Search Replace DOC MS Word 97-2007 Binary File Format ✔ ✔ ✔ ✔ DOCX Office Open XML WordProcessingML Macro-Free Document ✔ ✔ ✔ ✔ DOCM Office Open XML WordProcessingML Macro-Enabled Document ✔ ✔ ✔ ✔ DOT MS Word 97-2007 Template ✔ ✔ ✔ ✔ DOTM Office Open XML WordprocessingML Macro-Enabled Template ✔ ✔ ✔ ✔ DOTX Office Open XML WordprocessingML Macro-Free Template ✔ ✔ ✔ ✔ ODT Open Document Format Text Document ✔ ✔ ✔ ✔ RTF Rich Text Format ✔ ✔ ✔ ✔ Spreadsheet family formats Format Description Add Remove Search Replace XLS Excel 97-2003 Binary File Format ✔ ✔ ✔ ✔ XLT Excel 97-2003 Template ✔ ✔ ✔ ✔ XLSX Office Open XML Workbook Macro-Free ✔ ✔ ✔ ✔ XLSM Office Open XML Workbook Macro-Enabled ✔ ✔ ✔ ✔ XLTX Office Open XML Template Macro-Free ✔ ✔ ✔ ✔ XLTM Office Open XML Template Macro-Enabled ✔ ✔ ✔ ✔ Presentation family formats Format Description Add Remove Search Replace PPT Microsoft PowerPoint 97-2003 Presentation ✔ ✔ ✔ ✔ PPTX Microsoft Office Open XML PresentationML Macro-Free Document ✔ ✔ ✔ ✔ PPTM Microsoft Office Open XML PresentationML Macro-Enabled Document ✔ ✔ ✔ ✔ PPS Microsoft PowerPoint 97-2003 SlideShow ✔ ✔ ✔ ✔ PPSX Microsoft Office Open XML PresentationML Macro-Free SlideShow ✔ ✔ ✔ ✔ PPSM Microsoft Office Open XML PresentationML Macro-Enabled SlideShow ✔ ✔ ✔ ✔ POTX Microsoft Office Open XML PresentationML Macro-Free Template ✔ ✔ ✔ ✔ POTM Microsoft Office Open XML PresentationML Macro-Enabled Template ✔ ✔ ✔ ✔ Other formats Format Description Add Remove Search Replace PDF Saves the document as PDF (Adobe Portable Document) format....Annotation Product Solution GroupDocs...Add Remove Search Replace MS Word 97-2007 Binary File Format ✔...

    docs.groupdocs.cloud/watermark/supported-docume...
  8. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Annotation Product Solution GroupDocs..."Properties": [ { "NewValue": "microsoft word office", "Type": "String", "SearchCriteria":...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  9. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Annotation Product Solution GroupDocs..."Properties": [ { "NewValue": "microsoft word office", "Type": "String", "SearchCriteria":...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Drupal Document Viewer Module | GroupDocs

    GroupDocs.Comparison for Java API provides facility to compare and merge supported document formats with a few lines of code....with support of more Microsoft Word, Excel and PowerPoint formats...From The Library GroupDocs.Annotation for .NET MVC Front End integration...

    blog.groupdocs.cloud/comparison/customer-newsle...