Is it possible to print 2 pages on 1 piece of paper.
Older printers all have such a feature, but the newer (cheap) printers cann't do this anymore.
In programs like OpenOffice or Word this is no problem, because these programs have such a feature build in.
Is this possible in RVE ?
thanks,
Printing 2 pages on 1 piece of paper, possible ?
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Print preview is also possible using this method.
Create a hidden TRichView with empty document (add one empty text string to it, otherwise TRVPrint will not print it). Create TRVPrint for printing this empty document. Create TRVPrintPreview displaying preview of this empty document. Draw the actual document in OnPagePrepaint event of this TRVPrint.
Create a hidden TRichView with empty document (add one empty text string to it, otherwise TRVPrint will not print it). Create TRVPrint for printing this empty document. Create TRVPrintPreview displaying preview of this empty document. Draw the actual document in OnPagePrepaint event of this TRVPrint.
Preview for 2 column
Sergey,
This is what you wrote:
Print preview is also possible using this method.
Create a hidden TRichView with empty document (add one empty text string to it, otherwise TRVPrint will not print it). Create TRVPrint for printing this empty document. Create TRVPrintPreview displaying preview of this empty document. Draw the actual document in OnPagePrepaint event of this TRVPrint.
But I cannot get this to work. Is there a working example?
Thanks
Bruce
This is what you wrote:
Print preview is also possible using this method.
Create a hidden TRichView with empty document (add one empty text string to it, otherwise TRVPrint will not print it). Create TRVPrint for printing this empty document. Create TRVPrintPreview displaying preview of this empty document. Draw the actual document in OnPagePrepaint event of this TRVPrint.
But I cannot get this to work. Is there a working example?
Thanks
Bruce