Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 76 of 76 for

docx to txt

(0.09 sec)
  1. Combine PDF Online | Free GroupDocs Apps

    Free online PDF merger. Combine PDF To single file. 100% free online PDF merger....Open XML Macro-Enabled Document DOCX Merger Microsoft Word Open XML...Files Tab Separated Values File TXT Merger Plain Text File Merge...

    products.groupdocs.app/merger/pdf
  2. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....File Extensions Microsoft Word DOCX, DOC, DOT, DOTX, DOTM, DOCM...OXPS Web HTML, MHTML, MHT, MD, TXT Other SVG, EMF, TIFF, XAML, EPUB...

    docs.groupdocs.cloud/assembly/getting-started/p...
  3. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options To be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options To be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....: [{ options }] } doc, docm, docx, dot, dotm, dotx, odt, ott Properties..."watermarkOptions" : [{ options }] } txt Properties Description format...

    docs.groupdocs.cloud/conversion/convertoptions/
  4. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support To render over 50 file formats To HTML5 or Image formats for the whole document, page by page or cusTom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer 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/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....docx" , "fileFormat" : "Microsoft...Format" }, { "extension" : ".txt" , "fileFormat" : "Plain Text...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  5. Archive

    archives...Convert JPG to Word Document (DOCX) in C# .NET - JPG to DOC August...Document Using .NET - HTML to DOCX Converter August 13, 2024 ·...

    blog.groupdocs.cloud/archives/
  6. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you To To render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how To render document without using cloud sTorage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file To convert Form data, Required pages string Pages range To render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....txt" )); var result = apiInstance...; $path = __DIR__ . 'myfile.txt' ; $request = new Requests\convertAndDownloadRe...

    docs.groupdocs.cloud/viewer/convert-and-download/