Export report to PDF file format.

G

Guest

How do export report to PDF file format automatically by using programming
code in MS Access such as "Function FileToPDF(strInputPostScript As String,
strOutputPDF As String, strJobOptions As String) As Integer".
Who can complete the routine in this function code?
Thanks.
 
G

Guest

One simple way would be to specify the printer for the report under page
set-up. This way whenever the report is printed it will only print to the
specified printer. Specify the acrobat distiller or whatever printer you use
to generate PDF files (cutePDF)

Then just a simple DoCmd line to print the report.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top