This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. 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. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....join several documents into one curl -v "https://api.groupdocs...
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....join several documents into one curl -v "https://api.groupdocs...
This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression.
cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the 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....join several documents into one curl -v "https://api.groupdocs...
Programmatically Compare PDF Files using a REST API on the cloud in Node.js with GroupDocs.Comparison Cloud SDK for Node.js....() method Show all changes one by one The following code example...
In this tutorial, explore how to move pages in pdf file, how to rearrange pdf pages online free, how to swap pages in pdf and remove pages from pdf document...Combine PDFs into One, Merge Multiple PDF into One and PDF Combiner...
Convert text to pdf file in high quality using our advanced conversion API. Let's learn how to convert text files to PDF using file conversion API in Python...in a text file while PDFs are one of the most important and widely...txt file to PDF document is one of the basic requirements in...
Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document.
The description of the important API parameters is given below:
Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST API directly from the browser....{ FilePath = "WordProcessing/one-page.docx" , Password = "Password"...setFilePath ( "WordProcessing/one-page.docx" ); fileInfo . setPassword...