Kieth Biasillo wrote:

I wrote the Java code I needed using Windows, however the implementation ultimately needs to reside in Linux. I need
to know how to install the API into this OS.  Do I need to
download the source and then use ANT to build there?  I
would really like to just download a Linux compatible Jar file if that was possible.

Jars are supposed to be OS independent.
If you compile/jar code on Windows, it should run on Linux too.
With iText you have to take care of a couple of things:
- if you are using ttf/ttc/... font files: make sure to have the fonts on the Linux box too
- if you are using PdfGraphics2D: read the FAQ on X
- in some cases, you'll need X for images too (not a general remark)
- take care when you are using paths to files (this isn't iText related, it applies for every Java app)
br,
Bruno


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to