Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 2,481 for

word annotation

(0.03 sec)
  1. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get document information curl -v "https://api....Annotation Product Solution GroupDocs..., "fileFormat" : "Microsoft Word 97 - 2007 Document" }, { "extension"...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Automation REST APIs | GroupDocs Cloud... Sign Word or PDF Documents with digital...Python developer, you can annotate any PDF document programmatically...

    blog.groupdocs.cloud/groupdocs.cloud/page/35/
  3. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required....Annotation Product Solution GroupDocs...{ "fileFormat" : "Microsoft Word Open XML Document" , "extension"...

    docs.groupdocs.cloud/metadata/get-document-info...
  4. 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. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -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...{ " NewValue ": " microsoft word office ", " Type ": " String...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  5. 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.*”. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Annotation Product Solution GroupDocs...{ " NewValue ": " microsoft word office ", " Type ": " String...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  6. System Error

    Search Options Results per page -- Results per page -- 10 20 30 40 50 100 Sort -- Sort -- Score File Name (ascending)......Words Cloud Product Family Aspose.Words Product Family...Spreadsheet Family FileFormat Word Processing Family Forum Forum...

    localhost:8080/error/notfound/
  7. Overview | Documentation

    GroupDocs.Viewer Cloud Overview...Annotation Product Solution GroupDocs...Document Format: PDF Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX...

    docs.groupdocs.cloud/viewer/overview/
  8. Sending PowerPoint and ODP files for translatio...

    How to send PowerPoint and ODP files for translation to the selected languages....Annotation Product Solution GroupDocs...based indexes of pages in PDF or Word document, worksheets in Excel...

    docs.groupdocs.cloud/translation/file/request/p...
  9. Render document with comments | Documentation

    Some document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....Annotation Product Solution GroupDocs...document types like Microsoft Word, Excel, OpenOffice Text and...

    docs.groupdocs.cloud/viewer/render-document-wit...
  10. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Annotation Product Solution GroupDocs...<jwt token>" -d "{ FilePath: '/words/four-pages.docx' }" Response...

    docs.groupdocs.cloud/parser/get-document-inform...