PDF/Reuse/Scramble version 0.05
===============================

This module has subroutines in Perl and corresponding functions in Acrobat
JavaScript to encrypt and decrypt data transferred between Perl and a PDF-
document and back to Perl. There is also a subroutine/function in both languages
to create the keys used for the scrambling.

For usage look at EXAMPLES under the POD for this module.

INSTALLATION
To install this module in a Windows environment:
   
   perl Makefile.PL
   nmake
   nmake test
   nmake install

(If you haven't got nmake, try to download it via
http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe)


Under other operating systems try the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

This module requires these other modules:

  PDF::Reuse

COPYRIGHT AND LICENCE

Copyright (C) 2003 Lars Lundberg, Solidez HB

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.