[iText-questions] PDFSignature - Document has been altered since signature was applied

2008-11-12 Thread AndreiGosman
Hi, I was a very big problem using iTextSharp and Aladdin eToken for signing PDF files. After I sign a pdf, Acrobat Reader gives the following message: The document has been altered or corrupted since teh Certification was applied Here is my code: Does someone know what is wrong?

[iText-questions] Problem logging in to see iText examples

2008-11-12 Thread frank.alviani
Hi, I have been unsuccessful in logging in to see the iText examples. I have the iText book and it always asks for a movie title from figure 8.11. I have tried every variation possible, being careful about case. Can anybody give some hints about how to log in successfully? I have tried

Re: [iText-questions] PDFSignature - Document has been altered since signature was applied

2008-11-12 Thread Paulo Soares
See http://itextpdf.sourceforge.net/howtosign.html#signextitextsharp2. Paulo From: AndreiGosman [EMAIL PROTECTED] Sent: Wednesday, November 12, 2008 4:33 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDFSignature - Document has

Re: [iText-questions] Problem logging in to see iText examples

2008-11-12 Thread Paulo Soares
The examples are at http://1t3xt.info/examples/itext-in-action.php. Paulo From: frank.alviani [EMAIL PROTECTED] Sent: Wednesday, November 12, 2008 4:55 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Problem logging in to see

[iText-questions] acroform button alt tag / title text

2008-11-12 Thread Ernest Derry
Hi everyone, I'm fairly new to itext and I've just created an Acroform with submit buttons. I've noticed that when I mouseover the buttons I get the following: send the data to http://...my url is there any way of changing the text of this? Thanks in anticipation of your help My current

[iText-questions] FOP 0.95 and iText 2.1.3 unable to do exact overprint

2008-11-12 Thread Stepan RYBAR
Hello, I have a problem using FOP 0.95 and iText 2.1.3 for exact overprint. I have FO file (see attached FO) with 72 dpi in configuration file, which creates the first PDF: fo:block-container absolute-position=fixed top=100pt left=100pt height=20pt width=100pt reference-orientation=90

Re: [iText-questions] Problem logging in to see iText examples

2008-11-12 Thread frank.alviani
Thank you. I was try to get them from http://itext.ugent.be/itext-in-action/chapter.php; but had no luck. Your time is much appreciated. Frank Alviani Paulo Soares-3 wrote: The examples are at http://1t3xt.info/examples/itext-in-action.php. Paulo

Re: [iText-questions] Advanced tab in Document Properties

2008-11-12 Thread Tony Stevens
strebor1982 wrote: In the advanced tab of the document properties is it it possible to set the language under the 'Reading options'? I was trying to do this too. I tried: writer.getExtraCatalog().put(new PdfName(Lang), new PdfString(en)); and I can see that the entry is created in

Re: [iText-questions] FOP 0.95 and iText 2.1.3 unable to do exact overprint

2008-11-12 Thread mister bean
Not sure if this is the answer, but I don't understand why you say that the showTextAligned() uses integers. In fact, it uses floating-point values. See the Javadoc

Re: [iText-questions] FOP 0.95 and iText 2.1.3 unable to do exact overprint

2008-11-12 Thread Stepan RYBAR
Hello, yes, You are right, that in JavaDoc is float and not int, but when I use following code: over.showTextAligned(Element.ALIGN_LEFT, omr, 8.1, 666, 90); I receive following error during compilation: C:\temp\Apache FOP User DataC:\Program Files\Java\jdk1.6.0_10\bin\javac -cp