Re: [iText-questions] Unordered list doesn't work in ColumnText?

2012-02-22 Thread Keith O
Hi Greg, On Mon, Feb 20, 2012 at 5:34 PM, Greg Holling g...@holling-co.com wrote: Hi, All. I've been trying to embed an ordered/unordered list in a ColumnText without much luck. I'm attaching test code that illustrates the problem.  The difference between these two examples is that the

Re: [iText-questions] XMLWorker : HTML to PDF problem with external css

2012-02-09 Thread Keith O
Hi Dean, On Thu, Feb 9, 2012 at 7:34 PM, Dean McCarthy dean.mccar...@bcmi.co.nz wrote: Also, just as something else to be aware of, if you create your CSS in Visual Studio and any of your font names have more than one word and are enclosed in quotes, such as font-family: ‘Century Gothic’;

Re: [iText-questions] iTextSharp - XMLWorkerHelper - Parsing HTML into a list of Element objects

2012-02-07 Thread Keith O
Hi Balder, On Mon, Feb 6, 2012 at 10:21 PM, Balder VC li...@redlab.be wrote: Hi Keith, I read it like the OP wants a list of IElements. But only gave the Java way of doing that. Here is the C# way ... I'll write pseudo code but it is with anonymous inner classes perhaps OP gets more

Re: [iText-questions] iTextSharp - XMLWorkerHelper - Parsing HTML into a list of Element objects

2012-02-07 Thread Keith O
Hi Paulo, On Mon, Feb 6, 2012 at 10:48 PM, Paulo Soares psoa...@glintt.com wrote: Here's some working code: using System; using System.Collections.Generic; using System.Text; using System.IO; using iTextSharp.text; using iTextSharp.text.pdf; using iTextSharp.tool.xml; using

Re: [iText-questions] iTextSharp - XMLWorkerHelper - Parsing HTML into a list of Element objects

2012-02-06 Thread Keith O
Hi Balder, On Mon, Feb 6, 2012 at 1:14 PM, Balder VC li...@redlab.be wrote: I don't really know C# or VB syntax, but the usage should be very similar as in Java, normally the classes and such have the same name in both Java or C#. On 04/02/12 17:30, Dean McCarthy wrote: Could somebody

Re: [iText-questions] Possible bug in PdfTextExtractor.GetTextFromPage [iTextSharp]

