Re: [iText-questions] problem with margins when prniting with pdf

2003-07-28 Thread Paulo Soares
- Original Message - From: "Mark Goking" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 2:45 Subject: [iText-questions] problem with margins when prniting with pdf > hi all, this code > > Document document =

[iText-questions] problem with margins when prniting with pdf

2003-07-27 Thread Mark Goking
Title: Message hi all, this code   Document document = new Document(PageSize.A4, 18, 18, 18, 18);   > supposedly sets margins to be 18 (pixels?) top, bottom, left and right, right? > when viewed in pdf, the top seems to be ok. but the left and right margins are somehow big. > when printed