On 2016-02-25 03:35:49 +0000, RPG Fan said:
> You can get a ton of Pathfinder RPG books through the Humble bundle,
> going on for the next 13 hours or so:
>
> https://www.humblebundle.com/books/paizo-pathfinder-bundle
>
> I spent $20 and got 45 different PDFs from them. A deal and half.
>
> I am hesitant to post them here, cause Paizo watermarks the crap out of
> everything, both visibly and invisibly. I'll try and find matches for it
> from other sources which are watermark free and post if anyone is
> interested.
Might be worth checking the Chans for a cleaner?
Also, this might work if it's an invisible water mark (I use this to
unrestrict locked PDFs)
REMOVE PDF PASSWORD:
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=OUTPUT.pdf -c
.setpdfwrite -f $1
It will output the unrestricted version as OUTPUT.pdf
(In reality, I have this saved as a shell script (e.g.
pdf_strip_password.sh), and then, when you I it, I specify the file I
want to strip as part of the command:
sh pdf_strip_password.sh protected.pdf
|
|