PC Review Forums Newsgroups Windows XP Windows XP Print / Fax Printing through Acrobat distiller

Reply

Printing through Acrobat distiller

 
Thread Tools Rate Thread
Old 03-08-2004, 12:12 PM   #1
Priya
Guest
 
Posts: n/a
Default Printing through Acrobat distiller


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
  Reply With Quote
Old 03-08-2004, 02:57 PM   #2
Thomas Ferguson
Guest
 
Posts: n/a
Default Re: Printing through Acrobat distiller

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



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off