J
Joe
Hi,
I am trying to print from an MS Word document to the Adobe PDF
(virtual) printer. I set the ActivePrinter property to the Adobe PDF
printer, then I am using the PrintTo command like so:
oDoc.PrintOut(True, , , sPDFFilename, , , , , , , True)
It gives me an error that says that I need to go to the
printer properties and turn off the option about sending fonts to the
Distiller. I do that, and then it seemingly prints without error -
until I go to view the file and it says that Acrobat cannot display
the file because it is in an un-supported format. And yes, my
filename ends in .pdf
Does anyone have an idea what I am doing wrong? Maybe I am using
the PrintOut command incorrectly?
J
I am trying to print from an MS Word document to the Adobe PDF
(virtual) printer. I set the ActivePrinter property to the Adobe PDF
printer, then I am using the PrintTo command like so:
oDoc.PrintOut(True, , , sPDFFilename, , , , , , , True)
It gives me an error that says that I need to go to the
printer properties and turn off the option about sending fonts to the
Distiller. I do that, and then it seemingly prints without error -
until I go to view the file and it says that Acrobat cannot display
the file because it is in an un-supported format. And yes, my
filename ends in .pdf
Does anyone have an idea what I am doing wrong? Maybe I am using
the PrintOut command incorrectly?
J