- Convert multipage PDF into single page PNG files with GhostScript
gs -o /path/to/output_page_%03d.png -sDEVICE=png16m -r150 /path/to/input.pdf- Convert multiple single-page PDF files into one multi-page PDF file
| /* | |
| How to use this CSS: | |
| 0. Install the Sidebery extension: https://addons.mozilla.org/en-US/firefox/addon/sidebery/. | |
| 1. In Sidebery settings: | |
| a. Set the title preface must as "[S] " (without quotes). | |
| This is used by CSS rules below to identify when Sidebery is active. | |
| b. Set 'Tabs tree structure' to false -- this stylesheet doesn't adapt to | |
| multiple tab levels, but feel free to tweak it! | |
| c. Copy and paste the "SIDEBERY STYLES" section below in |
| /* Hide border on tab bar, force its state to 'scroll', adjust margin-left for width of scrollbar. | |
| #tabbar { | |
| border: 0; | |
| overflow-y: scroll !important; | |
| margin-left: -18px !important; | |
| } | |
| */ | |
| /* Hide .twisty and adjust margins so favicons have 7px on left. */ | |
| .tab .twisty { |
gs -o /path/to/output_page_%03d.png -sDEVICE=png16m -r150 /path/to/input.pdf