How to show logo or custom text on top of PDF/Excel

How to show logo or custom text on top of PDF/Excel

databodydatabody Posts: 11Questions: 3Answers: 0

I am trying to display some custom text on top of PDF such as Record No. Record Type and logo etc.
I have done it in Print version by extending it and it works fine. But same code doesn't work for PDF.

Due to formatting issue I am unable to paste code here so I have written it here:
http://live.datatables.net/vohukuzu

The div class box-body exists on page so I am able to add any text to it

Getting error 0x800a138f - JavaScript runtime error: Unable to get property 'body' of undefined or null reference on line $(win.document.body)

Replies

Sign In or Register to comment.