Skip to content

Commit

Permalink
Updated README with what is needed for the simulation of Adobe Acroba…
Browse files Browse the repository at this point in the history
…t Clearscan
  • Loading branch information
10b14224cc committed Dec 12, 2021
1 parent 5054a4c commit c6f25fd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,11 @@ Checkout the [online documentation](https://pdfsak.readthedocs.io).
* You can check its presence by running:

`pdfsak --check-ghostscript`

* For the simulation of Adobe Acrobat Clearscan, you will also need:
* [potrace](potrace.sf.net)
* [ImageMagick](https://imagemagick.org)

On Fedora you can install these dependencies by running:

`sudo dnf install potrace ImageMagick`

0 comments on commit c6f25fd

Please sign in to comment.