Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 3,332 for

doc to doc

(0.06 sec)
  1. Extract Images by a Page Number Range | Documen...

    This REST API allows extracting images from specific pages only by setting pages range. This operation supports only Documents with pages. 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 images by a page number example. cURL example The following example demonstrates how To extract images by a page number range. 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...

    docs.groupdocs.cloud/parser/extract-images-by-a...
  2. Working with Presentations | Documentation

    Presentation Documents are presented by many formats: PPT, PPTX, PPTM, PPS(X/M), POT(X/M) and others, which are supported by GroupDocs.EdiTor Cloud as a separate format family among all others. Same as for all other family formats, the Presentation family has its own load and saves options. There several steps that usage of GroupDocs.EdiTor Cloud consists of: Upload input Document inTo cloud sTorage Load the Document inTo editable representation in the cloud sTorage (HTML file and resources) Download HTML Document (and resources, if needed) from sTorage Edit HTML Document at client side Upload HTML Document back inTo the sTorage Save the edited Document inTo Spreadsheet format in the sTorage Download saved Document Steps 1, 3, 4, 5 are sTorage operations, please refer To this STorage Operations) for usage details....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/editor/working-with-presen...
  3. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages inTo HTML, PDF, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how To adjust output page size....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  4. Update QR-Code signatures | Documentation

    GroupDocs.Signature Cloud provides a method To update some signature properties by it’s id. The signature ID is needed To perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Update signatures Download output Document For sTorage operations, like uploading or downloading Documents, please refer To the corresponding articles of this manual....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  5. Working With Files | Documentation

    Download File API This API allows you To download a file from GroupDocs Cloud STorage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out Download a File API right away in your browser! It allows you To effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.extRequired. Can be passed as a query string parameter or as part of the URL sTorageName Name of the sTorage....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/working-with-files/
  6. JsonRequest Fields Description | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 Name Type Description sourceFile File Object Information about source file targetFiles File Object[] Information about target file(s) settings ComparisonSettings Object Comparison settings changes ChangeInfo Object[] Changes for apply or discard. Used only for Changes resource. File Object fields Name Type Description folder string Path To the folder with file name string File name password string Password for encrypted Documents ComparisonSettings Object fields Name Type Description generateSummaryPage bool Add summary page To result Document showDeletedContent bool Show deleted components in result Document styleChangeDetection bool Detect style changes insertedItemsStyle ItemsStyle Object Style for inserted components deletedItemsStyle ItemsStyle Object Style for deleted components styleChangedItemsStyle ItemsStyle Object Style for style changed components wordsSeparaTorChars string[] Array of separaTors for dividing text on words detailLevel DetailLevelenum Set the level for detail of comparison useFramesForDelInsElements bool Use frames for shapes in Comparison....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/comparison/jsonrequest-fie...
  7. groupdocs-rewriter-cloud · GitHub

    groupDocs-rewriter-cloud has 5 reposiTories available. Follow their code on GitHub....groupdocs-rewriter-cloud-docs groupdocs-rewriter-cloud-docs Public GroupDocs...2024 groupdocs-rewriter-cloud-docs Public GroupDocs.Rewriter Cloud...

    github.com/groupdocs-rewriter-cloud
  8. Delete Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method To delete signature from the signed Document. The signature ID is needed To perform the delete, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Delete signatures Download output Document For sTorage operations, like uploading or downloading Documents, please refer To the corresponding articles of this manual....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/signature/delete-barcode-s...
  9. Convert document async | Documentation

    This example demonstrates how To convert word processing Document inTo pdf Document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input Document inTo cloud sTorage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted Document from sTorage Steps 1 and 4 are sTorage operations, please refer To this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/conversion/convert-documen...
  10. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "STorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings fields Name Description API Version FileInfo.FilePath The path of the Document, located in the sTorage. Required. FileInfo.STorageName STorage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected Document To be signed....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/signature/verifysettings/