PC Review
Forums
Newsgroups
Windows XP
Windows XP Print / Fax
Printing through Acrobat distiller
Forums
Newsgroups
Windows XP
Windows XP Print / Fax
Printing through Acrobat distiller
![]() |
Printing through Acrobat distiller |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Someone here might be able to help. However, you might get faster results
posting to one of the Adobe forums here- http://www.adobe.com/support/forums/main.html or with one of the visual basic forums such as- microsoft.public.scripting.vbscript Tom MSMVP-DTS "Priya" <anonymous@discussions.microsoft.com> wrote in message news:a0fc01c47942$63037570$a401280a@phx.gbl... > 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 |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

