I am using Office 2003 on Windows XP.

I have several one page MS-Word documents saved as separate files. I would
like to convert each of these to an image (e.g tif (preferred), jpg, png, or
gif).
The final image needs to include headers and footers.

I would like to be able to do this using VBA. If someone knows how to do
this could you please post example code? Thanks much in advance.

Re: Convert MS-Word Documents to images by Graham

Graham
Tue May 03 09:59:01 CDT 2005

This is not so much a job for vba as for a driver capable of producing
jpg/tif etc output. SnagIt from www.techsmith.com fills the bill, though
there are others.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>



quartz wrote:
> I am using Office 2003 on Windows XP.
>
> I have several one page MS-Word documents saved as separate files. I
> would like to convert each of these to an image (e.g tif (preferred),
> jpg, png, or gif).
> The final image needs to include headers and footers.
>
> I would like to be able to do this using VBA. If someone knows how to
> do this could you please post example code? Thanks much in advance.



Re: Convert MS-Word Documents to images by quartz

quartz
Tue May 03 12:15:02 CDT 2005

Thanks for the reply Graham. But, are there no VBA work-arounds?


"Graham Mayor" wrote:

> This is not so much a job for vba as for a driver capable of producing
> jpg/tif etc output. SnagIt from www.techsmith.com fills the bill, though
> there are others.
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
>
>
> quartz wrote:
> > I am using Office 2003 on Windows XP.
> >
> > I have several one page MS-Word documents saved as separate files. I
> > would like to convert each of these to an image (e.g tif (preferred),
> > jpg, png, or gif).
> > The final image needs to include headers and footers.
> >
> > I would like to be able to do this using VBA. If someone knows how to
> > do this could you please post example code? Thanks much in advance.
>
>
>

Re: Convert MS-Word Documents to images by Graham

Graham
Wed May 04 00:15:47 CDT 2005

Word has no inherent facility to convert a document into a graphic image. It
is going to need outside help. 'Printing' to a driver that provides that
function (which you can then apply by vba once the driver is present) is the
only practical way forward.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>



quartz wrote:
> Thanks for the reply Graham. But, are there no VBA work-arounds?
>
>
> "Graham Mayor" wrote:
>
>> This is not so much a job for vba as for a driver capable of
>> producing jpg/tif etc output. SnagIt from www.techsmith.com fills
>> the bill, though there are others.
>>
>> --
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>> Graham Mayor - Word MVP
>>
>> My web site www.gmayor.com
>> Word MVP web site http://word.mvps.org
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>
>>
>>
>> quartz wrote:
>>> I am using Office 2003 on Windows XP.
>>>
>>> I have several one page MS-Word documents saved as separate files. I
>>> would like to convert each of these to an image (e.g tif
>>> (preferred), jpg, png, or gif).
>>> The final image needs to include headers and footers.
>>>
>>> I would like to be able to do this using VBA. If someone knows how
>>> to do this could you please post example code? Thanks much in
>>> advance.