Hi all.
I need to automate the conversion Word documents to .PDF files but would like to do so without opening Word. Does Acrobat 8 expose any interface that can be directly accessed from VB? The .PDF manual that comes with Acrobat 8 doesn't mention any form of automation so I realise I probably won't get the answer I want but I really need to know for sure.
Thanks in advance,
Tony.
The is an external programming interface for Acrobat, it's called the IAC (interapplication communication interface). And you can find documentation for it here:
http://www.adobe.com/devnet/acrobat/interapplication.php
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script