This Gist provides the details on how to convert PDF to JPG using Aspose.PDF Cloud SDK for Java.
In following code snippet, we are going to first read the input PDF from local drive, upload it to cloud storage using PdfApi.uploadFile(..) method and then going to call putPageConvertToJpeg(...) API to initiate the PDF to JPG conversion. The resultant JPG is saved in cloud storage. For complete details, please visit Convert PDF to JPG in Java.
Product Page | Docs | Live Demo | Swagger UI | Code Samples | Source Code | New Releases | Blog | Free Support | Free Trial