TRichView.com
HomeFeaturesHistoryDownloadsOrderResourcesApplicationsSupportContacts

List of Features
TRichView
Formatting
Images
Delphi Sub-Controls
Tables
Bullets & Numbering
Styles
Multi-Language
Hypertext
Import and Export, DB
Editing
Printing
Spell-Checking
ScaleRichView
WYSIWYG Editing
Printing Posters
Delphi Sub-Controls

      Features 


Printing

In addition to a simple printing procedure implemented in TSRichViewEdit component, ScaleRichView includes TSRVPrint component designed for poster printing.

For example, we want to print A2 document, but our printer supports paper sizes only up to A4. TSRVPrint allows:

  • to stretch document prepared in TSRichViewEdit to the desired format (in our example — to A2), proportionally or not;
  • (optionally) to mirror page images horizontally;
  • to separate page images into frames (in our example, the frame size is A4);
  • to calculate the optimal frame orientation.

The poster does not necessary have a standard size. You can define its size by specifying the numbers of frames horizontally and vertically (fractional values are possible). The figure shows the poster containing 4x3 frames of A4 size, portrait orientation.

Poster Print

Print Preview

TSRVPreview component shows posters as they will be printed.

Demo

See the demo project in the folder Demos\Advanced Demos\Posters\.

Print preview of poster