andyhutch77 / MvcRazorToPdf

Create pdf documents within an asp .net mvc project by generating your views as normal but returning a PdfActionResult. This converts regular produced razor/html to pdf documents in the browser using the iTextXmlWorker.
125 stars 105 forks source link

It does not show the Kendo graphs when pdf is created #1

Closed venom1978 closed 10 years ago

venom1978 commented 10 years ago

Hi,

I was just trying out your product. I am using Kendo ui Graphs. When I look at the HTML the graph is generated, but when I call the pdf nothing is shown.

any ideas?

andyhutch77 commented 10 years ago

Hi, As it uses the iTextXmlWorker underneath it is restricted to what that is capable of outputting.

To test it, copy and paste your rendered html, as with iTextXmlWorker images etc will have to be full paths to the below demo page.

http://demo.itextsupport.com/xmlworker/

Andy