You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.91. Please mark this comment with 👍 or 👎 to give our bot feedback!
actually font quality is not decreasing.
the font used in the webpage is not getting imported in pdf.
SOLUTION: Use puppetter. Puppeteer can generate pdfs from webpages. see it documentation
Why I am so sure that my solution ud work?
I have a react Resume website in which i created my resume (in the resume, there are HTML elements only with CSS and fonts). ref- https://github.com/ashuvssut/ashuvssut-resume
I generate my resume pdf using puppeteer
the generation process is automated by a GitHub Action that I created. If you want that PDF generation code then follow this link
Sadly there is no other option for you other than using puppeteer. I have searched a lot for alternatives.😂 believe me!
Describe the bug
After generating the pdf, the quality of the font is decreased.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
No change in the font quality before and after generating the pdf.
Screenshots
Quality before generating the pdf
Quality after generating the pdf
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: