The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:PostScript::Document"

Document.pm River stage one • 1 direct dependent • 1 total dependent

SHAWNPW/PostScript-0.06 - 11 Aug 1999 14:15:40 UTC

PostScript::File - Class for creating Adobe PostScript files River stage one • 4 direct dependents • 5 total dependents

PostScript::File is a class that writes PostScript files following Adobe's Document Structuring Conventions (DSC). You should be familiar with the DSC if you're using this class directly; consult the *PostScript Language Document Structuring Conventi...

CJM/PostScript-File-2.23 - 10 Oct 2015 14:39:24 UTC

PostScript::Simple - Produce PostScript files from Perl River stage one • 5 direct dependents • 6 total dependents

PostScript::Simple allows you to have a simple method of writing PostScript files from Perl. It has graphics primitives that allow lines, curves, circles, polygons and boxes to be drawn. Text can be added to the page using standard PostScript fonts. ...

MCNEWTON/PostScript-Simple-0.09 - 23 Sep 2014 23:57:13 UTC

PostScript::Metrics - helper module for PostScript::TextBlock River stage one • 1 direct dependent • 1 total dependent

Fix me....

SHAWNPW/PostScript-0.06 - 11 Aug 1999 14:15:40 UTC

PostScript::Report - Produce formatted reports in PostScript River stage zero No dependents

PostScript::Report helps you generate nicely formatted reports using PostScript. You do not need any knowledge of PostScript to use this package (unless you want to create new Component types). You probably won't create a PostScript::Report object di...

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Barcode - barcode writer River stage zero No dependents

By itself alone, this role does nothing useful. Use one of the classes residing under this namespace: PostScript::Barcode::azteccode PostScript::Barcode::datamatrix PostScript::Barcode::qrcode...

DAXIM/PostScript-Barcode-0.006 - 05 Jul 2010 09:32:22 UTC

PostScript::Columns - Squeeze a text file into multiple columns. River stage zero No dependents

Creates a PostScript document with a user-defined header and footer, then attempts to squeeze the data into as many columns as possible....

FIVE/PostScript-Columns-1.23 - 08 Aug 2001 14:48:22 UTC

PostScript::Convert - Use Ghostscript to convert PostScript or PDF to other formats River stage one • 2 direct dependents • 2 total dependents

PostScript::Convert uses Ghostscript to convert PostScript or PDF to other formats. You will need to have Ghostscript installed. It exports a single function: psconvert psconvert($input, [$output_filename], [options...]) This takes the PostScript cod...

CJM/PostScript-Convert-0.03 - 15 Mar 2014 17:57:56 UTC

PostScript::Calendar - Generate a monthly calendar in PostScript River stage zero No dependents

PostScript::Calendar generates printable calendars using PostScript. PostScript::Calendar uses Date::Calc's *_to_Text functions, so you can change the language used by calling Date::Calc's "Language" function before creating your calendar. Years must...

CJM/PostScript-Calendar-1.02 - 13 Jun 2015 16:11:41 UTC

PostScript::TextBlock - An object that may be used to construct a block of text in PostScript. River stage one • 1 direct dependent • 1 total dependent

The PostScript::TextBlock module implements four methods: new() - Create a New PostScript::TextBlock object This method instantiates a new object of class PostScript::TextBlock. addText( text=>$text, [ font=>$font ], [ size=>$size ], [ leading=>$lead...

SHAWNPW/PostScript-0.06 - 11 Aug 1999 14:15:40 UTC

PostScript::Resources - module to fetch data from Unix PostScript Resource '.upr' files River stage zero No dependents

This package allows Unix font resource files, so called '".upr"' files, to be read and parsed....

JV/PostScript-Font-1.10.03 - 27 Dec 2014 20:35:48 UTC

PostScript::LabelSheet - print multiple labels on a sheet, starting from PostScript label template. River stage zero No dependents

Why this module? I sometimes have to print a sheet of labels, each label bearing the same design, for example to label jars of marmelade. I tried to do this with OpenOffice.org writer, in a table. But I had to manually copy and paste the design of th...

CBOUVI/PostScript-LabelSheet-0.02 - 03 Jan 2013 09:54:08 UTC

Prima::PS::PostScript - PostScript interface to Prima::Drawable River stage two • 17 direct dependents • 19 total dependents

Implements the Prima library interface to PostScript level 2 document language. The module is designed to be compliant with the Prima::Drawable interface. All properties' behavior is as same as Prima::Drawable's except those described below. Inherite...

KARASIK/Prima-1.72 - 31 Jan 2024 09:42:17 UTC

PostScript::ScheduleGrid - Print a schedule in a grid format River stage one • 1 direct dependent • 1 total dependent

PostScript::ScheduleGrid generates a printable schedule in a grid format commonly used for TV listings. (If you are considering using it for actual TV listings, you should look at PostScript::ScheduleGrid::XMLTV, which creates a PostScript::ScheduleG...

CJM/PostScript-ScheduleGrid-0.05 - 22 Aug 2015 16:17:34 UTC

PostScript::Simple::EPS - EPS support for PostScript::Simple River stage one • 5 direct dependents • 6 total dependents

PostScript::Simple::EPS allows you to add EPS files into PostScript::Simple objects. Included EPS files can be scaled and rotated, and placed anywhere inside a PostScript::Simple page. Remember when using translate/scale/rotate that you will normally...

MCNEWTON/PostScript-Simple-0.09 - 23 Sep 2014 23:57:13 UTC

PostScript::Report::Font - Represents a PostScript font River stage zero No dependents

PostScript::Report::Font represents a font in a PostScript::Report. You won't deal directly with Font objects unless you are writing your own Components. You construct a Font object by calling the report's "get_font" in PostScript::Report method....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::VBox - Hold components in a vertical column River stage zero No dependents

This Container draws its children in a vertical column. There is no space between children. If the children are of different widths, they are all left aligned....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Report::HBox - Hold components in a horizontal row River stage zero No dependents

This Container draws its children in a horizontal row. There is no space between children. If the children are of different heights, their tops are aligned....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC

PostScript::Graph::Paper - prepare blank graph for a postscript file River stage zero No dependents

This module is designed as a supporting part of the PostScript::Graph suite. For top level modules that output something useful, see PostScript::Graph::Bar PostScript::Graph::Stock PostScript::Graph::XY An area of graph paper is created on a postscri...

CPWILLMOT/PostScript-Graph-1.02 - 19 Sep 2003 14:44:42 UTC

PostScript::Report::Field - A simple field with no label River stage zero No dependents

This Component is a simple text field. Note: While you may use a Field as a label by giving it a constant value, it always uses "font" to draw the text, not "label_font"....

CJM/PostScript-Report-0.13 - 30 Nov 2013 19:07:05 UTC
48 results (0.034 seconds)