Closed jongbor closed 10 years ago
You have to checkout not only jsignpdf, but also jsignpdf-itxt project from the GitHub: https://github.com/kwart/jsignpdf-itxt/
Thanks. In case anyone is interested, these are the steps I followed to build the library on Windows
Closing the question. Thanks for the steps. Currently the jsignpdf-itxt is a subfolder of jsignpdf itself so it's not necessary to clone 2 project anymore.
I'm using ant 1.8.2 on Windows. I'm not very experienced building java projects, so I can only guess how to proceed. Executing ant with no parameters throws a FileNotFoundException on line 47 since ../jsignpdf-itxt/src/build.xml doesn't exist (and indeed, I can't find it in the source code).
There's a nbproject folder which suggests a NetBeans project but I couldn't open it with NetBeans either.
So I'm stumped. What is the correct way of building this library?