Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 1,311 for

pdf to doc

(0.1 sec)
  1. Translating image files with GroupDocs.Translat...

    How To use GroupDocs.Translation Cloud SDK for translating image files....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...filePath = "/path/to/myfile.pdf" ; string savePath = "/path/to/savefile/"...

    docs.groupdocs.cloud/translation/file/sdk/image...
  2. 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 Linux/MacOS/Bash curl -X GET "https://api.groupDocs.cloud/v2.0/viewer/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_ToKEN" Windows PowerShell curl....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."formats" : [ { "extension" : ".pdf" , "fileFormat" : "Portable Document...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  3. GroupDocs.Rewriter Cloud | Documentation

    An introduction To natural language processing technology and how GroupDocs.Rewriter Cloud can help you use it for your day-To-day business needs....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...online. Paraphrase and convert PDF file online. Create unique content...

    docs.groupdocs.cloud/rewriter/
  4. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need To specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how To extract text by a page number range. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FileInfo": { "FilePath": "pdf\\pages-document.pdf", "StorageName": ""...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...
  5. 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...filePath = "/path/to/myfile.pdf" ; string savePath = "/path/to/savefile/"...

    docs.groupdocs.cloud/translation/file/sdk/
  6. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all Document formats. Each option may correspond To one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "STorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows To set rendering format, available values are: HTML, JPG, PNG, Pdf....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...values are: HTML, JPG, PNG, PDF. Default value is “HTML”. FileInfo...

    docs.groupdocs.cloud/viewer/viewoptions/
  7. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/Docx/four-pages_Docx/p1.html", "downloadUrl": "https://api.groupDocs.cloud/v2.0/viewer/sTorage/file/viewer/words/Docx/four-pages_Docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/Docx/four-pages_Docx/p2.html", "downloadUrl": "https://api.groupDocs.cloud/v2.0/viewer/sTorage/file/viewer/words/Docx/four-pages_Docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/Docx/four-pages_Docx/p3.html", "downloadUrl": "https://api.groupDocs.cloud/v2.0/viewer/sTorage/file/viewer/words/Docx/four-pages_Docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/Docx/four-pages_Docx/p4.html", "downloadUrl": "https://api.groupDocs.cloud/v2.0/viewer/sTorage/file/viewer/words/Docx/four-pages_Docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of Document pages page....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...attachments file PDF file path. Returned instead of pages, if PDF view format...

    docs.groupdocs.cloud/viewer/viewresult/
  8. Extract Images | Documentation

    This REST API provides the functionality To extract images from the Document. There are following ways To extract images from a Document: Extract all images from the whole Document; Extract images from specific Document pages by setting pages range. It saves extracted images To the sTorage so they can be easily downloaded. The API allows extracting images from containers like ZIP archives, Pdf portfolios, Email attachments, MS Outlook sTorages (PST/OST). For protected Documents, it is also required To provide a password....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...containers like ZIP archives, PDF portfolios, Email attachments...

    docs.groupdocs.cloud/parser/extract-images/
  9. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows To create Document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Create preview images Download images For sTorage operations, like uploading or downloading Documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FileInfo": { "FilePath": "sample2.pdf" }, "Format": "jpg" }' Windows...

    docs.groupdocs.cloud/signature/create-document-...
  10. Fetching file results | Documentation

    How To fetch the result from the GroupDocs.Rewriter Cloud queue....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."status" : 200 , "message" : "Pdf document paraphrased" , "url"...

    docs.groupdocs.cloud/rewriter/file/fetch/