export-pdf-to-images
Service icon

Export PDF to images

Stable version 1.0.4 (Compatible with OutSystems 11)
Uploaded
 on 18 Apr (2 days ago)
 by 
3.0
 (1 rating)
export-pdf-to-images

Export PDF to images

Compatible with:
Created on OutSystems 11

Version 1.0.4

Stable
Current
Uploaded on 18 Apr (2 days ago) by 
Compatible with:
Version 11
Database:
All
Release notes:

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.


Main Changes

  • 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


🧪 Tests Performed

  • 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


Application Objects:
Export PDF to images has 0 AOs.

Version 1.0.3

Stable
Uploaded on 20 August 2024 by 
Compatible with:
Version 11
11.0.108 to 11.31.0
Database:
All
Release notes:

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

Application Objects:
Export PDF to images has 0 AOs.

Version 1.0.1

Stable
Uploaded on 30 October 2023 by 
Compatible with:
Version 11
11.0.108 to 11.31.0
Database:
All
Release notes:
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
Application Objects:
Export PDF to images has 0 AOs.