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...
Programmatically View the content of ZIP files in HTML using a REST API in Python with Document Viewer Python SDK. Render ZIP to HTML, ZIP to PDF and JPG....українська Polski We can store one or more files or folders compressed...folders in a ZIP archive from one location to another effectively...
Programmatically compare two or more Word documents (DOC, DOCX) using a REST API on the cloud in Node.js with GroupDocs.Comparison Cloud SDK for Node.js....Finally, show all changes one by one The following code sample...
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 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....join several documents into one curl -v "https://api.groupdocs...
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....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...