2012-01-31 Thread Keith O
On Mon, Jan 30, 2012 at 10:56 PM, Kevin Day ke...@trumpetinc.com wrote: If you can provide the full stack trace, it would be a big help.  Links to the SO articles would also be useful if you still have them handy. [IndexOutOfRangeException: Index was outside the bounds of the

Re: [iText-questions] Sign and PDF with SmartCard and web browser only

2012-01-31 Thread Keith O
Hi max, On Tue, Jan 31, 2012 at 4:13 AM, madmax mmirab...@gmail.com wrote: Hey Keith here are the c# examples I found  that I was refering about in the post http://itextpdf.sourceforge.net/howtosign.html#signextitextsharp1 Thanks, I've seen that t you had found something else. Thank you for

Re: [iText-questions] Possible bug in PdfTextExtractor.GetTextFromPage [iTextSharp]

2012-01-31 Thread Keith O
On Tue, Jan 31, 2012 at 4:22 PM, Paulo Soares psoa...@glintt.com wrote: I suspect that this is also fixed in the iTextSharp HEAD. In any case, the Java and C# versions will be synchronized this weekend. Yes, there's no problem when building from the latest SVN source code with the test file I

Re: [iText-questions] Possible bug in PdfTextExtractor.GetTextFromPage [iTextSharp]

2012-01-31 Thread Keith O
On Tue, Jan 31, 2012 at 4:16 PM, Kevin Day ke...@trumpetinc.com wrote: ok - I tested your PDF in the Java version of iText (latest code from HEAD) and it does *not* fail.  Given the stack trace, I'm pretty sure that this is an issue that has been fixed - basically, if the text render operation

Re: [iText-questions] Possible bug in PdfTextExtractor.GetTextFromPage [iTextSharp]

2012-01-31 Thread Keith O
On Tue, Jan 31, 2012 at 5:42 PM, Kevin Day ke...@trumpetinc.com wrote: Are you able to isolate which page is causing this issue?  It really should be possible to get a single page that causes the problem, and having that will help quite a bit in getting a fix. For the link posted earlier (136

Re: [iText-questions] Sign and PDF with SmartCard and web browser only

2012-01-30 Thread Keith O
Hi max, On Sun, Jan 22, 2012 at 11:32 PM, madmax mmirab...@gmail.com wrote: Now I am not sure if this is even possible or what I am doing wrong. I also saw a c# example that addressed the smartcard but I was not able to fully comprehend and could not find and equivalent in Java since it was

Re: [iText-questions] CPU Utilization Problem

2011-12-29 Thread Keith O
Hi, On Thu, Dec 29, 2011 at 7:48 AM, ashok.arumugam ashok.arumu...@dci.in wrote: Hi, I am facing 100% CPU utilization problem when splitting PDF files using ITextSharp. I am having a web service that splits pages of PDF file into separate pdf file. Hosted this web service online. If you're

Re: [iText-questions] Antwort: Re: Converting Fax Tiff to PDF

2011-12-14 Thread Keith O
. But please only the part relevant to **this** question. If it's not too long, I can take a look at it. What version of iTextSharp are you running? -Original Message- From: Keith O [mailto:kuujinbo.mail.l...@googlemail.com] Sent: Wednesday, December 14, 2011 1:45 AM To: Post all your

Re: [iText-questions] Antwort: Re: Converting Fax Tiff to PDF

2011-12-14 Thread Keith O
On Wed, Dec 14, 2011 at 3:59 PM, Hugh McLaughlin h...@kmcnetwork.com wrote: Thanks for the response and offer.  I have attached the code in a text file.   I'm not sure if it is a Java to C# to Vb.Net problem or a possible difference between the iText and the iTextSharp port.  Since I'm pretty

Re: [iText-questions] Antwort: Re: Converting Fax Tiff to PDF

2011-12-13 Thread Keith O
On Wed, Dec 14, 2011 at 2:57 AM, Hugh McLaughlin h...@kmcnetwork.com wrote: Thanks for the response.  I tried changing over to Vb.Net which is what I am using in this project. However it is still not scaling correctly.  Attached is the tiff and the resulting pdf. Benjamin's code works for me

Re: [iText-questions] Support for big PDFs over 2G

2011-12-07 Thread Keith O
On Wed, Dec 7, 2011 at 4:49 PM, WMJ sd_...@yahoo.com wrote: Hi, I've just checked out the comparison about Java and C# and found that Java really does not support using primitive types in the generic types, and only their wrapper counterparts are supported (for instance, MapLong, Long),

[iText-questions] 5.1.3 PDF parsing changes

2011-12-02 Thread Keith O
Hi, According to the changelog: Parsing PDF for images: add jbig2 streams to pass through This makes it much easier to extract images - no need to test the PdfName like in previous versions :)  But when wrapped in a try...catch (iTextSharp) like the updated book example here:

Re: [iText-questions] 5.1.3 PDF parsing changes

2011-12-02 Thread Keith O
On Fri, Dec 2, 2011 at 10:37 AM, Paulo Soares psoa...@glintt.com wrote: What's the behavior in Java? It's a porting issue or a bug? It's the Java version (version 5.1.3) of part4.chapter15.ExtractImages here : http://itextpdf.com/examples/iia.php?id=284 The .NET version creates another file

Re: [iText-questions] 5.1.3 PDF parsing changes

2011-12-02 Thread Keith O
On Fri, Dec 2, 2011 at 4:10 PM, Kevin Day ke...@trumpetinc.com wrote: Are you using a jbig2 decoder?  The jbig streams in PDF can't, generally speaking, just be written to disk and used directly (there are supplemental streams that have to also be made available to the jbig2 decoder). Sorry, I

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

2011-11-29 Thread Keith O
Download the source, and try replacing the method in the attachment and rebuilding the solution. I think the problem is that for ordered lists you need to set the List's Autoindent property to true. The only changes in the attachment are: Move the List's `Alignindent` and `Autoindent` defaults

Re: [iText-questions] FW: Compile error in IX509AttributeCertificate.cs

2011-08-31 Thread Keith O
Hi William, From: wrb...@btinternet.com To: itext-questions@lists.sourceforge.net Date: Wed, 31 Aug 2011 08:41:18 +0100 Subject: Re: [iText-questions] FW: Compile error in IX509AttributeCertificate.cs No problems - I'll keep plugging away. Appreciate reply. Kind regards William

[iText-questions] ITextSharp 5.1.2

2011-08-27 Thread Keith O
Hi, On the project page:http://sourceforge.net/projects/itextsharp/ and download page:http://sourceforge.net/projects/itextsharp/files/ the latest version is being shown as 5.1.1, although it seems 5.1.2 was released on August 23. Thanks!

Re: [iText-questions] Extracted images are upside-down

2011-08-27 Thread Keith O
Hi Alexis, Date: Sat, 27 Aug 2011 14:24:11 +0200 From: li...@bergue.net To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Extracted images are upside-down Hi all, I am currently evaluating iTextSharp 5.1.1. The latest version is

Re: [iText-questions] Fwd: FW: Retrieving settings from PDF files using iText

2011-08-10 Thread Keith O
Hi William, From: wrb...@btinternet.com To: itext-questions@lists.sourceforge.net Date: Tue, 9 Aug 2011 23:18:20 +0100 Subject: Re: [iText-questions] Fwd: FW: Retrieving settings from PDF files using iText Before I start, just want to note that I'm not

Re: [iText-questions] Subject: Resources Directory for iTextSharp examples

2011-06-10 Thread Keith O
Hi, Date: Fri, 10 Jun 2011 13:23:07 -0700 From: da...@luminousgroup.net gIt is not examples it is a directory that is under the root for iTextSharp on SourceForge. In the readMe file that comes with the download, it states that you need the contents of this

Re: [iText-questions] Error opening pdf document

2011-04-14 Thread Keith O
Date: Tue, 12 Apr 2011 10:01:30 -0500 From: digitron...@cwpanama.net To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Error opening pdf document Thanks Keith I solved the problem using response.end() at the end Unfortunately I haven´t had any further progress in

Re: [iText-questions] Error opening pdf document

2011-04-04 Thread Keith O
Date: Mon, 4 Apr 2011 13:51:57 -0500 From: digitron...@cwpanama.net To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Error opening pdf document I am using itextshap version 5.0.4.0 to generate a pdf file, to print an output of some data generated by an aspx page In a

Re: [iText-questions] Attchment extracttion issue

2011-03-25 Thread Keith O
hi, Date: Fri, 25 Mar 2011 17:14:03 +0530 From: s.selvaku...@spi-global.com To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Attchment extracttion issue Hi All, I have tried to extract attachment from pdf and it throws null for the attached pdf. This happens only for

Re: [iText-questions] Attchment extracttion issue

2011-03-25 Thread Keith O
Date: Fri, 25 Mar 2011 13:54:52 +0100 From: i...@1t3xt.info To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Attchment extracttion issue Hello, you have posted a mail to itext-questions@lists.sourceforge.net but you weren't subscribed. You are receiving this

Re: [iText-questions] iText FAQ top 5

2011-03-21 Thread Keith O
Date: Mon, 21 Mar 2011 13:17:01 +0100 From: i...@1t3xt.info To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iText FAQ top 5 ... 2. What are the differences between iText and iTextSharp? This is a very good question. I don't know if it's answered completely in

Re: [iText-questions] PDF Stamper creates damaged file?

2011-02-28 Thread Keith O
hi, Date: Mon, 28 Feb 2011 11:39:53 -0800 From: shadesofkni...@yahoo.com To: iText-questions@lists.sourceforge.net Subject: [iText-questions] PDF Stamper creates damaged file? Here's what I have: Protected Sub GeneratePDFWithText(ByVal sender As

Re: [iText-questions] ITextSharp, FDF problem.

2011-02-18 Thread Keith O
Hi, please try what Paulo said first: From: psoa...@glintt.com To: itext-questions@lists.sourceforge.net Date: Fri, 18 Feb 2011 18:18:56 + Subject: Re: [iText-questions] ITextSharp, FDF problem. You must call pdfStamper.Close() even if you set CloseStream to false. There are a lot

Re: [iText-questions] HTMLWorker / ImageProvider implementation

2011-01-25 Thread Keith O
Date: Tue, 25 Jan 2011 13:05:35 +0100 From: i...@1t3xt.info To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] HTMLWorker / ImageProvider implementation Op 23/01/2011 3:31, Keith O schreef: i checked the SVN for both the .NET and Java versions, the string

