Comment on The Quite OK Audio Format for Fast, Lossy CompressionComments−marcoc3yHow can one create a professional looking pdf like the QOAF specification one?−GraemeMeyer3yTwo-column layout in Microsoft Word, large header, smaller footer, with appropriate font choices would get you basically all the way there.−jfk133yHTML+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.)−crumpled3yI 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−kenferry3yCairo’s a couple layers down from what you’re talking about. It’s the actual glyph rendering.−crumpled3yYeah. It's just a clue indicating they didn't use a word processor.
Comments
How can one create a professional looking pdf like the QOAF specification one?
Two-column layout in Microsoft Word, large header, smaller footer, with appropriate font choices would get you basically all the way there.
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.)
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
Cairo’s a couple layers down from what you’re talking about. It’s the actual glyph rendering.
Yeah. It's just a clue indicating they didn't use a word processor.