maarten wrote:

calling writer.setViewerPreferences(PdfWriter.printScalingNone) doesn't seem to make any difference except that Acrobat Reader shows "Navigation Tabs" when I open the document.

You have found a bug in iText.

The value for PageModeUseOC and PrintScalingNone was identical.
That way, when you set printscaling to none, you also set the page mode
to show the optional content layers. I have corrected this
(I mad a version iText 1.3.(2 and a half) that isn't released yet)
and I added an example here:
http://itextdocs.lowagie.com/tutorial/objects/bookmarks/
If you print
http://itextdocs.lowagie.com/tutorial/objects/bookmarks/TwoColumnLeft.pdf
the pages may be scaled (resulting in a very big font).
If you print
http://itextdocs.lowagie.com/tutorial/objects/bookmarks/NoScaling.pdf
on a sheet of paper with size A4, the original A6 size is kept,
and the page is centered on the A4 page.

This doesn't solve your problem yet, but I am hoping people
who know more about printer drivers will be able to answer
your question on how to avoid them scaling your page.

br,
Bruno


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to