Symbol size difference online vs. pdf file
Answered
Hi everyone,
I'd like to ask how can I control the size of symbols in a file exported to pdf. As you can see on the screenshots, the checkmark that looks totally fine on a website (same size as the font) turns into scary giant checkmark when exported to pdf.
Thanks in advance for your answers. Any additional advice on how to edit exported documents is welcome!


Please sign in to leave a comment.
Hello Julia,
What kind of file is it and how are you exporting it exactly?
Hello Arina,
It's a markdown file and I export it by running npx docusaurus-pdf http://localhost:3000/myBaseUrl/docs/doc1 title.pdf command in terminal.
What if you perform the same operation directly from the command line (or system terminal) rather than the IDE? Is the resulting PDF different?
The result was the same. However, I learned that the issue is caused by a broken Docusaurus plugin, so unfortunately it is up to them to fix it.
Thanks for your help!