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
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&
(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
(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
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));
}
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
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
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
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