Erik Koopmans

Results 41 comments of Erik Koopmans

Hey @johnvanbreda, really sorry I never got back to you. I've been swamped. So did you sort out the issue? What you've described (table filling the page width, and producing...

Right, I hear you. There have been a few requests for "single-page PDFs", where the entire content would be shrunk down to the page size - this might fall into...

Hi everyone, I haven't forgotten about this, but time is short these days. I hope I'll be able to get to this soon.

Hi @cablegunmaster, thanks for the contribution and sorry it took a while. To answer: this is an issue in html2canvas, and it's related to your use of `white-space: pre`. I've...

Hi @CSENoni, sorry I didn't respond sooner. Yes, I see the problem. I've [reproduced it here](https://jsfiddle.net/h31xwuc4/) using only html2canvas, which html2pdf relies on. The problem is in fact deeper than...

Hi all! First off, huge thanks to @GGross5213 for being all over the comments here, I really appreciate your help. Second, the central issue here is that HTML canvases are...

Hi @ScottStevenson, the cancelling is a cool idea! There's nothing supported now but I could see incorporating a cancel feature into the `.then()` implementation. Could you open a separate issue...

Hey @hoboman313, really sorry I didn't respond sooner. I like the idea about service workers, I don't have any experience in that though - if you do implement something, please...

Hi, I have just pushed a new branch, [new-api](https://github.com/eKoopmans/html2pdf/tree/new-api), which is ready for testing! [The readme](https://github.com/eKoopmans/html2pdf/tree/new-api#advanced-usage) has all the information on the new API. Please let me know if there...

Hi @kevinpiac, I haven't had much time to maintain this project, but if you did develop an improvement then absolutely submit a PR and I'll have a look. Thanks!