HOME

Date: <2023-12-14 Thu>

PDFs

Table of Contents

1. Tools

1.1. Extract Page range from Pdfs

qpdf input.pdf –pages . 1-10 – output.pdf

1.2. Remove encryption from pdf

qpdf –decrypt input.pdf output.pdf

1.3. Add Whitespace to PDFs for Notes

2. Fixes

2.1. Firefox font kerning wrong in pdfs

Goto settings and disallow sites to use their own font

3. Named Destinations

Used for referencing/linking parts of another pdf document

To list named destinations in a pdf: stackexchange.com

pdfinfo -dests ./abcd.pdf

To link to a named destination use the url: superuser.com

./abcd.pdf#named_destination

To link to a specific page, use the url:

./abcd.pdf#page=12

You can send your feedback, queries here