Re: [iText-questions] Rotate pages while merging PDF files

2011-01-05 Thread 1T3XT BVBA
Op 5/01/2011 15:28, cellaris schreef: > Hi all; > > I'm merging some pdf files , and while doing this i'm checking whether pages > must be rotate it. > I used the code suggested in the book (using the stamper) 1. If you want to post/receive further questions/answers, you must subscribe to the mail

RE: [iText-questions] Rotate Pages from existing PDF file with watermark and text without manubar etc.

2004-06-18 Thread Paulo Soares
B> To: Paulo Soares; [EMAIL PROTECTED] (B> Subject: RE: [iText-questions] Rotate Pages from existing PDF (B> file with watermark and text without manubar etc. (B> (B> Hello, (B> I am sorry for my poor coding. I still have error when I execute it. (B&

RE: [iText-questions] Rotate Pages from existing PDF file with watermark and text without manubar etc.

2004-06-18 Thread Sugita Takashi
(B } (B } (B# (B (BThank you very, very much for your help. I really appreciate it. (B (BTakashi Sugita. (B (B (B (B>From: "Paulo Soares" <[EMAIL PROTECTED]> (B>To: "Sugita Takashi" (B<[EMAIL PROTECTED

RE: [iText-questions] Rotate Pages from existing PDF file with watermark and text without manubar etc.

2004-06-18 Thread Paulo Soares
(B> Takashi Sugita. (B> (B> (B> (B> Markus" answer he got on April 30, 2004. (B> ## (B> - Original Message - (B> From: "Paulo Soares" <[EMAIL PROTECTED]> (B> To: "= k3Rn =" <[EMAI

Re: [iText-questions] Rotate Pages from existing PDF files

2004-04-30 Thread = k3Rn =
TECTED]> Sent: Friday, April 30, 2004 1:27 PM Subject: RE: [iText-questions] Rotate Pages from existing PDF files That's dead easy. PdfReader reader = new PdfReader(...); for (int k = 1; k <= reader.getNumberOfPages(); ++k) { reader.getPageN(k).put(PdfName.ROTATE, new PdfNumber(90)); }

RE: [iText-questions] Rotate Pages from existing PDF files

2004-04-30 Thread Paulo Soares
nal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of = k3Rn = > Sent: Thursday, April 29, 2004 7:03 PM > To: [EMAIL PROTECTED] > Subject: Re: [iText-questions] Rotate Pages from existing PDF files > > From: "Bruno" <[EMAIL PROTECTED]&g

Re: [iText-questions] Rotate Pages from existing PDF files

2004-04-29 Thread = k3Rn =
From: "Bruno" <[EMAIL PROTECTED]> To: "= k3Rn =" <[EMAIL PROTECTED]> > Quoting = k3Rn = <[EMAIL PROTECTED]>: > > > I'd want to simply rotate all pages of an existing pdf 90 degrees > > to the right - from portait to landscape orientation. > > This can be done with iText. > > > In my case i would

Re: [iText-questions] Rotate Pages from existing PDF files

2004-04-27 Thread Bruno
Quoting = k3Rn = <[EMAIL PROTECTED]>: > I'd want to simply rotate all pages of an existing pdf 90 degrees > to the right - from portait to landscape orientation. This can be done with iText. > In my case i would need that to rotate pdf pages that are in > portrait orientation, but the text is v

RE: [iText-questions] Rotate pages

2004-03-09 Thread Paulo Soares
iText handles the page rotation correctly. Check that you have the latest GS version.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carmona Perez, DavidSent: Tuesday, March 09, 2004 2:46 PMTo: Itext-Questions (E-mail)Subject: RV