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
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
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