Hi,
Is there a jpg compression possible on the PDF output file (I used image2pdf_cmd3.50_ocr).
If I convert an TIF image with the demo version, and the original TIF file is about 19Mb the PDF file is also 19Mb. And this was only an image scanned with gray scale and 300 dpi, with only 13 pages.
I have to make PDF files with over 100 pages each, but the file is to large than, it needs to be smaller for acceptance.
Thanks!
===========================
You can use image2pdf_cmd3.50_ocr to convert your TIFF file to PDF file first, and use VeryDOC PDF Compressor to compress the PDF file again, PDF Compressor can be downloaded from following web page,
https://www.verydoc.com/pdfcompressor.html
you can run following command lines to compress your PDF file smaller,
pdfcompressor.exe -jbig2 C:\in.pdf C:\out.pdf
pdfcompressor.exe -jbig2 -jpx C:\in.pdf C:\out.pdf
pdfcompressor.exe -jpx -jpxquality 1 C:\in.pdf C:\out.pdf
pdfcompressor.exe -jpx -jpxquality 0.5 C:\in.pdf C:\out.pdf
pdfcompressor.exe -jpx -jpxquality 10 C:\in.pdf C:\out.pdf
pdfcompressor.exe -ci jpg -cidown -cidownres 50 -gi jpg -gidown -gidownres 50 -mi fax -midown -midownres 50 C:\in.pdf C:\out.pdf