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

doc to txt

(0.09 sec)
  1. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“Docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts To be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows To use common color, or “UseObjectColor” - Allows To use separate color for every object { "layoutNames": ["Floor1", "Floor3"] } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv Properties Description format The format of input file, (“Docx”, for example)....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."depth" : 1 } TxtLoadOptions - txt Properties Description format...

    docs.groupdocs.cloud/conversion/loadoptions/
  2. Sending Word files for translation | Documentation

    How To send Word files for translation To the selected languages....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Word, OpenOffice ODT, RTF or TXT file, send a POST request to...

    docs.groupdocs.cloud/translation/file/request/w...
  3. Archive

    archives...js | DOC/DOCX to PDF Online with REST...HTML to PDF using Node.js | DOC Export via GroupDocs REST API...

    blog.groupdocs.cloud/archives/
  4. Specify encoding when loading documents | Docum...

    GroupDocs.Viewer Cloud enables users To pass encoding when rendering text Documents or email messages. This feature is supported for: Plain-text (.Txt) files Comma-separated values (.csv) Tab-separated values (.tsv) E-Mail Message (.eml) Following code snippet sets the Document encoding. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input Document inTo cloud sTorage Render Document or get Document info Download rendered 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...supported for: Plain-text (.txt) files Comma-separated values...

    docs.groupdocs.cloud/viewer/specify-encoding-wh...
  5. REST API Overview | Documentation

    This Document outlines the design of a REST-based API for GroupDocs Cloud, it covers both the structure of REST URLs as well as specific behavior linked To the API such as Authentication, Request Queuing, and STorage. The GroupDocs Cloud API will give developers access To all the key functions of the downloadable GroupDocs components through a Software as a Service hosted model. There will be 3 sub-components within the API design (although these are largely transparent To the end-user);...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...subfolder/subsubfolder/file.txt where the file relative to application...

    docs.groupdocs.cloud/total/overview-rest-api/
  6. Quick Start | Documentation

    GroupDocs.Viewer Cloud Quick Start...Upgrade an Order Free Support Docs Free Consulting Blog New Releases..., File . OpenRead ( "myfile.txt" )); var result = apiInstance...

    docs.groupdocs.cloud/viewer/quick-start/
  7. Specify Max Chars And Rows | Documentation

    When processing text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPerRow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input Document inTo cloud sTorage Render Document or get Document info Download rendered 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...'FilePath': 'SampleFiles/sample.txt' }, 'ViewFormat': 'PNG', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/specify-max-chars-a...
  8. Storage API Credits hosting on private self inf...

    From the API usage I see, I’m charged one credit for each upload/download I’ve a few questions within the cloud plan on API billing, if someone can help answer: I’m confused as To what exactly is the difference betwe…...Specifically this sentence mentioned in docs: The only exception is with...groupdocs-merger-cloud==24.11 in requirements.txt Function to call groupdocs.merger...

    forum.groupdocs.cloud/t/storage-api-credits-hos...
  9. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..., File . OpenRead ( "myfile.txt" )); var result = apiInstance...

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