Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 37,525 for

security

(0.39 sec)
  1. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser. cURL example 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 get document information curl -v "https://api....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  2. Remove Metadata By Property Name | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. 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....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  3. 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....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/comparison/get-changes/
  4. Set Metadata | Documentation

    This REST API allows to set metadata new values into existing properties of the documents. With this API you can set 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 edited. You could search for properties to set by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name); value....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata/
  5. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a 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 swapping document pages....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/merger/swap-pages/
  6. Sending CSV files for translation | Documentation

    How to send CSV files for translation to the selected languages....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/request/c...
  7. Sending HTML files for translation | Documentation

    How to send HTML files for translation to the selected languages....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/translation/file/request/h...
  8. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  9. Working with Tables | Documentation

    How-to apply table generation techniques with GroupDocs Assembly Cloud API, using data bands and conditional expressions....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  10. Convert MKV to MOV using Java

    REST APIs for documents & images conversion via Java. Convert between PDF, Microsoft Word, Excel, PPTX, Project, HTML, email and images....protect output document APIs are secured and require authentication...to get started in no time. Security and Authentication The GroupDocs...

    products.groupdocs.cloud/conversion/java/mkv-to...