command:Roberto Lopez wrote: The important question is: With the original LaserJet 2100 driver and using print command (instead functions) the print is ok?
I want to know if the issue is related to a specific driver or the preprocessor.
Anyway, please, coonsider that _hmg_printer_* functions are INTERNAL and are not intended to be used directly, so if the commands works ok, there is no a true problem.
Regards,
Roberto.
@ prow, pcol PRINT
always works good.
command
_HMG_ ...
works good on some printers.
about LJ2100: original driver doesn't work properly for _HMG_ function, but works good for @ prow,pcol PRINT command
PS. I can change my code to conditionally use @ prow,pcol PRINT command.
It's not prime topic to me.