Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Acrobat 6.0 command line

Status
Not open for further replies.

rgbanse

MIS
Jun 4, 2001
211
US
I'm trying to automate report distribution using Access.
I can create the *.snp and *.rtf files with no problem but I can't for the life of me get the command line to work!

Call Shell("""C:\Program Files\Adobe\Acrobat 6.0\Distillr\acrodist.exe"" /O c:\files\testing.rtf c:\files\testing.pdf")

Any help appreciated
thx
RGB
 
Try using Distiller as a printer. Distiller doesn't process RTF files, that I know of. It processes PostScript.

If you're using VBA in Access, you can treat distiller like a printer, instead of trying to shell out to an executable.



Thomas D. Greer
Providing PostScript & PDF
Training, Development & Consulting
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top