cesarvr / pdf-generator

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

Pass the login form #97

Open Cyanures opened 5 years ago

Cyanures commented 5 years ago

Hi,

I would like to create a PDF of a view, but to access to this view i need to log in before how can i afford that ?

Exemple : i want to render : http://www.amazon.fr/myaccount/orders

but when i give the link to the pdf plugin (pdf.fromURL('http://www.amazon.fr/myaccount/orders',{documentSize:'A4',type:'share'})

it render the login form not my personnal page,

How can i log in then render it (or how can i pass login/password in js)