Hi all,
I'm developing an application that, in part, prints out some data on a set of Avery label 3 x 5 index cards. This requires that I carefully keep track of where I am on the PDF, and I've found the PdfPTable class to be of considerable use in this regard.


However, like some of you, I've found that the default behavior of the Acrobat reader is to 'shrink' the content of the PDF when printing. When enabled, it causes my PDF to print incorrectly, and for the content to 'run over' or stop short in terms of the layout. When I disable this feature by deselecting the checkbox, it prints perfectly.

My question is, is there some way to set this viewer preference programmatically? Perhaps through the PdfWriter.setViewerPreferences method?

Thanks!
Clint


------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to