Printing through Acrobat distiller

  • Thread starter Thread starter Priya
  • Start date Start date
P

Priya

Hi,

My report generation is to produce the report into PDF
through an distiller(programatically). My code works fine
with Windows 2000/NT but when I test it in Windows XP i am
unable to print. Can anyone give me an solution for this.
I am working on VBScript.

For your reference, I have just put few lines of my code
used.

Set oDistiller = CreateObject
("PDFDistiller.PDFDistiller.1")
Set wdo = CreateObject("Word.Application")
wdo.ActivePrinter = "Acrobat Distiller"
oDistiller.FileToPDF sTempFile, sPDFFile, "Print"

Waiting for the earliest reponse. Thanks in advance
Priya
 
Back
Top