[iText-questions] HTMLWorker / ImageProvider implementation

2011-01-22 Thread Keith O
hi, last night i was experimenting with the HTMLWorker to parse some HTML generated by ASP.NET. as the book makes clear you need absolute URLs when dealing with images. so i implemented ImageProvider as suggested on pgs 309 and 311. the problem was that i used a random key for the

[iText-questions] iTextSharp AssemblyInfo.cs

2010-11-03 Thread Keith O
still has the the old version number. it's reflected in the .dll download too. thank you! -- The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G.

[iText-questions] iText in Action, Second Edition

2010-10-23 Thread Keith O
recevied an email from manning this morning, the ebook is finished! congratulations and thanks to Bruno for all the hard work on the book! -- Nokia and ATT present the 2010

Re: [iText-questions] Composing a monthly/welcome message for iText-Questions.

2010-10-18 Thread Keith O
Hi Mark, THANK YOU for following up on this issue! Date: Mon, 18 Oct 2010 09:20:38 -0700 From: msto...@autonomy.com To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Composing a monthly/welcome message for iText-Questions. In the About this list thread, I proposed a

Re: [iText-questions] About this mailing list

2010-10-08 Thread Keith O
Hi Bruno, Date: Fri, 8 Oct 2010 13:32:41 +0200 From: br...@lowagie.com To: itext-questions@lists.sourceforge.net Subject: [iText-questions] About this mailing list *Did you read the documentation before firing away a question?* *Did you make a standalone example that reproduces the

