Skip to content

Commit 79f5cd7

Browse files
committed
How to create pdf update
1 parent 92486a4 commit 79f5cd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pdf/HOW_TO_CREATE_PDF.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PDF file can also be purchased here: https://transactions.sendowl.com/products/7
55
Setup
66
-----
77
* Install Adobe Acrobat Pro DC.
8-
* Copy headers and footers from `pdf/adobe/` folder to `/Users/<username>/Library/Preferences/Adobe/Acrobat/DC/HeaderFooter/`.
8+
* Copy headers and footers from `pdf/acrobat/` folder to `/Users/<username>/Library/Preferences/Adobe/Acrobat/DC/HeaderFooter/`.
99
* Change date in header and footer element of `web/template.html`.
1010
* Run `./parse.js` and commit changes.
1111

@@ -45,6 +45,8 @@ Adding headers and footers to PDF (the same for both files)
4545
* 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.
4646
* Set title and author by selecting 'File/Properties...'.
4747
* Save.
48+
* Open file in Preview.
49+
* 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).
4850

4951
Printing the PDF
5052
----------------

0 commit comments

Comments
 (0)