Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Our display tag's "Export to PDF" option is working fine by generating data in a tabular form. But we need our company Logo on the Header of the PDF output and Copyright information in the footer.

To achieve this, we wrote a custom PDF exporter and set the properties to use this class file. But when clicking on pdf export, it generates a pdf file without header and footer. Also, any debug statements giving in the custom java file are not getting printed.

How else we can ensure that only our Custom export class is called via DisplayTag's 'PDF Export' ?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.