RE: [iText-questions] Rotate a existing pdf document 90 deg

2004-12-03 Thread Guillaume Allée
ception de) {     }     } Le ven 03/12/2004 à 12:46, Paulo Soares a écrit : Using PdfStamper? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guillaume Allée Sent: Friday, December 03, 2004 10:36 AM To: [EMAIL PROTECTED] Subject: [iText-questions] Rotate

[iText-questions] Rotate a existing pdf document 90 deg

2004-12-03 Thread Guillaume Allée
Hi, I search for posts on how to do this but I did not find anything that fits my problem. Here it is : 1) I read a pdf file (that can be anything). 2) I add text and image on it using the itext library :) 3) I want to rotate the whole thing( the original file + text + image) 90 degrees. 4)

RE: [iText-questions] Add a checksum in a pdf

2004-10-19 Thread Guillaume Allée
Thanks for your answer. If someone has already done that with itext, let me know ! Le lun 18/10/2004 à 13:41, Leonard Rosenthol a écrit : > At 04:14 AM 10/18/2004, Guillaume Allée wrote: > >I have 2 pdf files: > > - certified.pdf (which has been certified using ado

RE: [iText-questions] Add a checksum in a pdf

2004-10-15 Thread Guillaume Allée
inal Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Guillaume Allée > > Sent: Thursday, October 07, 2004 11:45 AM > > To: [EMAIL PROTECTED] > > Subject: [iText-questions] Add a checksum in a pdf > > > > Hi, > &g

[iText-questions] Add a checksum in a pdf

2004-10-07 Thread Guillaume Allée
Hi, I wonder if it is possible to add a checksum in a pdf file so that when a reader (adobe acrobat for instance) opens the file, the user is notified if the checksum is not matched ? If yes, how can it be done with itext ? Thanks. Guillaume -- Allée Guillaume Development Engineer ATCHIK 8

[iText-questions] CMYK graphics using the java.awt.Graphics2D-object

2004-06-02 Thread Guillaume Allée
Hi all, I m trying to write black text on a PDF using java.awt.Graphics2D and itext in CYMK. I have seen the docs on http://www.lowagie.com/iText/tutorial/ch10.html#graphics2D and run the example Chap10_Graphics2D.java (http://www.lowagie.com/iText/examples/Chap10_Graphics2D.java) but the colo

[iText-questions] CMYK graphics using the java.awt.Graphics2D-object

2004-06-02 Thread Guillaume Allée
Hi all, I m trying to write black text on a PDF using java.awt.Graphics2D and itext in CYMK. I have seen the docs on http://www.lowagie.com/iText/tutorial/ch10.html#graphics2D and run the example Chap10_Graphics2D.java (http://www.lowagie.com/iText/examples/Chap10_Graphics2D.java) but the colo