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

docx to docx

(0.22 sec)
  1. Convert XLSX to CSV in Java - A Step-by-Step Guide

    Learn how To convert Excel (XLS/XLSX) To CSV in Java using REST API. This article provides step-by-step instructions for converting Excel To CSV quickly....file formats to and from PDF, DOCX, XLSX, PPTX, HTML, and other...

    blog.groupdocs.cloud/conversion/convert-excel-x...
  2. Document Information | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Get Document Information This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used To get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v1/signature/document.Docx/document/info" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer $JWT_ToKEN" Windows PowerShell curl....docx/document/info" \ -X GET \ -H...cloud/v1/signature/document.docx/document/info" ` -X GET ` -H...

    docs.groupdocs.cloud/signature/document-informa...
  3. Working with Conversion API | Documentation

    This API intended for convert the document To specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/Docx/one-page.Docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]..."FilePath" : "/words/docx/one-page.docx" , "Format" : "pdf" ...

    docs.groupdocs.cloud/conversion/conversion-api/
  4. FileInfo | Documentation

    FileInfo data structure used for input files description in various comparison cloud API methods. FileInfo example: { "FilePath": "string", "VersionId": "string", "STorageName": "string", "Password": "string" } Name Description FilePath Path of the file in the cloud sTorage VersionId File Version, can be null or omitted. STorageName Name of the cloud sTorage. Can be omitted, then default sTorage used. Password The password for password-protected documents (Docx, pdf, etc)...password-protected documents (docx, pdf, etc) Was this page helpful...

    docs.groupdocs.cloud/comparison/fileinfo/
  5. GroupDocs.Conversion 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....LaTeX documents to Word (DOC/DOCX) using Python and the LaTeX...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  6. GroupDocs.Merger 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....Explore the capabilities of a DOCX password protector REST API...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  7. GroupDocs.Conversion 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....this tutorial: How to Convert DOCX to Images file types using REST...the best way to convert Word DOCX to JPG, PNG and GIF files in...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  8. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and tables defined in a template file saved in user sTorage and specified by template path. The following example demonstrates how To extract data from a source document by a saved template. Here you can see how To parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template STore in User STorage example...."FilePath": "words/docx/template-document.docx", "TemplatePath":...'FilePath': 'words/docx/template-document.docx', 'TemplatePath':...

    docs.groupdocs.cloud/parser/parse-by-template-s...
  9. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...docx or .doc) programmatically in...documents online. Word (.doc, .docx) is one of the most commonly...

    blog.groupdocs.cloud/groupdocs.cloud/page/24/
  10. Summarizing files with GroupDocs.Rewriter SDK |...

    How To use GroupDocs.Rewriter Cloud SDK for files summarization.... DOCX ); fileRequest . setOutputFormat...setOutputFormat ( SupportedConversions . DOCX ); fileRequest . setSavingMode...

    docs.groupdocs.cloud/rewriter/file/sdk/summarize/