PdfPageToImage
Converts a selected page from pdf to a jpg image file.
Cobbled together quickly from a couple of bits of code here and there in my other extensions, to fulfil a need...
Specifications
Version: 2.0 - bugfix: removing black outline/background from generated image
Released: 2025-05-22T23:00:00Z
Latest Update: 2025-05-27T23:00:00Z
Built & documented using: FAST v3.3.0
Blocks
MakeImageFromPdfPage
Convert one page of a pdf to a JPG image. quality (pdf) = 1-10. Use full or absolute paths to files.
AfterPdfPageConvertedToImage
Called after the image is converted. Provides file path, and output size, in bytes.
AIX
Example
pdftoimage.aia (63.2 KB)
Screen (The text in the image is actually crystal clear, just rubbish in the image component)
Example Blocks
Enjoy , and all feedback and comments welcome.
Available for use in any MIT AppInventor projects or competitions
#####################################################################
This work by TIMAI2 is licensed under a
Creative Commons Attribution-ShareAlike 4.0 Unported License with attribution.
Please use name = TIMAI2 and link to this source page when giving credit.
#####################################################################
- I note a similar extension exists HERE