Re: [iText-questions] how do you mark a page for future processing

2010-09-30 Thread Keith O
Date: Thu, 30 Sep 2010 10:27:53 -0400 From: jb...@purdueefcu.com To: itext-questions@lists.sourceforge.net Subject: [iText-questions] how do you mark a page for future processing Is there a way to mark or tag a page in a pdf I'm creating so that I can programmatically modify that page

Re: [iText-questions] Adding image to text box field in a PDF template file

2010-09-29 Thread Keith O
Date: Wed, 29 Sep 2010 14:50:41 -0700 From: scott.k.mitch...@gmail.com To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Adding image to text box field in a PDF template file ... I did some Googling and came up with this article, which seems pretty spot on:

Re: [iText-questions] page number in pdf using iTextSharp

2010-09-02 Thread Keith O
Hi, From: nurettin...@hotmail.com To: nurettin...@hotmail.com; itext-questions@lists.sourceforge.net Date: Thu, 2 Sep 2010 20:57:20 -0400 Subject: Re: [iText-questions] page number in pdf using iTextSharp I just looked at the Java source code and it

Re: [iText-questions] C# Documentation Mismatch

2010-08-26 Thread Keith O
Date: Thu, 26 Aug 2010 08:14:20 +0200 From: i...@1t3xt.info To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] C# Documentation Mismatch Second, I am using the Java example code as a starting point and then matching what I can in the source code for the C# DLL.

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-24 Thread Keith O
Hi, I am sorry but I couldn't understand last few posts., will it be possible (or not possible) to read/write the given PDF through .NET ? Would you please elaborate, what do i need to change in my script (.NET) to meet my requirement ? The PDF is OK and your script can be used as-is.

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-23 Thread Keith O
Date: Mon, 23 Aug 2010 14:39:40 +0200 From: i...@1t3xt.info To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid rajeev2012 wrote: Sir, I have tried it with the latest

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-23 Thread Keith O
Date: Mon, 23 Aug 2010 17:00:02 +0200 From: i...@1t3xt.info To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid Keith O wrote: Maybe it's the PDF file? The OP has posted

