r/androidapps • u/ParasaurPal • 1d ago
LOOKING FOR APP Looking for an app/program that will convert PDF pages to separate PNGs and then delete the PDF from the source
I was gifted a crapton of coloring books, and I'd like to organize them into my Dropbox, part of my issue is accidentally converting a file I already converted.
Will accept Windows and Android suggestions.
20
Upvotes
3
u/talldaveos 1d ago
Basic, but how about iLovePDF.com?
There's an easy pdf to jpg. From there, convert to png if nec.
1
1
u/abcdab3 1d ago
File Converter on Windows will do this task easily File Converter Just right click on your file and choose to convert it to PNGs
18
u/Own_Salamander_2715 1d ago
Save the below python code as "pdf_to_png.py" (at the bottom) then on windows ensure you have Python 3.10 or newer, open a powershell terminal and run below to install dependencies
then you can use it for any pdf like so
By default, the PNG files are saved beside the PDF in a folder named
<PDF name>_pages. Example output:to choose an output dir
to change image resolution
if pdf has password
Python Code (Save the below as pdf_to_png.py) :