R
Raymond Cruz
I want to create a PDF file using the free version of CutePDF. I'm using
the following:
Documents.Application.ActivePrinter = "CutePDF Writer"
myDoc.PrintOut False, , , "out.pdf", , , , , , , True
However the "out.pdf" file that is generated is Postscript. If I manually
click through File/Print for the same document and printer destination, the
file I get is PDF. Any ideas why this is happening?
RC
the following:
Documents.Application.ActivePrinter = "CutePDF Writer"
myDoc.PrintOut False, , , "out.pdf", , , , , , , True
However the "out.pdf" file that is generated is Postscript. If I manually
click through File/Print for the same document and printer destination, the
file I get is PDF. Any ideas why this is happening?
RC