Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 2,058 for

doc to docx

(0.29 sec)
  1. Translating Word files with GroupDocs.Translati...

    How To use GroupDocs.Translation Cloud SDK for translating Word files....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...filePath = "/path/to/myfile.docx" ; string savePath = "/path/to/savefile/"...

    docs.groupdocs.cloud/translation/file/sdk/word/
  2. annoucing-groupdcs.comparison-cloud-API-first-r...

    First Release of GroupDocs.Comparison REST API is about To release. This release will include Document comparison features along with support of Word, PDF.....Words supported: DOC, DOCM, DOCX, DOT, DOTM, DOTX, RTF,...

    blog.groupdocs.cloud/comparison/next-generation...
  3. 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 Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. 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" # Get Document information (available formats) curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."formats" : [ { "extension" : ".doc" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  4. Supported File Formats | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud is a REST API To create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."Microsoft Word" , "extension" : ".doc" }, { "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/signature/supported-file-f...
  5. 使用 REST API 在 Ruby 中将 Word 文档转换为 PDF

    用户在发送账单和讲义等时将word文档转换为PDF。让我们学习如何使用云REST API在Ruby中将Word文档转换为PDF。...Word 文档转换为 PDF DOCX 是世界上最流行的文字处理器之一。但是,MS DOCX 会重新格式化文档,并且可以在不同的计算机系统上打开时进行更改。虽然...提供的内置功能将 Word DOCX 转换为 PDF,但您可能需要以编程方式将 Word 文档 DOCX 转换为 PDF。使用...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  6. 5. Convert PDF Document with Load Options | Doc...

    This example demonstrates how To convert pdf Documents inTo wordprocessing Documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input Document inTo cloud sTorage Convert Document Download converted Document from sTorage Steps 1 and 3 are sTorage operations, please refer To this GroupDocs.Conversion Cloud Documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted Document in the response body....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."Pdf/sample.pdf", "Format": "docx", "LoadOptions": { "HidePdfAnnotations":...

    docs.groupdocs.cloud/conversion/convert-pdf-doc...
  7. Documents Classification | Documentation

    This API retrieves Document classification result for IAB-2 taxonomy or Documents taxonomy. It returns an object that contains information about the best class and its probability and about probability of other classes. See Classify request parameters for request’s details. Resource This resource represents a controller for single call Document classification. Classify Document with taxonomy. Set taxonomy parameter To “default” for IAB-2, set ToDocuments” for Documents taxonomy, or set To “sentiment” or “sentiment3” for Sentiments taxonomies....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...{"folder": "words/docx","name": "four-pages.docx" } }' Response...

    docs.groupdocs.cloud/classification/documents-c...
  8. Quick Start | Documentation

    Create an account Creating an account is very simple. Go To Dashboard To create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it To also acccess the Dashboard. Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get a Client Id and a Client Secret....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...example demonstrating conversion docx document to pdf. Note The GitHub...

    docs.groupdocs.cloud/conversion/quick-start/
  9. Working with WordProcessing Documents | Documen...

    WordProcessing is the most used and known Document family format, that includes Doc, DOT, DocX, DocM, DOTX, ODT, RTF and much more. All these formats are supported by the GroupDocs.EdiTor Cloud. There several steps that usage of GroupDocs.EdiTor Cloud consists of: Upload input Document inTo cloud sTorage Load the Document inTo editable representation in the cloud sTorage (HTML file and resources) Download HTML Document (and resources, if needed) from sTorage Edit HTML Document at client side Upload HTML Document back inTo the sTorage Save the edited Document inTo WordProcessing format in the sTorage Download saved Document Steps 1, 3, 4, 5 are sTorage operations, please refer To this STorage Operations) for usage details....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...family format, that includes DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF and...

    docs.groupdocs.cloud/editor/working-with-wordpr...
  10. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."formats" : [ { "extension" : ".doc" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/parser/get-supported-file-...