Path: news.nzbot.com!not-for-mail
From: Popeye <popeye@mailnesia.com>
Newsgroups: alt.binaries.e-book.rpg
Message-ID: <201602251010134175-popeye@mailnesiacom>
References: <pEuzy.13970$qg.9704@fx35.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Subject: Re: Pathfinder on Humble Bundle
User-Agent: Unison/2.1.10
Lines: 32
X-Complaints-To: abuse@newsgroupdirect.com
NNTP-Posting-Date: Thu, 25 Feb 2016 08:10:14 UTC
Organization: Newsgroupdirect
Date: Thu, 25 Feb 2016 10:10:13 +0200
X-Received-Body-CRC: 1827566742
X-Received-Bytes: 1709
Xref: news.nzbot.com alt.binaries.e-book.rpg:757
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
|
|