views:

37

answers:

0

I am automating a now-manual process that creates PDFs by printing to the Adobe PDF driver installed by the Adobe Acrobat 9 installation (on Windows XP). The programming works fine.

The questions I am presenting are how to suppress (a) the Save dialog (even though I am providing a fully-qualified path/filename), and (b) the display of each new PDF after it is saved. I have worked through the Adobe interface settings, but changing those have not made a difference. I am sure there are registry keys that control this behavior? The end process should operate with complete transparency.

(I am writing now the registry to manipulate the default printer; I know there are other PDF creation routines such as from PDFCreator from SourceForge - which I have used, but the requirement is Acro9 - which is new to me.) Open to whatever approach works...