Question Print bitmap in character client environment

grinder

Member
Hello folks,

in a new project I have to print a logo on an invoice. The environment is from 1980 (not really, but it looks like), based on Unix with character client, but Progress 11.6 :)
The invoices are printed via OUTPUT THROUGH VALUE(cPrinter). Any ideas how to solve this issue?
I thought of PCL or PS, but I'm not familiar with both of them.
So if anybody had this problem too it would be great to share the knowlegde :D

Thanks in advance
 

ForEachInvoiceDelete

Active Member
Its been so long since i have outputted to a printer like that!

What i would do is generate a template invoice with a logo, add my text via 4GL and then send the entire file to the printer.
 
Top