Adrian Nadeau wrote:

Hello,

We are trying to create/print a landscaped page using iText (version 1.3). Is there an easy way to get the PDF to print at the very start of the page on the left side (Left Margin). We have tried setting the left margin very low (even setting it to negative numbers like -130 etc). When you view the PDF it's definitely way over to the left, sometimes even cutting off the image that is in the table cell but if we try to print it, the page printed still has a small margin which is throwing everything off. I think you can edit the printer settings to "Minimize Margins" and then it possibly might work. Just wondering if there is an easier way to handle this with iText code so the user doesn't have to edit their printer settings? Any help or suggestions would be great. Thanks in advance.

The only printer setting that can be changed inside a PDF document,
is the page scaling (you can set it to no scaling). The problem you
describe looks like a device dependent problem. Some printers are
able to print without a margin; others are not. There's very little you
can do about that.
br,
Bruno


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to