Re: [iText-questions] delete temp files after streaming to client?

2010-08-23 Thread Keith O
From: calvin.street...@bailygarner.co.uk To: itext-questions@lists.sourceforge.net Date: Mon, 23 Aug 2010 14:46:26 +0100 Subject: [iText-questions] delete temp files after streaming to client? Hi. dose anyone know how/ the order to delete temp files after streaming to client.. as if i use

Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid

2010-08-23 Thread Keith O
From: psoa...@glintt.com To: itext-questions@lists.sourceforge.net Date: Tue, 24 Aug 2010 00:46:20 +0100 Subject: Re: [iText-questions] The document has been changed since it was created and these rights are no longer valid The problem was with the XML serializer in .NET that did not

Re: [iText-questions] Use custom font in iTextSharp

2010-08-02 Thread Keith O
Well, I was kind off hoping for an example in C#. Example code in C# from the new book, chapters 1 though 11 are here: http://kuujinbo.info/iTextInAction2Ed/index.aspx Haven't added anything in a while, but still working on finishing off the rest of the book's examples. On Thu, Jul 22,

[iText-questions] iTextSharp - problem with PdfReader

2010-06-27 Thread Keith O
Converting the chapter 6 example from the new book here: http://itextpdf.com/examples/index.php?page=exampleid=109 to C#. C# code and PDF used by PdfReader attached. An Exception is thrown: Unhandled Exception:

Re: [iText-questions] question about table header and onOpenDocument

2010-06-07 Thread Keith O
Hello, Date: Mon, 7 Jun 2010 09:43:44 -0400 From: michelleyzh...@gmail.com To: iText-questions@lists.sourceforge.net Subject: [iText-questions] question about table header and onOpenDocument In order to add a table as header, I mimic the code from:

Re: [iText-questions] How to implement in Visual Studio

2010-05-28 Thread Keith O
Hello Bill, From: bill.goodb...@comcast.net To: itext-questions@lists.sourceforge.net Date: Fri, 28 May 2010 13:57:16 -0400 Subject: Re: [iText-questions] How to implement in Visual Studio ... Also the DLL will not work without full trust. I

Re: [iText-questions] Add a page number to a PdfPTable

2010-05-27 Thread Keith O
Hello cadev, Date: Thu, 27 May 2010 19:29:40 -0700 From: twelche...@gmail.com To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Add a page number to a PdfPTable cadev wrote: I am using page events to add a header to a pdf

Re: [iText-questions] Does examples for iTextSharp v. 5+ exist?

2010-05-12 Thread Keith O
The iTextSharp version of the examples of the Second Edition of iText in Action are a work in progress: http://kuujinbo.info/iTextInAction2Ed/index.aspx Still working on the examples, though not in the past few weeks, unfortunately. Which again amazes me (and hopefully everyone else on this

Re: [iText-questions] Text is aligned to top on pdf form flattening

2010-04-16 Thread Keith O
Date: Fri, 16 Apr 2010 13:09:55 +0300 From: work.and...@gmail.com To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Text is aligned to top on pdf form flattening Hi iText support team! When a flatten version of pdf is created - values in fields (which have turned on

Re: [iText-questions] SetFields Issue - Using iTextSharp

2010-04-08 Thread Keith O
Date: Thu, 8 Apr 2010 08:01:59 +0200 From: i...@1t3xt.info To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] SetFields Issue - Using iTextSharp GSI-Rob wrote: Believe I am using fields.SetListSelection(). Below is my code. But the field disappears when when its

Re: [iText-questions] SetFields Issue - Using iTextSharp

