REDDIT 原始帖子

Software to convert a large PDF 2+GB file to a series of PNGs

I've tried online sites to convert and some offline sites/apps, but they all give an error message or crash in the case of: 'Any PDF to JPG' on the Microsoft Store. Please, can somebody recommend some software that can handle such large files

原帖正文r/software

I've tried online sites to convert and some offline sites/apps, but they all give an error message or crash in the case of: 'Any PDF to JPG' on the Microsoft Store. Please, can somebody recommend some software that can handle such large files

已收录讨论

9 条评论

u/aricelle

Imagemagick can do it - https://imagemagick.org magick input.pdf output.png

u/Few-Werewolf-1985

NAPS v2 - it's free scanning software that has excellent PDF page management tools that allow you to select pages and save them as PNGs or JPGs (or compile images into a PDF).

u/Ok_Opposite7385

PDF24 Creator, I think that would work for you

u/Complete-Paint529

I think WinZip or related can cut that 2 gb file into, say, files of 100MB each.

u/Primary-Pilot1756

bentopdf allows you to create a flow exactly as you want.

u/Sagitario_Aestrella

Pdf gear

u/jtbsolution

You have to use desktop software to do this task.

u/_janc_

Why not AI generate a Python script to do it?

u/zripgud

I make a comic book reader and converter that may be able to, using the extraction tool you can find in its tools section and selecting PNG as the output format: https://github.com/binarynonsense/comic-book-reader Honestly, I'm not sure I ever tested such a big PDF (I think I did test one close to 2GB last time I improved the PDF related code but I may be misremembering) but it's free, so you can give it a try if you are still looking for a way to do it to see if it can handle your file.