I am attempting to print a logo at the top of a page which is sent to a HP laserjet printer.
I can enter text and use HP-GL/2 vector graphics to print text or lines close to the top of the page, however I cannot print a raster graphic at the top of the page.
I have checked the raster graphic file and there are no blank lines at the top of it.
I am new to PCL so I could easily be making a silly mistake here. The last line of my PCL is:
<esc>*p1000X<esc>*p0Y<esc>*t150R<esc>*r0F<esc>*r170T<esc>*r1A<esc>*b0Y<esc>*b0M
I have concatenated my raster graphic's pcl formatted binary file to this. The graphic seems to be printed about 1.5 inches below the top of the page. If I replace the above command with:
<esc>*p1000X<esc>*p0Ytop of page
then 'top of page' is printed only about 1 cm from the top of the page.
Any help here would be appreciated.
Neil
I can enter text and use HP-GL/2 vector graphics to print text or lines close to the top of the page, however I cannot print a raster graphic at the top of the page.
I have checked the raster graphic file and there are no blank lines at the top of it.
I am new to PCL so I could easily be making a silly mistake here. The last line of my PCL is:
<esc>*p1000X<esc>*p0Y<esc>*t150R<esc>*r0F<esc>*r170T<esc>*r1A<esc>*b0Y<esc>*b0M
I have concatenated my raster graphic's pcl formatted binary file to this. The graphic seems to be printed about 1.5 inches below the top of the page. If I replace the above command with:
<esc>*p1000X<esc>*p0Ytop of page
then 'top of page' is printed only about 1 cm from the top of the page.
Any help here would be appreciated.
Neil