jsPDF icon indicating copy to clipboard operation
jsPDF copied to clipboard

Feature requests: Getting the current x/y position while creating a pdf

Open nielsnl68 opened this issue 4 years ago • 6 comments

Feature requests,

i like to have a function that returns the x and y coordinates which gives the right bottom position of the last added element.

This would help me add text below a table for instance

nielsnl68 avatar Jul 19 '21 07:07 nielsnl68

Partly duplicate of #2926.

HackbrettXXX avatar Jul 19 '21 08:07 HackbrettXXX

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.

github-actions[bot] avatar Oct 18 '21 01:10 github-actions[bot]

i'm still waiting for a solid fix for this one.

nielsnl68 avatar Oct 27 '21 19:10 nielsnl68

I reopen it. But keeping track of x and y means storing that information at each operation. This is a big change as it has to be done everywhere...

Uzlopak avatar Oct 27 '21 20:10 Uzlopak

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.

github-actions[bot] avatar Jan 26 '22 01:01 github-actions[bot]

This feature would be really helpful. I find it very difficult to render a large dynamic PDF with this Library. As you have no way of controlling where content is rendered with dynamic html-content. I get a lot of data and turn it to html snippets via handlebars. Converting these snippets into a nicely layoutet pdf is almost impossible.

arsomesan avatar Jul 05 '23 14:07 arsomesan