Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 3,370 for

doc to doc

(0.05 sec)
  1. Get Template | Documentation

    This REST API provides the functionality To retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the sTorage. Required. FileInfo.STorageName STorage name It could be omitted for default sTorage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/parser/get-template/
  2. Detecting paraphrases in files with GroupDocs.R...

    How To use GroupDocs.Rewriter Cloud SDK for paraphrase detection in files....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/rewriter/file/sdk/detect/
  3. Add Metadata By Tag | Documentation

    This REST API allows To add metadata properties To the Document choosing the right place To add by exact tag and category name. cURL example The following example demonstrates how To add metadata date and time information in all properties that have specified tag. Linux/MacOS/Bash # Get JWT 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' # Join several Documents inTo one curl -v 'https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  4. RemoveOptions | Documentation

    RemoveOptions structure defines options for removing Document annotations FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "AnnotationIds": [ 0 ], "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations To remove from the Document. FirstPage Num of first page To annotate OnlyAnnotatedPages Indicates whether To save only annotated pages To output Document OutputPath Path of output Document...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/removeoptions/
  5. Add Metadata By Possible Tag Name | Documentation

    This REST API allows To add metadata properties To the Document choosing the right place To add by approximate or a part of metadata tag name. This API allows you To specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how To add metadata date and time information in all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  6. 6. Convert Presentation Document with Load Opti...

    This example demonstrates how To convert presentation Documents inTo pdf Documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input Document inTo cloud sTorage Convert Document Download converted Document from sTorage Steps 1 and 3 are sTorage operations, please refer To this GroupDocs.Conversion Cloud Documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted Document in the response body....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/conversion/convert-present...
  7. Getting metered license-information | Documenta...

    Note This example related To Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how To retrieve metered license information. You can find more information about Self-hosted version at How To self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/conversion/license cURL example Linux/MacOS/Bash # cURL example To get metered license information curl -v "https://api.groupDocs.cloud/v2.0/conversion/license" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_ToKEN" Windows PowerShell # cURL example To get metered license information (PowerShell) curl....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/conversion/license-informa...
  8. Hello, world! | Documentation

    Get familiar with GroupDocs.Translation Cloud by running a bare minimum example....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/translation/hello-world/
  9. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows To obtain list of revisions from Word Document. The following code sample demonstrates how To get list of all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input Documents inTo cloud sTorage Call API method Download comparison result Document from sTorage (if any) Steps 1 and 3 are sTorage operations, please refer To this File API Documentation for usage details. 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/comparison/get-list-of-rev...
  10. Document Information | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 This API retrieves Document information. It returns an object that contains the Document description with meta data and coordinates of text on pages. DocumentInfo object fields Field Name Type Description name string The Document name. folder string The Document folder. extension string The file extension. fileFormat string The file type. size long The file size....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/document-inform...