Generic Viewer/Printing Application for Windows Files
This is a simple SDI application that allows to view and print the "usual" Windows files from MFC, such as HTML, TXT, DOC, XLS, PDF, PPT and so forth, provided that you already have defined an association for each file type on your system. It is based on previous CodeGuru articles ('Using HtmlView apart from Tecno Preview' by Iuri Apollonio and 'Printing Web Pages like Internet Explorer' by Sriram Srinivasan.
All I have done is to add printing capabilities (and a shortcut, regarding text files -see below) to Apollonio's CHView class, and derived my CView from said class, and it works!
The source sample is a bare bones SDI application, on which I have added the modified CHView class, GFXEXDISP.H header and the UUID.LIB library.
Note that text files cause a slight complication, since they are not readily accessible from the browser, and the browser object does not support the usual text editors. Hence, and since I badly needed a generic viewer/printing app in a hurry, just wrote a couple of routines for performing a "brute force" translation of text to HTML on a temporary file. I know that there are many solutions far better than mine, but... at least it works.

Comments
Cool stuff
Posted by Legacy on 03/27/2003 12:00amOriginally posted by: Daniel Balla
the best I found. and I searched a while ...
Replyhow to get image of printer driver
Posted by Legacy on 01/21/2003 12:00amOriginally posted by: summer
at work,i meet a trouble,i want to get contents of printer
before printing.how do i get them,hope somebody can help me
-
Reply
-
Reply
Replyf
Posted by hagyo79 on 06/17/2008 09:12amhi
Posted by cdh1979 on 10/01/2007 05:23amuuid.lib isn't correct in the package, use MSVC's instead
Posted by Legacy on 04/25/2001 12:00amOriginally posted by: Valerio
uuid.lib isn't correct in the package, use MSVC's instead
ReplyLink error in w2k, VC6 sp5
Posted by Legacy on 03/16/2001 12:00amOriginally posted by: Choi Young Dae
Hi
ReplyHow to compile and linking.
My Environment : Windows2000pro-sp1, VC6-sp5