View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
GS[_6_] GS[_6_] is offline
external usenet poster
 
Posts: 1,182
Default close adobe reader window

Matthew,
I believe PDFCreator has a SDK for doing this. You need to consult its
user guide to see how to automate it 'behind-the-scenes' and only
display the finished file for review.

IIRC, you'll need to get the window handle of the 1st running instance
of PDFCreator and set an object ref to it; -use that instance
throughout. (I can help with the required code)

Once you've got all your files consolidated into one, display (and
release) the PDFCreator instance so you can review the job. Then you
can close PDFCreator in the normal fashion

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion