Search found 2 matches

by VasyutkinVeniamin
Tue Nov 03, 2020 11:59 am
Forum: Support
Topic: Printing on two sheets with a spread
Replies: 3
Views: 13564

Re: Printing on two sheets with a spread


TRichView does not have this feature.
But ScaleRichView has. TSRVPrint component has a "poster mode", where each large page is printed on several paper sheets.
(however, ScaleRichView cannot break pages inside cells, only between rows; it may be important if you use tables extensively).


Can we ...
by VasyutkinVeniamin
Mon Nov 02, 2020 10:45 am
Forum: Support
Topic: Printing on two sheets with a spread
Replies: 3
Views: 13564

Printing on two sheets with a spread

Good day!

Our program uses TRiсhview ver 13.
For some reports with very wide tables, we use this type of display - a template with two tables on two pages (see screenshot).
After printing, the sheets are glued or sewn into the notebook.
It turns out a large spread sheet.

Now this is all ...