I am using itext to generate pdf files with images and with some description for that image.
I want to print one image and description of that image in one page.
For next image want to print in next page.By using itext how i can move to next page ?
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.
Lot of way to do that. Simply what i understand from your question how to generate a new page in a Pdf Document. Algo will be like this
Do a checking for last time loop is iterated otherwise it will create additional blank page.