Hi!
We're currently evaluating KendoUI and trying to build a little example app which consists of a PDF-Report. Is it possible to extract a rendered chart and insert it into a multipage PDF-Report? My PDF renders fines but the chart is missing in the PDF-Output (see attached files)
App structure (It's basically a print preview with PDF-Export):
- One browser window with 1 Chart
- The User hits the report button (see report screenshot)
- A -new- window is opened and the Chart from the first window is inserted (via JQuery) into the DOM of the 2. window (which holds the report).
- A PDF is generated (see pdf screenshot).
Thanks in advanced.
Best regards,
Jens