http://qs321.pair.com?node_id=555215

tos has asked for the wisdom of the Perl Monks concerning the following question:

Hi folks,

i already googled and super-searched for a perl-modul or an open-source tool which can produce encrypted pdf-files, but i could'nt yet find anything appropriate.

Can anybody give me a hint ?

thanks in advance and regards,

tos


Is simplicity best or simply the easiest Martin L. Gore

2006-06-16 Retitled by GrandFather to aid searching
Original title: 'Looking for a pdf-encryption-modul !'

Replies are listed 'Best First'.
Re: Looking for a pdf encryption module
by perl_lover (Chaplain) on Jun 14, 2006 at 12:11 UTC
    CAM::PDF

    This module allows creating Encrypted PDF documents.
Re: Looking for a pdf encryption module
by madtoperl (Hermit) on Jun 14, 2006 at 12:20 UTC
    Hi Tos,

    CryptoPDF tool will support the encryption of PDF. But Certain prerequisites are required by CryptoPDF.
    Crypt::RC4 Digest::MD5 Compress::Zlib Text::PDF
    But this tool is somewhat expensive.
    Thanks and Regards,
    madtoperl.