RemoveAnnotations using Python on Document Automation REST APIs | GroupDocs Cloud Recent content in RemoveAnnotations using Python on Document Automation REST APIs | GroupDocs Cloud Supprimer les......RemoveAnnotations using Python on Document Automation REST APIs...Cloud Recent content in RemoveAnnotations using Python on Document...
This REST API provides an ability to Remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be Removed from a document:
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. For protected documents, it is also required to provide a password....Annotation Product Solution GroupDocs.../ Pages Operations / Remove Pages Remove Pages Leave feedback...
This REST API allows removing watermarks from the document.
The operation performs a search for possible watermarks and then Removes them.
The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks.
There are two popular scenarios to use the Remove operation:
Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be Removed Remove all found watermarks....Annotation Product Solution GroupDocs...Watermark Operations / Remove Watermarks Remove Watermarks Leave feedback...
Remove text from document content and metadata online....Products Redaction Remove Text from Document Remove Text from Document...Document Remove text from Word, Excel, PowerPoint, PDF and other...
Extract Annotations from PDF on Document Automation REST APIs | GroupDocs Cloud Recent content in Extract Annotations from PDF on Document Automation REST APIs | GroupDocs Cloud Remover anotações d......Extract Annotations from PDF on Document Automation REST APIs...Recent content in Extract Annotations from PDF on Document Automation...
Extract Annotations using Python on Document Automation REST APIs | GroupDocs Cloud Recent content in Extract Annotations using Python on Document Automation REST APIs | GroupDocs Cloud Remover ano......Extract Annotations using Python on Document Automation REST...Recent content in Extract Annotations using Python on Document...
This REST API allows to Remove metadata properties from the document choosing the properties by exact tag and category name.
cURL example The following example demonstrates how to Remove all metadata properties with the “Created” tag name.
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....Annotation Product Solution GroupDocs...Opertaions / Remove Metadata / Remove Metadata By Tag Remove Metadata...
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....Annotation Product Solution GroupDocs...Metadata Opertaions / Remove Metadata / Remove Metadata By Property...
This REST API allows to Remove metadata properties from the document choosing the properties to Remove 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 Remove metadata properties that have “creator” phrase in theirs tag names.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...Metadata Opertaions / Remove Metadata / Remove Metadata By Possible...
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.
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....Annotation Product Solution GroupDocs...Metadata Opertaions / Remove Metadata / Remove Metadata By Property...