Poppler-utils

From wikinotes
Revision as of 00:11, 6 April 2024 by Will (talk | contribs) (Created page with "= Install = <blockquote> <syntaxhighlight lang="bash"> pacman -S poppler </syntaxhighlight> </blockquote><!-- Install --> = Remove password from pdf = <blockquote> <syntaxhighlight lang="bash"> pdftops -upw <yourpassword> <path-to-protected-filename>.pdf <path-to-newfilename>.pdf </syntaxhighlight> </blockquote><!-- Remove password from pdf -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install

pacman -S poppler

Remove password from pdf

pdftops -upw <yourpassword> <path-to-protected-filename>.pdf <path-to-newfilename>.pdf