PDF::API2 -> Barcode code 128c

PDF::API2 -> Barcode code 128c

am 26.10.2006 08:41:23 von Kimi

hi.

does someone know how to get barcode (code128c) to PDF-file with this
barcode extension?

PDF::API2::Resource::XObject::Form::BarCode::code128;

all that I could find from cpan is :

$bc = $pdf->xo_code128 %opts

I just can't get the barcode to pdf file.

-Kimi

Re: PDF::API2 -> Barcode code 128c

am 26.10.2006 09:24:54 von Kimi

> does someone know how to get barcode (code128c) to PDF-file with this
> barcode extension?
>
> PDF::API2::Resource::XObject::Form::BarCode::code128;
>
> all that I could find from cpan is :
>
> $bc = $pdf->xo_code128 %opts
>
> I just can't get the barcode to pdf file.


Or, PDF::Report is other way to do it, if some one knows how to do
barcodes to pdf with it.

All I get is error : Error with type 3-font.

-Kimi