Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 13th, 2003, 05:23 AM
Registered User
 
Join Date: Sep 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Howto Convert Word file to JPG in IIS

How Can I convert a uploaded Word file in Jpg page by page?

I read some doc shows how under VB:
1.CreateObject("application.word")
2.Open the Doc file and set the Selection to the range to convert.
3.Call Selection.CopyasPicture to convert the Selection to Clipboard in graphic
4.Call SavePicture Clipboard.getdata(), jpgfilepath to save the clipboard to a file.

But Under IIS, Clipborad and SavePicture is not avaiable.
How can I do the that under IIS?

Thanks a lot.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert PDF, Word file to HTML Snowby PHP How-To 0 March 18th, 2008 08:08 AM
Convert PDF to JPG harpua PHP How-To 1 September 17th, 2007 06:04 AM
Convert JPG to TIFF eresina Pro VB 6 9 January 3rd, 2005 03:37 PM
Howto Convert Word file to JPG in IIS lam_bon_bon Classic ASP Basics 2 September 25th, 2003 03:57 AM
convert Word file to jpg w/o using clipboard lam_bon_bon VB How-To 0 September 13th, 2003 05:27 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.