2010-04-08 Thread Keith O
SetListSelection() that works fine with iTextSharp 5.0.0 and 5.0.1.1. Just a guess, but the problem seems to be introduced with either the FDF data or setting FormFlattening... Keith O wrote: Yes, for both iTextSharp 5.0.0 and 5.0.1.1 SetListSelection() works. (as far as setting multiple selection

Re: [iText-questions] PdfReader.MakeRemoteNamedDestinationsLocal()

2010-04-03 Thread Keith O
a new release iText 5.0.2 because plenty of examples in part 4 only work with the version of iText that is currently only available in SVN. best regards, Bruno Keith O wrote: Hi, Going through the iText in Action - 2nd Edition examples using iTextSharp 5.0.0. part2.chapter07

[iText-questions] iText in Action Second Edition errata

2010-03-29 Thread Keith O
Hi Bruno, Listing 8.12: Choices.java, p280 and Listing 8.13: Choices.java, p281 should be titled: Listing 8.1[2/3]: ChoiceFields.java I.e. there's no code example named Choices.java. Or you could just rename the source code file :) keith

[iText-questions] PdfReader.MakeRemoteNamedDestinationsLocal()

2010-03-27 Thread Keith O
Hi, Going through the iText in Action - 2nd Edition examples using iTextSharp 5.0.0. part2.chapter07.LinkActions: http://itextpdf.com/examples/index.php?page=exampleid=131 creates a PdfAction (no named destination?) of Subtype GoToR: page1.setAction(new PdfAction(movie_links_1.pdf, 1)); Then

Re: [iText-questions] iText in Action 2ED, part1.chapter03.MovieTimeBlocks.java

2010-03-24 Thread Keith O
Date: Wed, 24 Mar 2010 08:30:56 +0100 From: br...@lowagie.com To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] iText in Action 2ED, part1.chapter03.MovieTimeBlocks.java Keith O wrote: Hi Bruno, Maybe this: public static long TIME930 = 3060L

Re: [iText-questions] [Book] iText in Action Second Edition

2010-02-08 Thread Keith O
Bruno Lowagie wrote: Tony Austin wrote: Ciao Bruno, Today's MEAP update of your *iText in Action, Second Edition* draft (with new chapters 9, 10, 11, and 12) has the wrong title, namely that of another book entirely Groovy in Action, Second Edition Its document properties show a filename

[iText-questions] iText in Action, Second Edition

2010-01-22 Thread Keith O
Just a bit of info - if you sign up for Manning's newsletter, they run some nice promotions. Using a promotion code for signing up, ordered the MEAP + Print book (includes Ebook when published) for about $35 US. For those wondering what MEAP is, it's having access (now) to everything Bruno is

[iText-questions] [iTextSharp] ColumnText.START_COLUMN

2009-08-25 Thread Keith O
Sorry if this has been answered elsewhere; searched the mailing list archive and Google, but couldn't find anything. Is it missing on purpose? I know you can use 0... Thank you, keith _ Windows Live: Make it easier for your

Re: [iText-questions] New release iTextSharp 4.1.6 (2009-07-06)

2009-07-06 Thread Keith O
Thank you to you, Bruno, and everyone else on the iText development team for all the hard work! AssemblyInfo.cs still shows the old (4.1.2) version number. keith From: psoa...@glintt.com To: itext-questions@lists.sourceforge.net Date: Mon, 6 Jul 2009

[iText-questions] XML to PDF problem

2007-07-08 Thread Keith O
Hi, The following (simplified version of example in CH 14 of iText in Action) works using itextsharp 4.0.3, .NET 2.0: using System; using System.IO; using iTextSharp.text; using iTextSharp.text.pdf; using iTextSharp.text.xml; public class xml2pdf { public static void Main() { Document

Re: [iText-questions] XML to PDF problem

2007-07-08 Thread Keith O
Jul 2007 12:04:50 +0100 That's fixed in the CVS. Paulo - Original Message - From: Keith O [EMAIL PROTECTED] To: iText-questions@lists.sourceforge.net Sent: Sunday, July 08, 2007 7:19 AM Subject: [iText-questions] XML to PDF problem Hi, The following (simplified version of example