Hi diego,
This is done by opening your document in Design, then from the menu, you do Send To->Printer, choose the printer and choose "Hard disk" as the Printer storage. (it's the default option) This will upload the document to your printer's hard disk.
To be able to call it when you send your data, a trigger needs to be added at the beginning of the data. Here's a typical trigger:
%!PS-Adobe
(DOCUMENT) run DOCUMENT
Where "DOCUMENT" will be the name of your PlanetPress document. (not the file's name, but the name defined in the document's properties. By default, it's "Document1".) Once you add these two lines, and send your data to the printer, it should be able to call the document automatically.
Here's some things you should watch for:
- You must print your data as raw text. I suggest that you send your file directly through lpr or anything that would send the raw text data directly to the printer without a driver. Or, maybe you can try a Generic Text driver, configure the queue to use LPR, and try that. Check out the trigger implementation guide for more information/ideas on things you can try:
http://help.objectiflune.com/EN/planetpr...ata-capture.pdf- Please note that in order to use printer-resident documents, you will need to purchase a PlanetPress printer license, if you haven't already done so. (even if you have Production, which allows you to print Optimized PostScript to any printer, but not Printer Centric)
Hope that helps!
Regards,
Raphaël Lalonde Lefebvre