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

ul, li bullets not displaying as expected. #3058

Closed
shubhamcognologix opened this issue Jan 8, 2021 · 2 comments
Closed

ul, li bullets not displaying as expected. #3058

shubhamcognologix opened this issue Jan 8, 2021 · 2 comments

Comments

@shubhamcognologix
Copy link

shubhamcognologix commented Jan 8, 2021

Screenshot from 2021-01-08 15-20-30

this is the code

framwork - react + next.js

window.html2canvas = html2canvas;
var doc = new jsPDF('p', 'mm', [300, 380]);

var content = document.getElementById('jobDescription');
doc.html(content, {
  callback: function(doc) {
    doc.save(`UG_JD.pdf`);
  }
});
@HackbrettXXX
Copy link
Collaborator

Duplicate of #2922.

@mahamedh
Copy link

please any one found solution for this update #3058 @HackbrettXXX

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

No branches or pull requests

3 participants