[iText-questions] PdfReader not opened with owner password - Reader-enabling a form

2011-11-27 Thread mango-object
Hi i have bought the book and tried out the example but i am having a problem filling out an acroform. below is my code, which is almost directly taken from the example listing in 8.2.9 i am calling it with fillForm(RESOURCE, RESULT1, false, false); fillForm(RESOURCE, RESULT2, true, false); fillF

Re: [iText-questions] Hyphenator kills numbers

2011-11-27 Thread David Thielen
That may be correct behavior. After all, what is the proper hyphenation for a word like someone123? From: Balder VC [li...@redlab.be] Sent: Sunday, November 27, 2011 2:19 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Hyphenator kills

Re: [iText-questions] Hyphenator kills numbers

2011-11-27 Thread Balder VC
I took a look at the Hyphenators source code, I think it's not build to handle numbers at all. So it's not a bug, it's a feature or rather an abscent feature. You could write a wrapper for it that checks for numbers strip them off and paste them onto the last part. On 25/11/2011 15:42, Martin

[iText-questions] HTML to PDF - XMLWorker Ordered Lists?!?

2011-11-27 Thread Stephen Bell
I am looking to convert the generated HTML output from an ASPX page to a PDF file. I have this "sort of" working using the XMLWorker. The ASPX / HTML page that I am looking to convert has an orderd list on it - what I am seeing is for list items 1-9 everything comes out perfect. Once I get to do

Re: [iText-questions] PDF header signature not found with all PDF files

2011-11-27 Thread info
On Sun, 27 Nov 2011 08:28:28 -0800 (PST), yet wrote: > I am using the following Python code for iText evaluating purposes. > > import sys > from com.itextpdf.text.pdf import PdfReader; > from com.itextpdf.text.pdf.parser import PdfReaderContentParser; > > reader = PdfReader(sys.argv[0]) What is

[iText-questions] PDF header signature not found with all PDF files

2011-11-27 Thread yet
I am using the following Python code for iText evaluating purposes. import sys from com.itextpdf.text.pdf import PdfReader; from com.itextpdf.text.pdf.parser import PdfReaderContentParser; reader = PdfReader(sys.argv[0]) parser = PdfReaderContentParser(reader) for i in range(reader.getNumberOfPag