I want to extract images from pdf file using itext library where i put my pdf files in asset folder on android application and display these images in android using itext library.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
iTextis a java library so it can be used in android.Can you save to the assets folder. NO. Its read Only
Instead try saving to SD Card.
Please have a look at https://github.com/itext/i7js-samples/tree/develop/publications/book/src/test/java/com/itextpdf/samples/book/part4/chapter15
esp. files: Listing_15_30/31*.java
they should teach you how to extract images in iText
To customize for android