fkrauthan / wp-mpdf

Print WordPress posts as PDF. Optional with Geshi highlighting.
55 stars 23 forks source link

custom fields and jquery chart #4

Closed hiro288 closed 9 years ago

hiro288 commented 9 years ago

Hello there, I've created a custom post type with a bunch of custom fields and have used a jQuery gauge which i need to output in the pdf.

Here is the frontend screenshot of the Cpt: http://i.imgur.com/ACear68.png

and here is the pdf output: http://i.imgur.com/gthyUuc.png

I want to make the pdf same as in frontend

fkrauthan commented 9 years ago

It is not possible to print out jquery generated content. The plugin can't execute Javascript.