Y
Hacker News
new
|
ask
|
show
|
jobs
by
marcoc
1045 days ago
How can one create a professional looking pdf like the QOAF specification one?
3 comments
GraemeMeyer
1045 days ago
Two-column layout in Microsoft Word, large header, smaller footer, with appropriate font choices would get you basically all the way there.
link
jfk13
1045 days ago
HTML+CSS, converted to PDF via the Save As PDF feature in Firefox. (Or the same could be done with other browsers, but this one apparently comes from FF.)
link
crumpled
1045 days ago
I looked at the PDF, and can confidently say I could typeset that in a word processor, using a stylesheet to sustain it.
That's not what they did, apparently.
The document properties call out
https://cairographics.org
link
kenferry
1045 days ago
Cairo’s a couple layers down from what you’re talking about. It’s the actual glyph rendering.
link
crumpled
1044 days ago
Yeah. It's just a clue indicating they didn't use a word processor.
link