From 79f5cd740aa2848f2a5edd89740720b5ff3f5061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 27 Jun 2020 20:09:16 +0200 Subject: [PATCH] How to create pdf update --- pdf/HOW_TO_CREATE_PDF.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pdf/HOW_TO_CREATE_PDF.md b/pdf/HOW_TO_CREATE_PDF.md index 2413a4d..06beb93 100644 --- a/pdf/HOW_TO_CREATE_PDF.md +++ b/pdf/HOW_TO_CREATE_PDF.md @@ -5,7 +5,7 @@ PDF file can also be purchased here: https://transactions.sendowl.com/products/7 Setup ----- * Install Adobe Acrobat Pro DC. -* Copy headers and footers from `pdf/adobe/` folder to `/Users//Library/Preferences/Adobe/Acrobat/DC/HeaderFooter/`. +* Copy headers and footers from `pdf/acrobat/` folder to `/Users//Library/Preferences/Adobe/Acrobat/DC/HeaderFooter/`. * Change date in header and footer element of `web/template.html`. * Run `./parse.js` and commit changes. @@ -45,6 +45,8 @@ Adding headers and footers to PDF (the same for both files) * If presets get lost, the font and the margins are as follow: Borders: left-line: 0.6, left-text: 0.8, top-line: 11.4, bottom-text: 0.27, right-text-odd: 0.57, font-name: menlo, font-size: 8. * Set title and author by selecting 'File/Properties...'. * Save. +* Open file in Preview. +* Select 'Export as PDF...' (This fixes the error message about Menlo font encoding, that would otherwise show every time the file is opened on Windows with Adobe reader). Printing the PDF ----------------