I generated a PDF from an Obsidian note, but the font is far too large. Is there a way to reduce its size ?
Thanks
I generated a PDF from an Obsidian note, but the font is far too large. Is there a way to reduce its size ?
Thanks
The easiest option would be to adjust your font size (Settings > Appearance), re-export the PDF, and then change your font settings back.
A CSS export snippet would also work:
@media print {
body {
--font-text-size: 12pt !important;
}
}
Thank you. Luckily, Obsidian finally added a slider (not very convenient, but I’ll take it) to reduce “scale” of generated PDF.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.