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
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
已收录讨论
Imagemagick can do it - https://imagemagick.org magick input.pdf output.png
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).
PDF24 Creator, I think that would work for you
I think WinZip or related can cut that 2 gb file into, say, files of 100MB each.
bentopdf allows you to create a flow exactly as you want.
Pdf gear
You have to use desktop software to do this task.
Why not AI generate a Python script to do it?
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.