Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 2,652 for

docx to docx

(0.16 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....docx" , "fileFormat" : "Office Open...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  2. Overview | Documentation

    GroupDocs.Classification Cloud is a REST API for classification documents. Note Our GroupDocs.Classification Cloud REST API comes with many features crucial To organizations, such as: Classification of the raw texts. Classification of batches of raw texts. Classification of documents for next supported file formats: Portable Document Format: PDF; Microsoft Word: DOC, Docx, DOCM, DOT, DOTX, DOTM; OpenDocument Formats: ODT, OTT; Rich Text Format: RTF; Plain Text File: TXT. Multilingual Sentiment Analysis with Sentiment and Sentiment3 taxonomies....Format: PDF; Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM; OpenDocument...

    docs.groupdocs.cloud/classification/overview/
  3. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark 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....docx" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  4. GroupDocs.Clouds

    GroupDocs.Clouds - Document AuTomation REST APIs | GroupDocs Cloud...document to Word document (DOC or DOCX) programmatically on the cloud...

    blog.groupdocs.cloud/groupdocs.cloud/page/33/
  5. Move Pages | Documentation

    This REST API provides a move page feature that allows you To manipulate page ordering by moving any page(s) To a new position within a document. For moving page To a new position, it’s needed To specify current and new page numbers along with the path To document in sTorage. For protected documents, it is also required To provide a password. The table below contains the full list of properties that can be specified while moving document pages....docx'}, 'PageNumber': 1, 'NewPageNumber':...'OutputPath': 'output/move-page.docx' }" Response *Response will...

    docs.groupdocs.cloud/merger/move-pages/
  6. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software sTops you from doing what you need To do. We’re here To solve problems, not create t…...10:28 am Html to docx conversion issue Pdf to docx conversion issue...

    forum.groupdocs.cloud/t/free-support-policies/627
  7. PDF Viewer Plugin for WordPress Officially Rele...

    GroupDocs has officially released a PDF viewer plugin for WordPress. It allows users To seamlessly embed and display PDF documents on WordPress websites!...word-processing files (DOC, DOCX, TXT, RTF, ODT, etc.) Spreadsheets...

    blog.groupdocs.cloud/viewer/announcing-pdf-view...
  8. DNN (DotNetNuke) PDF Viewer Module by GroupDocs

    GroupDocs released its document viewer module for DotNetNuke. Using the module, you can embed and view PDF and Office documents right on your DNN web-pages....Word-processing formats: DOC, DOCX, DOCM, DOT, DOTX, DOTM, ODT...

    blog.groupdocs.cloud/viewer/online-document-vie...
  9. GroupDocs.Editor Cloud Product Family

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....delete the content of DOC or DOCX files programmatically on the...

    blog.groupdocs.cloud/categories/groupdocs.edito...
  10. 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....docx' }" Response { "fileType" :...Document" , "extension" : ".docx" }, "size" : 10240 , "pageCount"...

    docs.groupdocs.cloud/metadata/get-document-info...