You are not logged in.
Pages: 1
At the beginning I have to apologize for directly modifying mORMOtReport unit again
(I hoped that I solve my issue by creating own class based on TGDIPages but i needed to expand some data structures and therefore direct modifying of mORMotReport seemed to me more convenient).
I got a PDF sample template that I need to keep exactly.
Therefore I added into TGDIpages:
- vertical align
- text styles
- linespacing into header/footer
- drawing of RoundRectangle
- extending Columns (option to use text styles, vertical aligning, word wrap of column headers)
- rendering of external metafiles directly into PDF (= skip rendering of them into GDIPages.canvas)
more at:
https://github.com/Eva-F/SynPDF/tree/Ev … Report.pas
Offline
Pages: 1