Hello, Is it possible to remove the powered by groupdocs viewer header or customize it using the cloud api signature product? Also, is there away to remove the thumbs tab button as it gets in the way when signing on a mobile device?... One more question Is it possible...
Create an account Creating an account is very simple. Go to Dashboard to create a free account.
We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard.
Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....app client you created in step one and replace in the corresponding...
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...
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...
This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example.
cURL example The following example demonstrates how to extract text from the whole document.
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 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....join several documents into one curl -v "https://api.groupdocs...
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....join several documents into one curl -v "https://api.groupdocs...
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....join several documents into one curl -v "https://api.groupdocs...