Hi,
I'm trying to merge a pcl representation of graphic image with some text and have them print on the same page. But the printer spits out a form feed between the image and the text. I.e. the image prints on one page and the text on the next.
A C program first reads the pcl file, prints it to stdout, then it does the same with the textfile. The output is piped to the AIX's lp command printing to various types of HP Laserjets and compatibles.
I found and removed a formfeed after the "end graphic image" sequence in the pcl file, but that did not help.
This has worked before with another pcl file. But I had to make changes to the image and re-create the file. ("Print to file" from Paint Shop Pro using HP LJ 4000 driver on Win XP).
Anyone any idea on how to prevent the form feed after the Image?
I'm trying to merge a pcl representation of graphic image with some text and have them print on the same page. But the printer spits out a form feed between the image and the text. I.e. the image prints on one page and the text on the next.
A C program first reads the pcl file, prints it to stdout, then it does the same with the textfile. The output is piped to the AIX's lp command printing to various types of HP Laserjets and compatibles.
I found and removed a formfeed after the "end graphic image" sequence in the pcl file, but that did not help.
This has worked before with another pcl file. But I had to make changes to the image and re-create the file. ("Print to file" from Paint Shop Pro using HP LJ 4000 driver on Win XP).
Anyone any idea on how to prevent the form feed after the Image?