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
I need to add panel contents (Selection Criteria) to each page in PDF (header panel). I am using the new html() method to do this. I am trying to set the current page using setPage() function but the output PDF has all the header panels in first page with xOffset and yOffset 0 and hence overlapped on each other.
The header panel is coming twice but in page 1. It should be present in each page once. Also is there any way to set xOffset and yOffset to html() like in options. The options does not have these properties defined in the function definition.
As fromHTML(), addHTML() and html2pdf() are deprecated, using html() which is working fine with CSS and everything apart from this issue. Any help would be highly appreciated. Thank you.
Regards
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I need to add panel contents (Selection Criteria) to each page in PDF (header panel). I am using the new html() method to do this. I am trying to set the current page using setPage() function but the output PDF has all the header panels in first page with xOffset and yOffset 0 and hence overlapped on each other.
jsPDF v1.5.3
Please refer fiddle: https://jsfiddle.net/nzgr2a7y/3/
The header panel is coming twice but in page 1. It should be present in each page once. Also is there any way to set xOffset and yOffset to html() like in options. The options does not have these properties defined in the function definition.
As fromHTML(), addHTML() and html2pdf() are deprecated, using html() which is working fine with CSS and everything apart from this issue. Any help would be highly appreciated. Thank you.
Regards
The text was updated successfully, but these errors were encountered: