How to include iText Library with licensed in android app? -
if have license itext, steps include itext jar file in android application? need download jar , add project? or need else?
i'm afraid bit out of scope stackoverflow , instructions should have been given when received license key, here's how add key:
the jar added classpath other library. you'll need download , add licensekey jar classpath, can found here: http://itextsupport.com/download/licensekey.html
you'll need load license key before using other itext operation calling
licensekey.loadlicensefile("path/to/itextkey.xml")
Comments
Post a Comment