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

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -