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

doc to doc

(0.03 sec)
  1. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it To 90,180 or 270 degrees for specific or all Document pages. The result is a new Document that has rotation changed for specified pages. There are several ways To specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability To get only even/odd pages from the specified page range by setting RangeMode property....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/merger/rotate-pages/
  2. Extract Metadata By Property Name | Documentation

    This REST API allows To extract metadata properties from the Document choosing the properties To extract by name. cURL example The following example demonstrates how To extract metadata information from all properties that have “Date” string in names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  3. Sending files for processing | Documentation

    How To send files for processing To the selected language....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/rewriter/file/request/
  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. Configure FTP Storage | Documentation

    You have To complete following steps To configure the STorage: Create FTP sTorage account. Box.com account is used via FTP in this example Log inTo Dashboard Access the STorages Page Select FTP STorage from the ‘Create New STorage’ menu Enter STorage Name (For example: MyFTPSTorage), FTP server address, user name, password and port number and check if Require explicit SSL over TLS Save STorage Now you can use it by its name in the service API with this account....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/total/configure-ftp-storage/
  6. Convert N Consecutive Pages | Documentation

    This example demonstrates how To convert consecutive pages from word processing Documents inTo pdf Documents. 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 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-n-conse...
  7. Set Metadata By Property Name Match Exact Phras...

    This REST API allows To set Document metadata new values choosing properties with specified name. cURL example The following example demonstrates how To set metadata information To all properties with the exact same name as specified. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -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/set-metadata-by-p...
  8. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows To set Document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how To set metadata information To all properties that match regular expression “^NameOfApp.*”. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  9. GroupDocs.Total 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....Convert, Compare, Store and e-Sign Docs in Cloud GroupDocs.Total Cloud...

    blog.groupdocs.cloud/categories/groupdocs.total...
  10. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source Documents inTo a single resultant Document. You can specify the exact order and selection of pages from each Document, enabling advanced Document composition scenarios. To mix pages, provide: A list of source Documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages To take from which Document and in what order. The output path for the resultant Document....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/merger/mix-document-pages/