pdf-generator icon indicating copy to clipboard operation
pdf-generator copied to clipboard

Question: possible to export the cordova webview to pdf ?

Open Aarbel opened this issue 6 years ago • 2 comments
trafficstars

Hi @cesarvr,

Do you think there's a way to export as pdf the webview of the cordova app with this plugin ?

Thanks for your help

Aarbel avatar Feb 03 '19 18:02 Aarbel

If you mean the current state of the app (screenshot like) you can try doing:

js let content = document.getElementsByTagName('HTML')[0].innerHTML pdf.fromHTML(content, {type: 'base64'}).then(..).catch(..) If your app state, stay the same after a reload-render it should work.

cesarvr avatar Feb 03 '19 18:02 cesarvr

Interesting, i'll work on it this week and keep you in touch.

Is that also possible to simulate print media queries ?

Aarbel avatar Feb 03 '19 20:02 Aarbel