-
Notifications
You must be signed in to change notification settings - Fork 4.7k
html() function always starts on first page #3204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, Just call |
I was try, but can't draw html on second page: https://jsitor.com/OjADPcBNh |
Ah, you're right. There seems to be a bug in jsPDF. The However, the autoPaging mechanism doesn't respect the starting page. See e.g. here: A workaround would be to first call |
Hi, any update regarding this issue? I've been facing the same issue.. Trying to add some html content after a table in the first few pages.. But the html content always starts from the first page on top of the table contents. |
While issue not fixed, i use offset by y coord:
|
i want to work on this issue |
Hey, is this issue still valid? If so, is there a way to get a new repro link? Looks like the old link was removed (returning 404 now). I tried working on it but would be very nice to help me understand the issue and confirm it's all working once fixed. |
I'm still experiencing this issue in the most recent version of |
The only way I found to re-execute the html function was to place the y from the height of the document.
|
Uh oh!
There was an error while loading. Please reload this page.
Hello. Does jsPDF.html method can draw
<table>
in pdf?And how can i with html() draw in not first page of pdf?
The text was updated successfully, but these errors were encountered: