PDF Automation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a spreadsheet that has a list of word files. Using some VBA code I use
it to automatically Open each file & then Print (or print to Adobe PDF).
There are nearly 300 Word documents. Instead of Printing to PDF I want to
call the 'Create PDF' ( on the Menu Bar) that comes as part of Acrobat 7
Professional. Anyone got some thoughts on how this can be accomplished?
 
I don't believe that using the Create PDF button is any quicker than (or
does anything different from) using Print to PDF.

Is their a particular reason that you want to change the method of doing it?

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
Doug -

The Create PDF button uses a different process and maintains active
hyperlinks in the resulting PDF document. For instance, if you had a
document which contained a hyperlinked TOC, then the resulting PDF
document would create the links and the necessary bookmarks to enable
the user to "jump" to the appropriate text. It does take much longer
to generate a PDF document using this method due to the number of
"hoops" Acrobat steps through to create a "tagged" PDF document.

In answer to the user's question, I don't know how to address the
button via code.

--
Dawn Crosier
Microsoft MVP
"Education Lasts a Lifetime"

This message is posted to a newsgroup. Please post replies and
questions to the newsgroup so that others can learn as well.
 
Thanks Dawn.

For the OP unfortunately Adobe make you pay to get the developer stuff that
you would need to be able to use code to do this.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
Back
Top