On 13/07/2011 15:44, bobsyouruncle wrote:
> Some examples use lowagie while others use
> iText. What is the difference? Is one older or better than the other?
Those who use "import com.lowagie.text..." are no longer supported.
Those who use "import com.itextpdf.text..." are the ones you should use.
We usually ask a standalone app that reproduces the problem.
If we see import com.lowagie.text.pdf.PdfWriter, we don't look at the 
example
because that means you're using a version of iText that is over two 
years old.

Exception: the helper classes in the book examples
also import com.lowagie classes such as
- com.lowagie.database.DatabaseConnection
- com.lowagie.filmfestival.Director
- ...
You can find these examples here:
http://itextpdf.com/book/examples.php
These are the examples you should use.

These examples are explained in the book:
http://itextpdf.com/book/

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to