Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 3,375 for

doc to doc

(0.26 sec)
  1. Quickstart | Documentation

    Create an account Creating an account is very simple. Go To https://dashboard.groupDocs.cloud To create a free account. Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get a Client Id and a Client Secret. This will will be used To invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice Using an SDK (API client) is the quickest way for a developer To speed up the development....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/watermark/quickstart/
  2. Available SDKs | Documentation

    Available SDKs for GroupDocs.Viewer Cloud...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/available-sdks/
  3. Quick Start | Documentation

    Obtain security credentials and proceed with three steps of the Report Generation process To demonstrate GroupDocs Assembly Cloud API within a few minutes....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/assembly/getting-started/q...
  4. Creating and Managing Account | Documentation

    Creating a Free Account Go To Dashboard. You will be redirected To our Single Sign On application To authenticate To our services. If you already have an account with our services, please specify the User Name/Email and Password and click on the Sign In butTon. If you don’t have an account with our services, click on the Don’t have an account? Sign Up butTon or Sign Up using an existing GitHub or Google account....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/total/creating-and-managin...
  5. Remove Metadata By Property Value | Documentation

    This REST API allows To remove metadata properties from the Document choosing the properties which values are matching the specified. cURL example The following example demonstrates how To remove metadata properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # Get JSON Web Token curl -v 'https://api.groupDocs.cloud/connect/Token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # cURL example To join several Documents inTo one curl -v 'https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  6. GroupDocs.Comparison Cloud Product Family

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate Documents of almost all the popular file formats....Whether you need to compare 2 Word docs for contracts, academic papers...

    blog.groupdocs.cloud/categories/groupdocs.compa...
  7. Move Pages | Documentation

    This REST API provides a move page feature that allows you To manipulate page ordering by moving any page(s) To a new position within a Document. For moving page To a new position, it’s needed To specify current and new page numbers along with the path To Document in sTorage. For protected Documents, it is also required To provide a password. The table below contains the full list of properties that can be specified while moving Document pages....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/merger/move-pages/
  8. conversion.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://Docs.groupDocs.cloud/conversion/add-watermark/ weekly 0.5 https://Docs.groupDocs.cloud/conversion/adva......org/1999/xhtml https://docs.groupdocs.cloud/conversion/add-watermark/...termark/ weekly 0.5 https://docs.groupdocs.cloud/conversion/advanced-usage/...

    docs.groupdocs.cloud/sitemaps/conversion.xml
  9. Search Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Search Options objects and object properties SearchOptionsCollectionData Object Provides list of options for Documents searching. Example SearchOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "text": "123456789012", "matchType": "Contains", "DocumentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] }, "searchAllPages": true }, { "DocumentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] } ] } SearchOptionsCollectionData Object Fields...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/signature/search-options-o...
  10. Add Metadata | Documentation

    This REST API allows To add metadata To the Documents. With this API you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways To specify what property should be added. You could search for properties To add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/add-metadata/