I have a problem in creating a pdf using itext in android eclipse
I am not able to create a pdf if the bootstrap entries are given, in my case Android 5.0.1. If i remove bootstrap entries i am able to create the pdf but not able to start the activity as android 5.0.1 contains the android jar. Can you you please tell me how i can fix this issue? Also if i make it a non activity class i want to be able to create an object of the Non activity class in another activity class so that i can call a method from the activity class . Please tell me how to achieve this.
I am not able to create a pdf if the bootstrap entries are given, in my case Android 5.0.1. If i remove bootstrap entries i am able to create the pdf but not able to start the activity as android 5.0.1 contains the android jar. Can you you please tell me how i can fix this issue? Also if i make it a non activity class i want to be able to create an object of the Non activity class in another activity class so that i can call a method from the activity class . Please tell me how to achieve this.