You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pdf/HOW_TO_CREATE_PDF.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ PDF file can also be purchased here: https://transactions.sendowl.com/products/7
5
5
Setup
6
6
-----
7
7
* 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/`.
9
9
* Change date in header and footer element of `web/template.html`.
10
10
* Run `./parse.js` and commit changes.
11
11
@@ -21,7 +21,7 @@ Printing to PDF
21
21
* Run `./parse.js` again.
22
22
* Open `index.html` in text editor and first remove element `<p><br></p>` before the `<h1>Libraries</h1>`.
23
23
* Then replace the footer and last three `<br>` elements with contents of `pdf/index_for_pdf_print.html` file.
24
-
* Change all links in text to normal text and optionally add a page number after '(p. <num>)'. Links can be found with this regex: `<strong>.*a href.*</strong>`.
24
+
* Change all links in text to normal text and optionally add a page number in brackets like that: '(p. <num>)'. Links can be found with this regex: `<strong>.*a href.*</strong>`.
25
25
* Save and open `index.html` in Chrome.
26
26
* Change brightness of elements by right clicking on them and selecting inspect. Then click on the rectangle that represents color and toggle the color space to HSLA by clicking on the button with two vertical arrows.
27
27
* Change lightness (L) percentage to:
@@ -44,7 +44,7 @@ Adding headers and footers to PDF (the same for both files)
44
44
* Select 'Edit PDF' tab and add headers and footers by clicking 'Header & Footer' button, selecting a preset from 'Saved Settings' dropdown menu and clicking ok. Repeat the process for each preset.
45
45
* 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.
46
46
* Set title and author by selecting 'File/Properties...'.
0 commit comments