cesarvr / pdf-generator

Cordova plugin to generate pdf in the client-side
MIT License
107 stars 61 forks source link

script or canvas drawing is not supported? #49

Closed MeteorStartup closed 6 years ago

MeteorStartup commented 6 years ago

A simple image screen with the image drawing with canvas is not printed. I think maybe it's only support simple css and html page only.

is there any plan to support more simulated webbrowser based print?

cesarvr commented 6 years ago

Hi I didn't test that functionality before but, I was able to render this simple canvas screenshot_20171011-095712, so maybe you need to check if the canvas is render correctly and if is in sync with the page onload, you maybe need to look for a way to block the page loading until the canvas rendering is finish.