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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conversion to Tiff

Status
Not open for further replies.

merp

Programmer
Joined
Feb 6, 2006
Messages
3
Location
US
Hi,

can someone give me the VB code to convert a word document to Tiff Image. I have seen a lot of comments on the web using the default printer, but I cannot use this.

I am looking for something that can be done in the VB code using the Microsoft Image document writer. I need to take any word document and use the MIDW to create a TIFF Image.

Any help is appreciated.
Thanks in anticipation

 
Check out my two bits of code in thread222-372057 which shows how to convert a Word document to both an Enhanced Metafile (EMF) and to a bitmap.

And a quick glimpse at my code in thread222-760856 should start you off in the right direction for converting the bitmap to a tiff (with further hints in thread222-1182980)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top