Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 1,317 for

pdf to doc

(0.15 sec)
  1. Extract Images from a Document Inside a Contain...

    This REST API allows extracting images from a Document placed in a container like ZIP archive, emails, Pdf portfolios, etc. by specifying the ContainerItemInfo parameter. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images from a Document inside a container example. cURL example The following example demonstrates how To extract images from a container item. Request # 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...container like ZIP archive, emails, PDF portfolios, etc. by specifying...

    docs.groupdocs.cloud/parser/extract-images-from...
  2. Verify digital signatures | Documentation

    GroupDocs.Signature Cloud provides a method To verify if the signatures with given properties are present in a Document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Verify signatures 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...'signaturedocs/signedDigital_sample2.pdf' }, 'Options': [ { 'AllPages':...

    docs.groupdocs.cloud/signature/verify-digital-s...
  3. Working with Search Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To search multiple signatures in a Document. For example, you can search whether a Document contains Text and Barcode Signatures at same time. To search list of signatures on Document (Cells, Images, Pdf, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...on document (Cells, Images, PDF, Slides or Words) Signature API...

    docs.groupdocs.cloud/signature/working-with-sea...
  4. Working with Verify Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To verify multiple signatures in a Document. For example, you can verify whether a Document contains Text and Barcode Signatures at same time. To verify list of signatures on Document (Cells, Images, Pdf, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...on document (Cells, Images, PDF, Slides or Words) Signature API...

    docs.groupdocs.cloud/signature/working-with-ver...
  5. translation.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://Docs.groupDocs.cloud/translation/developer-reference/ 2023-10-17T00:00:00+00:00 weekly 0.5 https://Doc......org/1999/xhtml https://docs.groupdocs.cloud/translation...2023-10-17T00:00:00+00:00 weekly 0.5 https://docs.groupdocs.cloud/translation/...

    docs.groupdocs.cloud/sitemaps/translation.xml
  6. 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/
  7. Features Overview | Documentation

    Features Overview of GroupDocs.Viewer Cloud...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...most popular file formats like PDF, DOCX, PPTX, XLSX etc. into JPEG...

    docs.groupdocs.cloud/viewer/features-overview/
  8. 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/
  9. 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/
  10. 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/