Hello. I'm trying to convert a PCL file to PDF format using GhostPDL (v8.70).
The PCL file is in a PCL5e standard.
The command issued is this:
pcl6 -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=dest.pdf source.pcl
This problem is that the output PDF doesn't have a logo (graphical element) in tho top right corner.
Apart from that everything is OK.
Does anyone have an idea why this is happening? Can you point me in the right direction? Any help would be appreciated.