[EMAIL PROTECTED] wrote:
> Hi
>
> I am using itext to add header information to a pdf file .
OK, so you are stamping headers on a PDF with PdfStamper.
> Problem is when i am creating the new pdf file it is rotating by 90 degree.
Please compare the following examples:
http://www.1t3xt.info/exam
Hi
I am using itext to add header information to a pdf file . Problem is when i am
creating the new pdf file it is rotating by 90 degree .it is not happening with
all pdf files . I have found in this forum to use pdfcopy to stop rotaion . But
still it is rotating . I found that after assigning
Mark,
thanks for the effort you put into your reply. I appreciate it.
On 25.07.2006 21:03, Mark Storer wrote:
> Anyway, there are several ways to work around this.
>
> 1) Dig around in the source for a place where you can change the page's
> dictionary and have it 'take'. This may include cr
> I have to to do some postprocessing on an existing pdf
> (created by iText):
>
> 1. rotate certain pages by 180 degress
> 2. combine 4 pages in 1
>
> Both tasks could be solved with the list archives and the tutorial.
> However, somehow I cannot rotate first, then combine 4 in 1:
> the result
Hi,
I have to to do some postprocessing on an existing pdf (created by iText):
1. rotate certain pages by 180 degress
2. combine 4 pages in 1
Both tasks could be solved with the list archives and the tutorial.
However, somehow I cannot rotate first, then combine 4 in 1: the result
does not have
t; Behalf Of Shoaib Gauhar
> Sent: Monday, June 05, 2006 6:35 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Page Rotation
>
> Hello
>I read a mail a few days back in which one has told
> to add /ROTATE 180 info in the page dictionary. Can
> anyon
Hello
I read a mail a few days back in which one has told
to add /ROTATE 180 info in the page dictionary. Can
anyone please tell me that how do you get this page
dictionary??? I have tried to get it and add values
from PdfWriter.getInfo(), PdfWriter.getGroup() but it
hasnt worked.
Waiting for
cument.
>
> Best Regards,
> Paulo Soares
>
> > -Original Message-
> > From: Roberto Cipollini [SMTP:[EMAIL PROTECTED]
> > Sent: Monday, August 11, 2003 13:18
> > To: [EMAIL PROTECTED]
> > Subject:[iText-questions] Page rotation
> &g
Yes it's possible, but it will take effect on the next page
Selon Roberto Cipollini <[EMAIL PROTECTED]>:
> Hi everybody...have a nice very hot summer :))
>
> i was wondering if it is possible to rotate [ PageSize.A4.rotate() ] the
> page after the open declaration
> i've tryed around but the pa
Hi everybody...have a nice very hot summer :))
i was wondering if it is possible to rotate [ PageSize.A4.rotate() ] the
page after the open declaration
i've tryed around but the page is still in portrait size.
bye
Roberto
---
This SF.Net ema
See the tutorial, chapter 1: http://www.lowagie.com/iText/tutorial/ch01.htm
David
-Mensaje original-
De: Roberto Cipollini [mailto:[EMAIL PROTECTED]
Enviado el: lunes, 11 de agosto de 2003 14:18
Para: [EMAIL PROTECTED]
Asunto: [iText-questions] Page rotation
Hi everybody
That's not possible for the first page. You have to do it before opening the
document.
Best Regards,
Paulo Soares
> -Original Message-
> From: Roberto Cipollini [SMTP:[EMAIL PROTECTED]
> Sent: Monday, August 11, 2003 13:18
> To: [EMAIL PROTECTED]
> Subject: [i
Quoting Paulo Soares <[EMAIL PROTECTED]>:
> That's not possible for the first page. You have to do it before opening
> the document.
If you didn't add anything to the document, I think you can do it
by invoking newPage() after changing the page size.
2003 22:40
Subject: [iText-questions] Page Rotation
> Hi,
> I am having some issues with page rotation and scaling. It only seems
> to
> happen with text and ps files that have been converted to pdf. When I
> read
> in these pdf's and rewrite them to another pdf with overl
Hi,
I am having some issues with page rotation and scaling. It only seems to
happen with text and ps files that have been converted to pdf. When I read
in these pdf's and rewrite them to another pdf with overlay included the
rotation and scaling are screwed up. All the images are rotated 90 degre
cb.addTemplate(template, 0, 1, -1, 0, pageWidth, pageHeight);
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mirko
Sertic
Sent: 3. april 2003 10:19
To: [EMAIL PROTECTED]
Subject: [iText-questions] Page rotation
Hello there !
i'm searching for
Hello there !
i'm searching for a way to parse an existing pdf and rotate each page
by 90 degrees. The output should be a new pdf. Can this be done ?
Is there an example available ?
Thanks a lot.
Mirko Sertic
---
This SF.net email is sponso
age-
> From: David Nielsen [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, February 14, 2003 17:50
> To: 'Paulo Soares'; [EMAIL PROTECTED]
> Subject: RE: [iText-questions] Page rotation
>
> Here you go...
> Its last.pdf there is the problem..
>
> -Origin
t; From: Paulo Soares [mailto:[EMAIL PROTECTED]]
> Sent: 14. februar 2003 15:48
> To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
> Subject: RE: [iText-questions] Page rotation
>
>
> Negative rotations are fixed in itext-paulo-108. Rotations can now only be
> 0, 90, 180 and 270.
aulo Soares [mailto:[EMAIL PROTECTED]]
> Sent: 14. februar 2003 15:48
> To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
> Subject: RE: [iText-questions] Page rotation
>
>
> Negative rotations are fixed in itext-paulo-108. Rotations can now only be
> 0, 90, 180 and 27
page 180 degrees around the X axis,
and translates the page "pageHight" up the Y axis
Regards,
David Nielsen
-Original Message-
From: Paulo Soares [mailto:[EMAIL PROTECTED]]
Sent: 14. februar 2003 15:48
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject: RE: [iText-ques
Negative rotations are fixed in itext-paulo-108. Rotations can now only be
0, 90, 180 and 270.
Best Regards,
Paulo Soares
> -Original Message-
> From: David Nielsen [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, February 14, 2003 13:10
> To: [EMAIL PROTECTED]
> Subject: [
Hi..
I have modifyed the tutorial Concat.java to rotate the page 180 degrees if
rotation = reader.getPageRotation(i) == -180
here:
removed lines.
page = writer.getImportedPage(reader, i);
rotation = reader.getPageRotation(i);
System.out.println("rotation: " + rotation
23 matches
Mail list logo