I'm very new to Java and have been using Eclipse to write/compile code so far, and have downloaded iText in order to perform certain manipulations of PDF files.
I'm hoping to convert my .java programs into .exe eventually (with JSmooth) which will run as stand-alone executable files that my clients can use on their PC. However, my java program uses iText functionality...
- Does this mean that anyone who runs my eventual .exe file will also have to have iText installed on their computer?
- Is it possible for my program to reference iText via the internet as opposed to requiring my clients having iText installed locally? Basically the less that my clients must download/install beyond my executable file would be ideal.
Any feedback is great, thanks a lot.