vote up 0 vote down star

How to print a RTF document in a MFC application without displaying it?

The user will go through the following step to print the file: 1. Choose the rtf file. 2. A print dialog box will appear after that 3. Press OK to print the file.

flag

1 Answer

vote up 2 vote down check

You can load it in an invisible CRichEditCtrl and pass a printer DC when sending WM_PRINT to the window.

link|flag
Thanks! Can you please provide me with a simple example how to do this? – david.healed Nov 3 at 3:58
In fact using FormatRange to print. Example at codersource.net/forums/173/…. – david.healed Nov 4 at 9:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.