Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 4,016 for

groupdocs total cloud

(0.06 sec)
  1. Verify Digital Signature | 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 a signed document. It provides methods to verify Digital Signature in Documents Pages with different options for page number, text and search criteria by using VerificationOptions Objects data in request body. Verify Digital Signature in a Document You can verify Digital Signature in a Document using this API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/verify-digital-s...
  2. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. cURL example The following example demonstrates how to retrieve all metadata properties. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  3. Features Overview | Documentation

    Groupdocs.Merger Cloud is a REST API that allows you to join multiple documents and manipulate single document structure across a wide range of document formats. Below, the shortlist of possible actions: Document operations Join Documents This feature lets you merge two or more documents into one document, join specific pages or page ranges from several source documents into a single resultant document. Joined documents should be of the same format....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/merger/features-overview/
  4. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  5. Add Metadata By Property Name | Documentation

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  6. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  7. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  8. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to extract metadata information from all properties with Created tag. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  9. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumentOpenPassword The password required to open the PDF document PermissionsPassword The password required to change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/viewer/pdfoptions/
  10. Get Changes | Documentation

    Note Note: The features listed in this page are working only with Groupdocs.Comparison Cloud V1 You can compare documents and get a list of changes by providing the JsonRequest Object data in request body. Resource The following Groupdocs.Comparison Cloud REST API resource has been used to get list of changes. cURL example Request curl -v "https://api.Groupdocs.Cloud/v1.0/comparison/compareDocuments/changes?appsid#XXXX&signature#XXX-XX" -H "content-type: application/json" -X POST -d "{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''},'targetFiles':[{'folder':'comparisons','name':'target.docx','password':''}],'settings ':{'generateSummaryPage':true,'showDeletedContent':true,'styleChangeDetection':true,'insertedItemsStyle':{'color':'Blue','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'styleChangedItemsStyle':{'color':'Green','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'wordsSeparatorChars':[],'detailLevel':'Low','useFramesForDelInsElements':false,'calculateComponentCoordinates':false,'markDeletedInsertedContentDeep':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}" Response [ { "id": 0, "type": "Deleted", "text": "digital ", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 1, "type": "Deleted", "text": "Executive ", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 2, "type": "Inserted", "text": "", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 3, "type": "Deleted", "text": "", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] } ] SDK example The API is completely independent of your operating system, database system or development language....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/comparison/get-changes/