IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#23834 - 02/14/06 11:21 AM Printer problem
Jobin.G Offline
Member

Registered: 03/15/04
Posts: 68
Loc: Qu
Hi, I have a "HP LaserJet 4050 TN" on which some PlanetPress 2 & 3 documents are implemented.

I use a XML header for PPWatch, which is at the beginning of the file. Ex.:
Code:
%!PS-Adobe
(DOC) run DOC

<?xml version='1.0' encoding='ISO-8859-1'?>
<DOCUMENT ID="DOC" VERSION="01">
   <INFOS-TRANSMISSION>
      <MODE-TRANSMISSION>PRINTER</MODE-TRANSMISSION>
      <PPWATCH-DEST>default</PPWATCH-DEST>
      <PPWATCH-CC/>
      <PPWATCH-CCI/>
      <PPWATCH-SUBJECT/>
      <PPWATCH-BODY/>
   </INFOS-TRANSMISSION>
</DOCUMENT>

LABEL1              vALUE1
LABEL2              vALUE2
LABEL3              vALUE3
LABEL4              vALUE4
LABEL5              vALUE5
When I send this to the printer, the file is printed as is.

But if I remove the XML part of the file, the document prints correctly. Ex.:

Code:
%!PS-Adobe
(DOC) run DOC


LABEL1              vALUE1
LABEL2              vALUE2
LABEL3              vALUE3
LABEL4              vALUE4
LABEL5              vALUE5
Why is the XML not able to go trough the printer correctly ?

Thanks for help

Guillaume Jobin

Top
#23835 - 02/14/06 04:10 PM Re: Printer problem
Jobin.G Offline
Member

Registered: 03/15/04
Posts: 68
Loc: Qu
In the configuration of the PrinterQueue, I needed to add a "Universal_enter_postscript" command. It is now working correctly.

Thanks to PP Care support !

Top
#23836 - 02/14/06 04:25 PM Re: Printer problem
Anonymous
Unregistered


Hi,
just to provide a bit of clarity.
A printer as 3 modes: AUTO, PCL, PS
Usualy printers are set in auto mode. This means that the printer will sniff the data as it is read and it then tries to associate the proper mode to the read data. To make sure this does not happen use the universal trigger, this trigger tells the printer to use the PS mode for the entire job and to stop sniffing the data.

Regards

Top


Moderator:  OL Newsgroup Support