Feature requests: Getting the current x/y position while creating a pdf
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
Partly duplicate of #2926.
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.
i'm still waiting for a solid fix for this one.
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...
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.
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.