Hi!
I have TRichview version 17.6 and eDocEngine version 5.0.0.492.
I want to print complex documents which may have about 50 pages. The (very simplified) code is like this:
FEngine.BeginDoc;
PageNumber := 1;
Rvh.Init(FEngine.Canvas, Size.X);
repeat
if PageNumer > 1 then
FEngine.NewPage ...
Search found 4 matches
- Sat Sep 14, 2019 2:50 pm
- Forum: Support
- Topic: TRVReporthelper and eDocEngine: Crash in complex document
- Replies: 0
- Views: 67607
- Mon Oct 27, 2014 5:41 pm
- Forum: Examples, Demos
- Topic: [Unit] Adding a table of contents
- Replies: 22
- Views: 453891
Small problem in TOC generation
The number of pages of the Table of Contents is not correctly calculated IF
- the margins of the RichView are greater than the default margins AND
- there is a TOC line which is just a bit too large to fit in 1 line AND
- because of this line we need a 2nd page for the TOC
Obviously, the RichView ...
- the margins of the RichView are greater than the default margins AND
- there is a TOC line which is just a bit too large to fit in 1 line AND
- because of this line we need a 2nd page for the TOC
Obviously, the RichView ...
- Tue Jan 07, 2014 1:49 pm
- Forum: Support
- Topic: Problems with complex tables
- Replies: 5
- Views: 21582
- Mon Jan 06, 2014 1:55 pm
- Forum: Support
- Topic: Problems with complex tables
- Replies: 5
- Views: 21582
Problems with complex tables
Hi!
I have problems with some complex tables. Originally, these tables have been designed in Libreoffice (Calc). I saved them as Html and imported them using RvHtmlImporter v0.0048. I've set rvtoIgnoreContentWidth and -Height and changed some things manually, and now the tables look quite good in ...
I have problems with some complex tables. Originally, these tables have been designed in Libreoffice (Calc). I saved them as Html and imported them using RvHtmlImporter v0.0048. I've set rvtoIgnoreContentWidth and -Height and changed some things manually, and now the tables look quite good in ...