parallax/jsPDF

html: return last y (and x) position where html content ends

Open

#2,926 opened on Sep 23, 2020

View on GitHub
 (4 comments) (7 reactions) (0 assignees)JavaScript (4,596 forks)batch import
Feature Requestdifficulty:hardhacktoberfest

Repository metrics

Stars
 (28,280 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The old fromHTML method returned the last x/y coordinates where the html content ends. The new html method does not support this, yet. This is a very nice feature, especially, when the html is only part of the document and you want to add additional content below the html.

Contributor guide