Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 2,445 for

txt

(0.03 sec)
  1. A REST API Solution to Merge and Split Document...

    GroupDocs.Parser Cloud a document parsing REST API solution. You can extract text, images and metadata for MS Office, OpenOffice, PDF, HTML and many file formats...Document Macro-Enabled Template TXT Plain text ODT Open Document...

    blog.groupdocs.cloud/parser/introducing-documen...
  2. Sending Word files for translation | Documentation

    How to send Word files for translation to the selected languages....Word, OpenOffice ODT, RTF or TXT file, send a POST request to...

    docs.groupdocs.cloud/translation/file/request/w...
  3. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion 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/conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "targetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "tiff", "tif", "jpeg", "jpg", "png", "gif", "bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "docx", "dot", "dotm", "dotx", "rtf", "Txt", "odt", "ott", "html" ] }, .... "dotm" , "dotx" , "rtf" , "txt" , "odt" , "ott" , "html" ] }... "dotm" , "dotx" , "rtf" , "txt" , "odt" , "ott" , "html" ] }...

    docs.groupdocs.cloud/conversion/get-supported-f...
  4. GroupDocs August, 2012 Newsletter - Integration...

    Introducing GroupDocs Conversion plus other enhancements....processing documents (DOC, DOCX, TXT, RTF, ODT), spreadsheets (XLS...

    blog.groupdocs.cloud/conversion/groupdocs-augus...
  5. Python Generate HTML Report from XML | HTML Rep...

    Use the GroupDocs.Assembly Cloud API to generate dynamic HTML reports with XML data in Python....Generate the specified template in TXT, DOCX, or the necessary format...

    blog.groupdocs.cloud/assembly/display-xml-data-...
  6. Merge PNG Files in Node.js - PNG Merger Library

    GroupDocs.Merger offers Cloud SDKs for Node.js to merge PNG images programmatically. Node.js developers can install this API easily and invoke various methods....Merger Combine Text Files using a TXT File Merger...

    blog.groupdocs.cloud/merger/merge-png-files-in-...
  7. How to Convert Word to TIFF File Format using Ruby

    TIFF Tag Image File Format is used to store raster graphics and images information. This article is about how to convert Word to TIFF file format using Ruby...Online using REST API Convert TXT Files to PDF using REST API in...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  8. 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....You can combine two or more TXT documents into a single text...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  9. Python Display JSON Data in HTML Page | HTML Re...

    Generate dynamic Python reports with JSON data using GroupDocs.Assembly Cloud API. Display JSON data on HTML pages with charts, tables, and more for engaging content. A step-by-step guide with samples....Create the following template in TXT, DOCX, or the required format...

    blog.groupdocs.cloud/assembly/display-json-data...
  10. 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...."watermarkOptions" : [{ options }] } txt Properties Description format...to be converted { "format" : "txt" , "fromPage" : 1 , "pagesCount"...

    docs.groupdocs.cloud/conversion/convertoptions/