How to print a file which got images, table, text an so on
-
Dear All, I'm designing a tool which can open a document and print out that document to default printer. My tool can only print out text file, I want it can be integrate other document files. Can you tell me how to do so, and where can I refer to? I'm using Visual Studio V6.0 and Program language C/C++, MFC
-
Dear All, I'm designing a tool which can open a document and print out that document to default printer. My tool can only print out text file, I want it can be integrate other document files. Can you tell me how to do so, and where can I refer to? I'm using Visual Studio V6.0 and Program language C/C++, MFC
KienNT78 wrote:
I'm designing a tool which can open a document
Are you talking about a Word document? If so, this is a proprietary format, and the only way to print it is by using Word automation. If the choice of document format is up to you, then you could use rich-text format (RTF) documents, and use the
CRichEditCtrl
control. Best wishes, Hans -
Dear All, I'm designing a tool which can open a document and print out that document to default printer. My tool can only print out text file, I want it can be integrate other document files. Can you tell me how to do so, and where can I refer to? I'm using Visual Studio V6.0 and Program language C/C++, MFC