Re: [iText-questions] Page rotation

2008-06-20 Thread 1T3XT info
[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

[iText-questions] Page rotation

2008-06-20 Thread roshla_p
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

Re: [iText-questions] Page rotation and rearrangement (4 in 1) at thesame time

2006-07-27 Thread Werner Lehmann
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

Re: [iText-questions] Page rotation and rearrangement (4 in 1) at thesame time

2006-07-25 Thread Mark Storer
> 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

[iText-questions] Page rotation and rearrangement (4 in 1) at the same time

2006-07-25 Thread Werner Lehmann
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

Re: [iText-questions] Page Rotation

2006-06-05 Thread Paulo Soares
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

[iText-questions] Page Rotation

2006-06-04 Thread Shoaib Gauhar
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

RE: [iText-questions] Page rotation

2003-08-14 Thread SIMON Pascal
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

Re: [iText-questions] Page rotation

2003-08-14 Thread SIMON Pascal
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

[iText-questions] Page rotation

2003-08-14 Thread Roberto Cipollini
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

RE: [iText-questions] Page rotation

2003-08-14 Thread Carmona Perez, David
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

RE: [iText-questions] Page rotation

2003-08-11 Thread Paulo Soares
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

RE: [iText-questions] Page rotation

2003-08-11 Thread Bruno
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.

Re: [iText-questions] Page Rotation

2003-07-29 Thread Paulo Soares
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

[iText-questions] Page Rotation

2003-07-29 Thread Tim Jones
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

RE: [iText-questions] Page rotation

2003-04-03 Thread David Nielsen
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

[iText-questions] Page rotation

2003-04-03 Thread Mirko Sertic
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

RE: [iText-questions] Page rotation

2003-02-14 Thread Paulo Soares
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

RE: [iText-questions] Page rotation

2003-02-14 Thread David Nielsen
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.

RE: [iText-questions] Page rotation

2003-02-14 Thread Paulo Soares
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

RE: [iText-questions] Page rotation

2003-02-14 Thread David Nielsen
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

RE: [iText-questions] Page rotation

2003-02-14 Thread Paulo Soares
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: [

[iText-questions] Page rotation

2003-02-14 Thread David Nielsen
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