Convert PDF to png image(s)
This extension is created to convert PDF document in images files.
This extension provides two main server actions:
PdfToImage - Convert Pdf document to image indicating the page number
PdfToImageList - Convert all pages from Pdf document to images list In demo all the images are being inserted in zip archive to download
The process of exporting all pages from PDF document will be processed asynchronously (by OS Process Activity) and at the end the user receive a notification to download the file. The file is exported to cloud storage file.io If the file exported is less than 20 MB size it can be downloaded in the application, if not the user is redirected to download by the file.io cloud files.
It may be necessary to generate a new apikey from file.io and set value in site property or in DEMO application