How do I save a report as a postscript file? End result is to create a pdf file. I use distiller to convert from postscript to pdf.

I added the Distiller Reference.
VB Code:
  1. pdfdist.FileToPDF strPSfile, strPDFfile, ""
  2. Set pdfdist = Nothing

First, looking to save the report as postscript. Appreciate any help!