Dave:

I do this on a daily basis using Adobe Distiller software.  This software
sets itself up as a printer in your printers folder.  When you want to print
to it, you select it through prnsetup and when it prints it creates a PDF
file with the same name as the R:Base report that generated it.

I do it this way through R:Base command files:

SET VAR vacrobat TEXT = 'Acrobat Distiller'  
--
-- this is the name of the "printer" as it appears in the Printer folder.  I
prefer to use the variable to reference later
-- in my program.
--
PRNSETUP .vacrobat -- this sets the printer to the Distiller software using
the variable name
--
OUTPUT PRINTER
--
PRINT daly_mfg_rjct WHERE dispdate = .vprevious AND iql_smry = 'M' +
AND iql_flag = 'Q' AND rej_area = 'INT' -- which creates a file name
daly_mfg_rjct.pdf
--
OUTPUT SCREEN
--
RETURN

Hope that helps.

Mike Ramsour

-----Original Message-----
From: David M. Blocker [mailto:[EMAIL PROTECTED]
Sent: Friday, February 18, 2005 12:51 PM
To: [email protected]
Subject: [RBASE-L] - Printing to PDF in 6.5++


I seem to remember that it is possible to print to a PDF file in 6.5++ - I
need to do this one time for a client, but can't find the how to in my notes
anywhere.

Anyone remember how to do this?

David

David Blocker
[EMAIL PROTECTED]
781-784-1919
Fax: 781-784-1860
Cell: 339-206-0261

Reply via email to