Background: I am producing reports out of MS Access and want to distribute them in the PDF format. I have a function that generates 38 separate reports and want to save each report in PDF format.
What I have done so far: I have Adobe Acrobat Distiller and know about the PDFDistiller.FileToPDF method to take a PST (postscript) file and convert to PDF format.
Need Help: How can I programmatically take the Access report (or any file for that matter) and create a postscript file? If I use the OpenReport function, it will prompt for a file name (where the default printer is a postscript FILE printer type). I want to be able to create the PST file without the prompting of the file name.
Any help would be appreciated.
Thanks,
Jack
What I have done so far: I have Adobe Acrobat Distiller and know about the PDFDistiller.FileToPDF method to take a PST (postscript) file and convert to PDF format.
Need Help: How can I programmatically take the Access report (or any file for that matter) and create a postscript file? If I use the OpenReport function, it will prompt for a file name (where the default printer is a postscript FILE printer type). I want to be able to create the PST file without the prompting of the file name.
Any help would be appreciated.
Thanks,
Jack