Re: [iText-questions] iText older jar licensing questions

2012-02-22 Thread Me Myself and I
What's the licensing story for these two files? itext-2.1.7.jar itext-rtf-2.1.7 > Date: Thu, 23 Feb 2012 07:42:14 +0100 > From: i...@1t3xt.info > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] iText older jar licensing questions > > On 23/02/2012 7:12, Me Myself a

Re: [iText-questions] iText older jar licensing questions

2012-02-22 Thread 1T3XT BVBA
On 23/02/2012 7:12, Me Myself and I wrote: > I have itext_1.5.4.jar This version was created in the context of a project for Actuate. This project was paid for by Actuate and the version is to be used in the context of Eclipse BIRT and Eclipse BIRT only. You shouldn't use it in any other context.

[iText-questions] iText older jar licensing questions

2012-02-22 Thread Me Myself and I
My Question pertains to the open source licenses for the java IText jar lib file. I have itext_1.5.4.jar which is a considerably older version of the jar, which exists in the old open source license model, and doesn't require stipend for a commercial license. -It has both the pdf and rtf s

[iText-questions] How to create a tagged PDF from a “complex” XML file

2012-02-22 Thread Shriram
I have a significantly complex XML document. I use the iText library to create a tagged PDF out of this XML document. I have referred to the examples in the 15th chapter of the iText in Action book but they are confined to a simple XML file having a hierarchy which is just one-level deep. How can I

Re: [iText-questions] stamper.setMoreInfo question/problem

2012-02-22 Thread AJ Weber
I answered my question...both are right! To remove an entry, as per the javadocs, you need to update the map with a null value, not use the map.remove method. So the book is right, you can remove entries with setMoreInfo, but since it's a little counter intuitive as to how to do that, I would r

[iText-questions] stamper.setMoreInfo question/problem

2012-02-22 Thread AJ Weber
This question stems from my previous question... I'm trying to remove document metadata with code very similar to that in iText In Action (2nd ed), Listing 12.2. That is, I'm retrieving the map from the reader, and setting it on the stamper with .setMoreInfo(). The paragraph in the book immedi

[iText-questions] Integrate flattening feature used in XFA demo into web application

2012-02-22 Thread pran
Thanks for XFA demo. It helped in flattening pdf with values of the fields. In my web application, I need to populate values from xml file into XFA formatted pdf file and flatten it. I was wondering if I can integrate the flattening feature in my web application. It should flatten the pdf with val

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 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 (unordered) li

Re: [iText-questions] PdfStamper not writing edited content?

2012-02-22 Thread AJ Weber
OK, although I would NOT dispute that what I'm doing is still "dangerous", and am still open to alternative-suggestions, I found my issue for this particular test: When using the tokeniser, PdfContentParser and PdfLiteral methods to parse the original stream (akin to the sample OCGParser.java),

Re: [iText-questions] PdfStamper not writing edited content?

2012-02-22 Thread AJ Weber
I'm trying to append some content directly to the page's existing content-stream (it's already formatted with the correct operators& operands, because I removed it previously). > What makes you think this will result in valid PDF syntax? Because I removed the exact block of PDF syntax from t

Re: [iText-questions] Xml to tagged pdf

2012-02-22 Thread manoj kumar
is it compulsary to use rolemap and map the schema?? Book Example is very small. Is there any other example in which hierarchy level is more. that might will help me. On Wed, Feb 22, 2012 at 5:19 PM, iText Info wrote: > Op 22/02/2012 12:42, manojkumar1412 schreef: >> I have a complex xml file an

Re: [iText-questions] Xml to tagged pdf

2012-02-22 Thread iText Info
Op 22/02/2012 12:42, manojkumar1412 schreef: > I have a complex xml file and i have to create tagged pdf file from this xml > file. I have seen the example in the chapter 15 of itext book. but, that is > not working for complex xml file. It's written for a custom XML file. If you have ANOTHER cust

[iText-questions] Xml to tagged pdf

2012-02-22 Thread manojkumar1412
I have a complex xml file and i have to create tagged pdf file from this xml file. I have seen the example in the chapter 15 of itext book. but, that is not working for complex xml file. I am getting this exception Exception in thread "main" java.lang.IllegalArgumentException: The parent has alr

Re: [iText-questions] floating fields in pdf

2012-02-22 Thread iText Info
Op 22/02/2012 2:09, praneeth kumar schreef: > Hello, > > I have to code to merge pdf template with xml file and I used > xfa.fillform() for that. It worked fine. But, after the merge process, > I need to insert some text at the end. After this process, all the > fields in the generated pdf were