[iText-questions] unsubscribe

2013-06-06 Thread Hippchen, Thomas (T.)
With friendly regards / Mit freundlichem Gruss Dr. Thomas Hippchen Manufacturing Engineering Systems Ford-Werke GmbH Henry-Ford-Straße 1, 50735 Köln Tel: +49 221 90-15919; Fax -13477 (int: 70-15919, Fax 70-13477) E-Mail: thipp...@ford.com Sitz der Gesellschaft: Köln Registergericht Köln, HRB 5418

Re: [iText-questions] Can TextField be locked ?

2013-06-06 Thread 1T3XT BVBA
On 6/06/2013 20:08, k...@dataverse.gr wrote: > Should I > spend a whole month reading a book (that is not free and refers to Java, > by the way) before start using iTextSharp? The book is indispensable. You don't need to read it completely, but only the parts you need. Even a slow reader can read c

Re: [iText-questions] Can TextField be locked ?

2013-06-06 Thread kgk
I'm sorry. However, I don't consider this: http://api.itextpdf.com/itext/com/itextpdf/text/pdf/PdfFormField.html or this: http://api.itextpdf.com/itext/com/itextpdf/text/pdf/TextField.html ..to be documentation. They are either an automatic listing of all the available methods or (at best) a develo

Re: [iText-questions] NumberFormatException and StringIndexOutOfBoundsException

2013-06-06 Thread Dmitry Katsubo
Paulo, Michael, Many thanks for reply. Indeed this PDF seems to be broken, as I cannot render it with FoxitReader as well. Conversion CRLF→LF does not help. The issue is closed. My excuses. Nice part is that iText still can extract some text from it until it breaks with NumberFormatException. Th

Re: [iText-questions] Can TextField be locked ?

2013-06-06 Thread iText Software
On Thu, 06 Jun 2013 16:40:41 +0200, _ wrote:Can a TextField be locked the same way a PdfFormField can? As far as I saw these two are not related in any way.Not related???Suppose that textfield is an instance of TextField, then you can do this:PdfFormField field = textfield.getTextField();TextFiel

[iText-questions] Can TextField be locked ?

2013-06-06 Thread _
I have some code that deals with digital signatures and field locking after signing in a signature field. I've followed this tutorial: http://itextpdf.com/book/digitalsignatures20130304.pdf Section: (2.5.5 Locking fields and documents after

Re: [iText-questions] NumberFormatException and StringIndexOutOfBoundsException

2013-06-06 Thread Dmitry Katsubo
Hi Michael, Indeed I was using outdated version if iText, sorry for that. After update to latest 5.4.2, NumberFormatException is still there, check test PDF . Tested with: java -cp itextpdf-5.4.2.jar com.itextpdf.

[iText-questions] [SPAM] Re: NumberFormatException and StringIndexOutOfBoundsException

2013-06-06 Thread mkl
Dmitry Katsubo, Dmitry Katsubo wrote > After update to latest 5.4.2, NumberFormatException is still there, > check test PDF > ;. You PDF file seems to have been treated as text somewhere, it seems to have had 1 byte long l

Re: [iText-questions] NumberFormatException and StringIndexOutOfBoundsException

2013-06-06 Thread Paulo Soares
I can't render your PDF with Acrobat. Paulo On Thu, Jun 6, 2013 at 10:36 AM, Dmitry Katsubo wrote: > Hi Michael, > > Indeed I was using outdated version if iText, sorry for that. > > After update to latest 5.4.2, NumberFormatException is still there, check > test PDF. Tested with: > > java -cp i