Business::DPD::Render - render a lable


Business-DPD documentation  | view source Contained in the Business-DPD distribution.

Index


NAME

Top

Business::DPD::Render - render a lable

SYNOPSIS

Top

    use Business::DPD::Render::SomeSubclass;
    my $renderer = Business::DPD::Render::SomeSubclass->new( $dpd, {
        outdir => '/path/to/output/dir/',    
        originator => ['some','lines','of text'],
    });
    my $path = $renderer->render( $label );

DESCRIPTION

Top

You should really use a subclass of this module!

METHODS

Top

Public Methods

new

    my $renderer = Business::DPD::Render::SomeSubclass->new( $dpd, {
        outdir => '/path/to/output/dir/',    
        originator => ['some','lines','of text'],
    });

render

Render a label - HAS TO BE IMPLEMENTED IN SUBCLASS!

AUTHOR

Top

RevDev <we {at} revdev.at>

SEE ALSO

Top

LICENSE

Top

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


Business-DPD documentation  | view source Contained in the Business-DPD distribution.