PostScript::File version 1.03, released October 20, 2009
This module produces the outline for an Adobe PostScript file. It provides
convenient routines for writing postscript directly, including reporting
postscript errors and debugging support. Although it may be used independently,
the functions provided are also suitable for use in other modules. See one of
these modules for a top-level object.
PostScript::Calendar
PostScript::Report
PostScript::Graph::XY
PostScript::Graph::Bar
Finance::Shares::Chart
It is considered beta code as the interface has remained stable over many months
of use. However, not all the features have been tested properly so experiment
with caution.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries, although they are both
part of the standard distribution:
File::Spec
Sys::Hostname
CHANGES
Here's what's new in version 1.03 of PostScript::File:
(See the file "Changes" for the full revision history.)
- Added pstr function/method
- Added embed_document method
- The dir & file parameters to new now actually work
- The file_ext parameter and {get,set}_file_ext methods allow
you to change the way PostScript::File appends an extension
to the output filename
- The PNG output added in 1.01 is now documented
- Using Ghostscript to generate PNG should work on Windows now
- Include resource types in %%DocumentSuppliedResources comment
- Fixed has_function to avoid false positives
- Include procset PostScript_File in %%DocumentSuppliedResources
- PostScript::File now requires Perl 5.8.0 or later
COPYRIGHT AND LICENCE
Copyright 2002, 2003 Christopher P Willmot. All rights reserved.
Copyright 2009 Christopher J. Madsen. All rights reserved.
This work is published under the same licensing terms as Perl itself, which may
be found at http://www.perl.org. The existance of this work does not imply that
it is fit for any purpose implied by the code or accompanying documentation.
There is no warranty whatsoever. Use at your own risk.