Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 1,920 for

docx to doc

(0.05 sec)
  1. Working with File Api | Documentation

    Download File API This API allows you To download a file from GroupDocs Cloud STorage. API Explorer GroupDocs.Conversion Cloud API Reference lets you To 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 exposes. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as 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/conversion/storage/file/one-page.docx?storageName#MyStorage" -H "accept:...

    docs.groupdocs.cloud/conversion/working-with-fi...
  2. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows To compare more that 2 Documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how To compare multiple Documents with specific options. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input Documents inTo cloud sTorage Compare Documents or get Document info Download comparison result Document from sTorage Steps 1 and 3 are sTorage operations, please refer To this File API Documentation for usage details....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'source_files\\word\\source.docx' }, 'TargetFiles': [ { 'FilePath':...

    docs.groupdocs.cloud/comparison/compare-multipl...
  3. Overview | Documentation

    GroupDocs.Viewer Cloud Overview...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Format: PDF Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM Microsoft...

    docs.groupdocs.cloud/viewer/overview/
  4. Get Supported File Formats | Documentation

    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. cURL example Request curl -X GET "https://api.groupDocs.cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Format" }, { "extension" : ".doc" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/signature/get-supported-fi...
  5. 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/
  6. 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...
  7. 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...
  8. Summarize Documents in C# | Document Summarizat...

    How To summarize Document content using .NET REST API. Create concise summaries of PDFs, Word files, and text Documents using AI-powered summarization....file formats including PDF , DOC / DOCX , HTML , Markdown , TXT and..."input/document.docx" , File.OpenRead( "document.docx" )); fileApi...

    blog.groupdocs.cloud/rewriter/summarize-documen...
  9. 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/
  10. Translating files with GroupDocs.Translation SD...

    How To use GroupDocs.Translation Cloud SDK for translating files....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."pdf" ; string outputFormat = "docx" ; byte [] file = File . ReadAllBytes...

    docs.groupdocs.cloud/translation/file/sdk/