Cesar Valdez

Results 38 comments of Cesar Valdez

At the moment the plugin is using [WKWebView](https://github.com/cesarvr/pdf-generator/blob/master/src/ios/BNHtmlPdfKit.m#L49), so it should work fine without legacy WebKit. The library don't use any dependencies aside from WebKit, have you [updated to the...

Also now that I see (again) the title of the issue, your problem could be also that the HTML you are providing doesn't include the text. To test this try...

Nop, the only dependency is WebKit which the plugin use to render the PDF. > Already did that too and in the log everything is in the HTML string including...

Hi I try to add attribute as you mention the print method is ignoring it, so I'll need more time to solve this if you find a solution feel free...

It looks like is a bug in Android API https://issuetracker.google.com/issues/69352609, hope you find a workaround.

thanks for sharing @sharutza

Those methods are being call because in those days that was the only way to get Android to transform PDF's to Base64, looking for somebody interested on re-write this using...

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