PDF::API2 -> Barcode code 128c
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
> 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