trichview.support
Re: How to reach WYSIWYG |
Author |
Message |
Sergey Tkachenko |
Posted: 01/30/2002 19:11:46 Have you tried to use these tools for print preview of RichView? First one includes TPrinter replacement printing in metafile. You can try to print RichView on this printer. As for second, you can try to use TRVPrint.rv.DrawPage(pgNo, THEIR_CANVAS, False, False); (after RVPrint formatting) To be honest, I doubt that results will be much better than in TRVPrintPreview (at least with the first tool) > For Print Preview, have you ever thought of drawing on the canvas of a Windows > Metafile instead? This technique is described at: > http://www.undu.com/Articles/000207f.html and at the end of the article you > can download the source code. > > I believe TGmPreview which is part of GmPrintSuite at > http://www.murtsoft.com/GmPrintSuite/gmprintsuite.htm also uses the Windows > Metafile technique. They also provide source code and the commercial license > for it is only $49. Personally, I would love a capability such as their > TGmMultipageImage component. :-) > > Louis Kessler > Winnipeg, Manitoba, Canada > > E-mail: [email protected] > Website: www.lkessler.com > > |
Powered by ABC Amber Outlook Express Converter