Robust PDF editing on the fly

Robust PDF editing on the fly

am 11.03.2010 23:32:34 von dbrooke

Hello!,

Longtime member, rare poster here.

I am browsing around right now regarding the subject line, and have
looked at the HTML_toPDF project

http://www.rustyparts.com/pdf.php

that also includes a PDFEncryptor
system in it.. but I thought I'd post to the list to see
if anyone has any recommendations or comments.

I'm particularly looking at editing some of the more advanced
security features of PDF (if possible) on-the-fly.. things such as
limiting printing, encryption etc..

I am building some basic epub sale/distrobution/DRM
features for a client.

TIA for any comments!

Donovan





--
D Brooke

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Robust PDF editing on the fly

am 11.03.2010 23:34:40 von Ashley Sheridan

--=-qWiZQTATMVWqzEAAi9FL
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Thu, 2010-03-11 at 16:32 -0600, Donovan Brooke wrote:

> Hello!,
>
> Longtime member, rare poster here.
>
> I am browsing around right now regarding the subject line, and have
> looked at the HTML_toPDF project
>
> http://www.rustyparts.com/pdf.php
>
> that also includes a PDFEncryptor
> system in it.. but I thought I'd post to the list to see
> if anyone has any recommendations or comments.
>
> I'm particularly looking at editing some of the more advanced
> security features of PDF (if possible) on-the-fly.. things such as
> limiting printing, encryption etc..
>
> I am building some basic epub sale/distrobution/DRM
> features for a client.
>
> TIA for any comments!
>
> Donovan
>
>
>
>
>
> --
> D Brooke
>


I don't think PHP really has anything good for higher level editing of
PDF's. Simple stuff only really. You could maybe look at doing some
command line stuff on a system using a later version of OpenOffice which
has just now got some very good PDF editing features.

Thanks,
Ash
http://www.ashleysheridan.co.uk



--=-qWiZQTATMVWqzEAAi9FL--

Re: Robust PDF editing on the fly

am 12.03.2010 06:37:34 von dbrooke

Ashley Sheridan wrote:
[snip]
>
> I don't think PHP really has anything good for higher level editing of
> PDF's. Simple stuff only really. You could maybe look at doing some
> command line stuff on a system using a later version of OpenOffice which
> has just now got some very good PDF editing features.
>
> Thanks,
> Ash
> http://www.ashleysheridan.co.uk


Hi Ashley,
Actually, I installed this:

http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcp df

and was able to apply certain DRM stuff right away. I haven't
yet tried editing an existing pdf document with it.. but I created
a pdf from scratch that required a password to do just about
anything... open, print, modify, copy etc.. A good start anyway.

Donovan




--
D Brooke

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php