Setup: Creating OpenPDF from multipage TIFF with adding each TIFF page as com.lowagie.text.Image
...
com.lowagie.text.Document pdfDocument = new com.lowagie.text.Document();
com.lowagie.text.Image image01 = getPage(pageNumber);
document.add(image01);
...
The Problem: The file size
Question: How to reduce file size?
Hope that helps someone out there. I used following
And instead using
I used a compressed Image