You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using var param ="file:///android_asset/www/print.html"; printInternalFile(param);
to generate a PDF from inside a Cordova app. Basically this is working fine, but the dynamic content doesn´t show. This content is generated locally, e.g. from local storage a saved user name is integrated in this print page and a graph is generated depending on user input via chartjs.
Can this be done somehow?
Thanks, Werner
The text was updated successfully, but these errors were encountered:
If this is dynamic then you could use fromData method rather than from file? and pass in the html string you have in memory instead? this works for me with dynamic content
I am using
var param ="file:///android_asset/www/print.html"; printInternalFile(param);
to generate a PDF from inside a Cordova app. Basically this is working fine, but the dynamic content doesn´t show. This content is generated locally, e.g. from local storage a saved user name is integrated in this print page and a graph is generated depending on user input via chartjs.
Can this be done somehow?
Thanks, Werner
The text was updated successfully, but these errors were encountered: