hi,
i wanna generate a pdf and preview it in the browser?
I read about the AbstractPdfWriter, but i don't know how to use?
Thanx for your help
Tim
hi,
i wanna generate a pdf and preview it in the browser?
I read about the AbstractPdfWriter, but i don't know how to use?
Thanx for your help
Tim
From the Javadoc for AbstractPdfView I only get that you have to extend the class and implement buildPdfDocument(..). It's based on iText.
Joerg
This post can contain insufficient information.
Hi,
the problem is, how to extend it?
Thanx
Ehrm by simply extending it like any other java class and implement the needed methods....
Code:public class YourPdfView extends AbstractPdfView {}
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan