Convert PDF to png image(s)
DEMO: https://personal-lomkb0hy.outsystemscloud.com/PdfToImageDemo/
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
This PR new version introduces key improvements to the file provider, specifically focusing on handling PDF file uploads and downloads, with added support for automatic ZIP conversion.
Updated the file provider to support:
Upload of PDF files
Download of PDF files
Automatic conversion of PDF files to ZIP format before download (when applicable)
Refactored parts of the code for improved readability and maintainability
Enhanced error handling during file conversion and transfer processes
Upload of multiple PDF files
File integrity checks after upload
Conversion and compression of PDFs into ZIP format
Download and extraction of generated ZIP files