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:
pdfdist.FileToPDF strPSfile, strPDFfile, "" Set pdfdist = Nothing
First, looking to save the report as postscript. Appreciate any help!
