Print directly to PDF Files

  • Thread starter Thread starter A Dubey
  • Start date Start date
A

A Dubey

I need to automate the process of printing directly to a
PDF from an Access 2003 Report. This needs to run un-
attended the e-mail the pdf automatically.

The only problem I have is eliminating the "Save As"
Dialog box that comes up when I print to the PDF printer.

I would like to programatically provide the file name and
path thus eliminating the need for the dialog box.

Any ideas?

A Dubey
 
For Win NT, 2K, XP PDFWriter stores the file name in the registry.
For Win98, 95 it is saved in the win.ini file.
Check the Acrobat SDK for more info or search some of the mvp sites for
code.
 
Back
Top