Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 2,934 for

docx to docx

(0.46 sec)
  1. 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....process of combining multiple DOC/DOCX files into a single document...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  2. 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/
  3. 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/
  4. GroupDocs.Annotation 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....focusing on how to annotate DOCX files using a REST API in Python...

    blog.groupdocs.cloud/categories/groupdocs.annot...
  5. GroupDocs.Viewer Cloud V2 Version

    GroupDocs.Viewer Cloud REST API V2 is finally here!. The V2 version API is more simplified API than V1, API with fewer methods and options....create a response HTML view of a DOCX. We are using cURL for the REST...

    blog.groupdocs.cloud/viewer/groupdocs.viewer-cl...
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Learn how to convert DOC or DOCX to HTML using GroupDocs.Conversion...

    blog.groupdocs.cloud/groupdocs.cloud/page/6/
  7. Document Processing REST APIs | GroupDocs Cloud

    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....watermark to Word documents (DOC, DOCX) online using GroupDocs.Watermark...

    blog.groupdocs.cloud/
  8. Get Document Information | Documentation

    This REST API allows us To obtain basic information about the document and it’s pages properties. 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. Pages count Password protection Resources HTTP POST ~/info 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....docx' }" Response { "pageCount" :...Macro-Free Document (DOCX)" , "formatExtension" : "docx" } SDK examples...

    docs.groupdocs.cloud/editor/get-document-inform...
  9. Get Document Information | Documentation

    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 Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.Docx\", \"STorageName\": \"MySTorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.Docx", "extension": "....docx\", \"StorageName\": \"MyStorage\"..."fileName" : "one-page.docx" , "extension" : ".docx" , "fileFormat"...

    docs.groupdocs.cloud/signature/get-document-inf...
  10. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/Docx/one-page.Docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "Top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options...."filePath" : "/words/docx/one-page.docx" , "password" : "1234567890"...

    docs.groupdocs.cloud/signature/searchresult/