Re: [iText-questions] Pdf Margins

2002-08-19 Thread Matt
Rosenthol" <[EMAIL PROTECTED]> To: "Matt" <[EMAIL PROTECTED]>; "iText" <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 4:01 PM Subject: Re: [iText-questions] Pdf Margins > At 3:05 PM -0500 8/19/02, Matt wrote: > >I tried simply saying pdf.s

Re: [iText-questions] Pdf Margins

2002-08-19 Thread Matt
> Have you tried it with a different printer - or a different > computer? It has been printed from two machines onto two printers each. It might be worth noting that they're both HP printers, one an inkjet, one a laser. > Can you send me a copy of the PDF to try? Certainly. The one that looks

Re: [iText-questions] Pdf Margins

2002-08-19 Thread Leonard Rosenthol
At 4:15 PM -0500 8/19/02, Matt wrote: >In sentence after the paragraph you quoted, I state that I turned off >scaling. That's not my problem. I am pretty sure it is - either that or your printer has an issue. Have you tried it with a different printer - or a different computer?

Re: [iText-questions] Pdf Margins

2002-08-19 Thread Leonard Rosenthol
At 3:05 PM -0500 8/19/02, Matt wrote: >I tried simply saying pdf.setMargins(72, 72, 72, 72), but >I ran into an interesting problem: When I open my PDFs in Acrobat, they >look fine, but when they print out, the margins are changed. I found that >although the document size was PageSize.LETTER, an

[iText-questions] Pdf Margins

2002-08-19 Thread Matt
Hello! I'm working on a program that will generate PDFs. The documents created are intended to be both read electronically (via Acrobat) and to be printed and distributed in hard copy. These documents need to have a 1" margin the whole way around. I tried simply saying pdf.setMargins(72, 7