Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 363 of 363 for

pdf to txt

(0.04 sec)
  1. 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": "....pdf" , "fileFormat" : "Portable Document...Format" }, { "extension" : ".txt" , "fileFormat" : "Plain Text...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  2. 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....conversion format: HTML, JPG, PNG or PDF Required. File binary Input file..., File . OpenRead ( "myfile.txt" )); var result = apiInstance...

    docs.groupdocs.cloud/viewer/convert-and-download/
  3. Quick Start | Documentation

    GroupDocs.Viewer Cloud Quick Start...txt" )); var result = apiInstance...; $path = __DIR__ . 'myfile.txt' ; $request = new Requests\convertAndDownloadRe...

    docs.groupdocs.cloud/viewer/quick-start/