Re: [iText-questions] syntax for import of iTextPDF classes

2010-01-07 Thread 1T3XT info
Tony Gallo wrote: > What is the correct import path for the text classes? For old versions of iText, it's com.lowagie. For iText 5, it's com.itextpdf. Why the change? Because lowagie is the name of a person, whereas it's better to have the name of the product in the package names. But more impor

[iText-questions] syntax for import of iTextPDF classes

2010-01-07 Thread Tony Gallo
What is the correct import path for the text classes? Many of the examples have the following syntax to import the iTextPDF classes. //import the iText packages import com.lowagie.text.*; import com.lowagie.text.pdf.*; Also, I have tried the following, because the source unzipped to the