Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 1,781 for

docx to doc

(0.07 sec)
  1. Working With Files | Documentation

    Download File API This API allows you To download a file from GroupDocs Cloud STorage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out Download a File API right away in your browser! It allows you To effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as a query string parameter or as part of the URL sTorageName Name of the sTorage....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...0/merger/storage/file/one-page.docx?storageName#MyStorage" -H "accept:...

    docs.groupdocs.cloud/merger/working-with-files/
  2. 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/
  3. 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...
  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. how to convert word to tiff

    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....在线 DOCX(Word) 到 TIFF 转换器 Word 到 TIFF 转换 API - 安装 为了将 DOCX 或 DOC...DOC 文档转换为 TIFF 格式,我们将使用 GroupDocs.Conversion Cloud API 的 Ruby...

    blog.groupdocs.cloud/zh/tag/how-to-convert-word...
  6. how to convert word to jpg online

    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....中將 DOC/DOCX 轉換為 PNG 使用 REST API 在 Python 中將 Word DOC/DOCX 轉換為...

    blog.groupdocs.cloud/zh-hant/tag/how-to-convert...
  7. Convert document without storage | Documentation

    This example demonstrates how To convert Document without using cloud sTorage. Use this method To directly convert any Document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file To convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages To convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data converToptions ConverToptions Conversion options Form data Resource URI HTTP PUT ~/conversion...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Resources\\WordProcessing\\password-protected.docx" , FileMode . Open ); var loadOptions...

    docs.groupdocs.cloud/conversion/convert-documen...
  8. GroupDocs.Comparison Cloud Product Family on Do...

    GroupDocs.Comparison Cloud Product Family on Document AuTomation REST APIs | GroupDocs Cloud Recent content in GroupDocs.Comparison Cloud Product Family on Document AuTomation REST APIs | GroupDocs......two or more Word documents (DOC, DOCX) using a REST API on the cloud...

    blog.groupdocs.cloud/categories/groupdocs.compa...
  9. how to convert word to jpg online

    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....中将 DOC/DOCX 转换为 PNG 使用 REST API 在 Python 中将 Word DOC/DOCX 转换为...

    blog.groupdocs.cloud/zh/tag/how-to-convert-word...
  10. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.Docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.Docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the Document, located in the sTorage....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FileInfo" : { "FilePath" : "files01.docx" , }, "SaveOptions" : { "OverwriteExisting"...

    docs.groupdocs.cloud/signature/signsettings/