Re: [iText-questions] Extra margin after print

2010-06-10 Thread Lu, Tao (MOH)
Got it. Excellent. Thanks a lot! Tao From: Paulo Soares [mailto:psoa...@glintt.com] Sent: June 10, 2010 10:51 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Extra margin after print Printers have mechanical limitations. If

Re: [iText-questions] Extra margin after print

2010-06-10 Thread Paulo Soares
d(new Paragraph("abc")); document.close(); Thanks! Tao -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: June 10, 2010 2:10 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Extra margin after print Lu, Tao (MOH) wrot

Re: [iText-questions] Extra margin after print

2010-06-10 Thread Lu, Tao (MOH)
s! Tao -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: June 10, 2010 2:10 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Extra margin after print Lu, Tao (MOH) wrote: > Hi, experts, > > I produced a PDF document by iText, the soft

Re: [iText-questions] Extra margin after print

2010-06-09 Thread 1T3XT info
Lu, Tao (MOH) wrote: > Hi, experts, > > I produced a PDF document by iText, the soft version looks very fine > with correct margins. But when I printed it out, there are extra margins > which are added to the original margins. > > How can I get rid of the extra margins? Instruct the document t

[iText-questions] Extra margin after print

2010-06-09 Thread Lu, Tao (MOH)
Hi, experts, I produced a PDF document by iText, the soft version looks very fine with correct margins. But when I printed it out, there are extra margins which are added to the original margins. How can I get rid of the extra margins? Many thanks! Tao