cesarvr / pdf-generator

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

Is posible to convert to PDF the current HTML page? #43

Open uselessai opened 6 years ago

uselessai commented 6 years ago

That's my question.

I only want to print the current HTML page. Is it posible?

Or is posible to call and HTML that is allocated in the app?.. My problem is that ion tags doesn't work when I wrote the full HTML as a data ..

cesarvr commented 6 years ago

have you tried passing something like this ? document.getElementsByTagName('html')[0].innerHTML, I think it can work for your case.

uselessai commented 6 years ago

It gets the HTML code, but not the ionic tags or styles, etcetc..

MarouaneSH commented 6 years ago

@DetoloX did you find any solution for this ?