I have downloaded itext source code from here (downlaod snapshot).
However, I don't know how do I add it to my project so it would work...
If I add the com package, then resources are ommited. If I add a package from higher level, all imports get messed up (it's fixable, but I don't know if there are other consequences).
But whatever I do, I don't have BouncyCastle jars that are needed so all iText classes would function properly, and I know it had some heavy API changes recently so I'm not sure what version is compatible with the version of iText on sourceForge that I downloaded.
I don't even know which and if I downloaded the right version...
Any advice?