Re: [iText-questions] Margin Trouble

2009-10-16 Thread Nes Yarug
Hi, Does anyone know if the issue described here: http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg32751.htmlbeen fixed? It was posted 2 years ago: Michael McCall wrote: > I would use the simple “document.setMargins();” method, but it only > takes effect on the second page, a

Re: [iText-questions] Margin Trouble

2007-08-01 Thread Bruno Lowagie (iText)
Michael McCall wrote: > I would use the simple “document.setMargins();” method, but it only > takes effect on the second page, and I need the given margins used for > the entire output. There's no 'ready made' solution for this problem, but I'm thinking of a solution for the next iText release.

[iText-questions] Margin Trouble

2007-08-01 Thread Michael McCall
To Whom It May Concern: I am currently developing a web application that uses Spring Framework and iText to take in values (through a series of forms) and generate a PDF from them. I want the PDF to have specific margins (90, 90, 72, 50). I have a PDF.java class with the following method in i