Skip to content Skip to sidebar Skip to footer

Page Split Is Not Working In Jspdf

I have some content on my page and also have three C3 graphs I am using jsPDF to generate the pdf with graphs. My code: $(function() { $('#download_as_pdf').click(function() {

Solution 1:

I haven't seen any option that works properly (check this issue on Github: https://github.com/MrRio/jsPDF/issues/944)

There's this package that promises to fix some of the issues, but I haven't tried it yet: https://github.com/MrRio/jsPDF/issues/1176

The last option I see is splitting your content into different pages manually and adding a page after each, sort of like this: https://github.com/MrRio/jsPDF/issues/46#issuecomment-205510431

Post a Comment for "Page Split Is Not Working In Jspdf"