Created on 06 September 2017
icon_unfollowing
Login to follow
createpdfimages

Create PDF Images

Stable version 2.2.2 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 14 March 2021 by 
createpdfimages

Create PDF Images

Created on OutSystems 10

Version 2.2.2

Stable
Current
Module
Uploaded on 14 March 2021 by 
Compatible with:
Version 11
Version 10
Stack:
.NET
Database:
All
Release notes:

Possibility to convert PDF to image directly from binary.

Possible scenarios (result depends on the IsGetBinary* option):
- FileBinary, FilePath and FileName provided:
. Images binaries returned with provided Filename, or
. Images saved to FilePath + Filename
- FileBinary and FileName provided, with no FilePath:
. Images binaries returned with provided Filename, or
. Images saved to a Temporary folder with Filename
- FilePath and FileName provided (location in the disk of the file to get images is) with no FileBinary:
. Images binaries returned with provided Filename, or
. Images saved to the provided FilePath folder with the proided Filename
- FileBinary only:
. Images binaries returned with random Filename, or
. Images saved to a Temporary folder with a random Filename


Each Image Filename returned, begins with the Filename (if provided) or with the name of a temporary file created by the system (if no Filename is provided). In both cases it's added to the name: "_" + PageNumber (if less than 10 it beggins with "00" and if less than 100 it will have a leading "0").


* If 'IsGetBinary' is:
- False: The extension retrieves the saved image(s) path, in SavedPath, and a list with the image(s) Filename(s) generated, in ImgFilename.
- True: It's only retrieved the CreatedImages record list, with the image Filename, MIME type and its binary.


Notes:

This extension uses the PdfiumViewer library.

Demo is for version 11. 

Version 1.1.0

Stable
Module
Uploaded on 08 February 2021 by 
Compatible with:
Version 11
Version 10
Stack:
.NET
Database:
All
Release notes:

Fix for missing DLL in some cases.

Demo for version 11

Version 1.0.0

Stable
Module
Uploaded on 06 September 2017 by 
Compatible with:
Version 11
Version 10
Stack:
.NET
Database:
All