Skip to content
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

Parsing HTML with tables #1055

Closed
Amnesthesia opened this issue May 16, 2024 · 1 comment
Closed

Parsing HTML with tables #1055

Amnesthesia opened this issue May 16, 2024 · 1 comment

Comments

@Amnesthesia
Copy link

I've got large HTML documents that I'm trying to turn into PDFs. When I use jsPDF with doc.html, the tables get messed up especially on page breaks — however, if I parse the tables with jsPDF.autoTable, the tables turn out nicely — but then I can't parse anything else.

How can I parse a full HTML document, but have the tables handled by autoTable?

Copy link

This issue will soon be closed since issues in this project are mainly meant to be bugs or feature requests. Questions are directed to stackoverflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants