Browse Source

pdf/README

pull/164/head
Jure Šorn 1 year ago
parent
commit
bcbfa2231c
1 changed files with 6 additions and 1 deletions
  1. 7
      pdf/README.md

7
pdf/README.md

@ -46,7 +46,7 @@ Adding headers and footers to PDF (the same for both files)
-----------------------------------------------------------
* Open the PDF file in Adobe Acrobat Pro DC.
* Select 'Organize Pages'.
* Right click on one of the pages and select 'Crop Pages...'.
* Right click the second page and select 'Crop Pages...'.
* Select units: 'Inches'.
* In 'Change page size' section select 'A4' for 'Page Sizes' and set 'XOffset' to '0.1 in'. Then click on 'YOffset' input field, so the x offset gets registered. Select page range 'All' and click OK.
* 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. (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.)
@ -56,6 +56,11 @@ Adding headers and footers to PDF (the same for both files)
* Run 'Save as' again, this time in 'Adobe PDF Files, Optimized', so that Menlo font error gets fixed.
Compressing
-----------
* Compress the two files together with HOW_TO_PRINT.txt instruction file that contains the instructions from the next section using: `zip 'Comprehensive Python Cheatsheet.zip' 'Comprehensive Python Cheatsheet.pdf' 'Comprehensive Python Cheatsheet (optimized for printing).pdf' 'HOW_TO_PRINT.txt'`.
Printing the PDF
----------------
* Open the PDF that was optimized for printing in Chrome and print on A4 on both sides with default margins, scale 98% and no headers and footers.
Loading…
Cancel
Save