View Single Post
Old 02-03-2023, 08:20 AM   #1
Shohreh
Zealot
Shohreh can program the VCR without an owner's manual.Shohreh can program the VCR without an owner's manual.Shohreh can program the VCR without an owner's manual.Shohreh can program the VCR without an owner's manual.Shohreh can program the VCR without an owner's manual.Shohreh can program the VCR without an owner's manual.Shohreh can program the VCR without an owner's manual.Shohreh can program the VCR without an owner's manual.Shohreh can program the VCR without an owner's manual.Shohreh can program the VCR without an owner's manual.Shohreh can program the VCR without an owner's manual.
 
Posts: 148
Karma: 192898
Join Date: Jan 2016
Device: none
Question Flip (*.jpg) to PDF?

Hello,

After downloading the JPGs that make up an online Flip book, I'd like to merge them into a single PDF.

Two issues:
1. ImageMagick's convert is slow*, and
2. I get a read-only PDF, so will then have to run it through an OCR to get a "selectable/copyable" PDF.

Is there an open-source solution that is faster and includes an OCR?

Unless I missed it, neither cpdf, Mutool, nor qpdf can do it.

Thank you.

Code:
*c:\ImageMagick\convert.exe -quality 100 *.jpg merged.pdf
---
Edit: jpeg2pdf takes care of job #1. Just make sure the files are in the right order, eg. 1.jpg needs to be renamed 001.jpg if there are more than 99 files.

Will then have to run it through an OCR.

Last edited by Shohreh; 02-03-2023 at 08:47 AM.
Shohreh is offline   Reply With Quote