francoisp
22nd March 2010, 14:59
I have a requirement to create a document that needs to include a bar code. This document will not be printed, but it will be converted to PDF so it can be emailed to our Field Technicians to be used when returning parts. We have been using a PCL-to-PDF converter for quite some time so that part is not an issue. The document is printed using AFS so I cannot use BWprint nor send it to a printer with a barcode resident font.

How can I use Baan to add the bar code to the PCL document as a graphic?

bdittmar
23rd March 2010, 15:50
I have a requirement to create a document that needs to include a bar code. This document will not be printed, but it will be converted to PDF so it can be emailed to our Field Technicians to be used when returning parts. We have been using a PCL-to-PDF converter for quite some time so that part is not an issue. The document is printed using AFS so I cannot use BWprint nor send it to a printer with a barcode resident font.

How can I use Baan to add the bar code to the PCL document as a graphic?

Hello,

are you using pcl2pdf ?
Embed the barcode in the BaaN pcl stream.

In report, add the desired field and assign "barcode typexx" to the field.
($BSE/lib/barcode/hp)

Regards

francoisp
23rd March 2010, 21:16
Hello,

are you using pcl2pdf ?
Embed the barcode in the BaaN pcl stream.

In report, add the desired field and assign "barcode typexx" to the field.
($BSE/lib/barcode/hp)

Regards

If you are referring to ghostscript, pcl2pdf was not meeting some requirement and we ended up using JetPCL instead. We are investigating if fonts can be added to JetPCL to print the bar codes with the method you suggested above. If this does not work, I will look into pcl2pdf. Thanks for your help.

bdittmar
24th March 2010, 09:36
If you are referring to ghostscript, pcl2pdf was not meeting some requirement and we ended up using JetPCL instead. We are investigating if fonts can be added to JetPCL to print the bar codes with the method you suggested above. If this does not work, I will look into pcl2pdf. Thanks for your help.

Hello,

the ghostscript solution is based on Postscript (PS).
I'm using direct PCL2PDF (from Lincoln Software) in combination with ELP (EnhancedLaserPrinting).

Works like a charm.

Enclosed you`ll find a PDF example generatet from BaaN with PCL2PDF

Regards

PageTech
26th March 2010, 01:29
PCLTool SDK can capture and analyze PCL at the page level to determine which require a barcode and what to barcode based on the rules you provide. It can either just point to the barcode font that you want to use (as if it were in the printer buffer) or you can use barcodes fonts that are internal to the program or it has barcoding functions that can generate any barcodes or OMR marks. After the barcode is inserted, the PCL can be converted to a very small JBIG2 compressed raster PDF, routed and archived.

The full function demo is at: www.pagetech.com.

BP