Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!.
Score of 2

SaveFile Dialog box painfully lags when filtering by .pdf

As you state, most likely, the issue is caused by the time it takes Windows 11 to access and to parse the PDF documents, which is now needed, since the Windows 11 Explorer Preview pane can display ...
Score of 1

Search and replace a particular character from a particular font with the same character from another font in a PDF

You now can do this with pdftl and some font editing software. pdftl target.pdf export_fonts target_fonts exports all fonts to a new directory, target_fonts. Fonts will be output in various binary ...
Score of 1

How to save a PDF form as a printable PDF in Adobe Acrobat Reader DC?

Alrighty I did some digging and I found out how. This only works on Windows but what you can do is as follows: Open the start menu and type "printers & scanners" (should show up with ...
Score of 1

How do I fix blurry font in a PDF?

This should work: pdftl in.pdf delete_images --- style_text 'color=0 0 0' output out.pdf Then out.pdf will have the scanned images deleted and the OCRed text will be visible. Disclaimer: I am the ...

Only top scored, non community-wiki answers of a minimum length are eligible