You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just replace the following line on saveHtmlToPdf.js onePageCanvas.setAttribute('height', 980); for this onePageCanvas.setAttribute('height', $(window).height()); and you will get all the pages needed :)
I have changed in saveHtmlToPdf.js file but i haven't get div data in pdf. i am getting partial data on pdf page is there any way to show all data of block in pdf.
I have a fairly large HTML block - enough to cover multiple PDF pages.
When implementing ng-html-to-pdf-save, the PDF only saves one page - therefore the HTML block gets cut off.
Is there a way to allow multi-page PDFs?
The text was updated successfully, but these errors were encountered: