0

I have a problem when I use the fromHtml function jspdf he only writes the first page in the PDF , the rest appears as blank pages.

In older versions of the plugin do not, the problem that these versions do not have css and are not compatible with images, I need it in my project .

I am very grateful if anyone can solve or know a solution.

luizluan
  • 21
  • 7

1 Answers1

0

I came across the same problem. See jsPDF multi page PDF with HTML renderrer it may help you solve the problem. I am working on it now.

Community
  • 1
  • 1
Vamshi
  • 351
  • 2
  • 4
  • 21
  • 1
    If you the same question was already asked an answered, better to vote to close it as a duplicate. – Leigh Apr 21 '17 at 05:39
  • Well I gave up on Jspdf, I ended up putting together a print node server using PhantomJs, it got slower but it's serving me well. – luizluan Apr 22 '17 at 13:41