i need to generate pdf files in a specific layout with support for multiple pdf pages etc.. I can imagine that i could render gsp output to a pdf but how can i handle the concept of multiple pages? Any suggestion?
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.
i am using flying saucer, through the rendering plugin: http://www.grails.org/plugin/rendering
For multiple pages, use some CSS2 like:
Then you will have a page break each time you use
<div class="break"/>your header will be into
<div id="header"/>and your footer into<div id="footer"/>