richard
10th October 2002, 09:11
Hi,

We are looking for a solution to print a PDF document (not produced by baan) immediatly after the production order. We know the name and localisation of the document and can open them with app_start() or the drawing button.
But how can we print the document without an action from the user ?

Are there parameters to launch acrord32.exe and print ?
Is the print option with right mouse click in wondows available in
a VB-script ?

Regards

Darren Phillips
10th October 2002, 14:00
perhaps you could use a database trigger.

grzegorz
10th October 2002, 14:19
From http://www.adobe.com/support/techdocs/11666.htm :

Adobe supports running Acrobat Distiller using the command syntax detailed below. Other Acrobat applications, including Acrobat, Catalog, PDFWriter, and Reader, are not designed to be run from a command line. Therefore, Adobe does not support running Acrobat applications other than Distiller from a command line.

If it is a "constant" document, the same after every PO, you can prepare a PRN file once and send it to printer (with app_start or system call) after every printed PO.