davidnbooth

Results 10 comments of davidnbooth

I have the same issue. FreeBSD 13.2-RELEASE. Setting swcMinify:`false` in the config didn't help, workaround from @wangii above did work

html2pdf.js creates one single html canvas with all of the content and then converts that to a pdf. The problem is that browsers have a limit on how big a...

@Nick- Javascript, even when limited to the web browser, has an enormous range of applications, perhaps more than any other programming language. Suppose you have 10 000 html sites that...

Is the entire pdf made of blank pages? How long is the document?

@Moziezez The OP was using a template string with backtick ` characters in the code, which is fine and will work well, but github uses those to let you format...

You could try [html3pdf](https://www.npmjs.com/package/html3pdf), which is a fork of this library with a lot of the existing PRs merged into it, but I'm not sure if it will help or...

Thanks for the response! I made the change you suggested, and feel a bit silly that I didn't do that to begin with 😅. I definitely see what you mean...

I must echo this feedback, I spent some time trying to update timescaleDB and the instructions provided on the site are simply incorrect, they do not work as written. As...