No credit card is needed to use a free web page generator. Let's use an online version of Groupdocs.Conversion SDKS & REST APIs to convert JPG to HTML....Convert PNG Image to HTML File in Java Convert ZIP or RAR to PDF using...
Start using this image to PDF converter to convert JPG to PDF online in the web browser. Groupdocs.Conversion offers Cloud SDKs & APIs for image conversion....programming languages such as C#, Java, Python, Node.js and more. Moreover...
Programmatically merge multiple PDF files using a REST API on the cloud in C#. Use document merger REST API to combine two or more files using .NET SDK....Currently, it also provides Java , PHP , Ruby , Android , and...
GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats.
It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document.
The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats.
Adding Watermarks Groupdocs.Watermark Cloud allows to add text/image watermarks to supported document formats and images and save resultant file....0 ( , NuGet Package) Java ( , Jar) API Explorer The easiest...
Convert HTML files into JSON format using GroupDocs.Conversion Cloud SDK for Node.js. Transform structured HTML documents into JSON format online with REST API.... generate your personalized Java Web Access Token and execute...
This REST API allows you to add metadata information as properties which names are match the specified regular expression.
cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name.
Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a document (example) curl -v "https://api.... C# Java Was this page helpful? Not really...
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 date and time information in all properties that may have names containing “Date” value.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.... C# Java Was this page helpful? Not really...
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 with the exact same name as specified.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET. curl -v "https://api.... C# Java Was this page helpful? Not really...