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
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
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
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
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
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