Updated to v.1.10, mainly for improving the performance of the print preview with larger data.
Now only the elements that need to be displayed will be calculated before. In addition some
minor improvements, clarifications and bugfixes.
Code:
; v.1.10 (2020-07-24)
; - completely reworked processing and drawing engine
; - added Process()
; - added GetBackColor() / SetBackColor()
; - added reset possibility to SetFillColor(), SetTextColor(),
; SetLineColor(), SetLineStyle()
; - renamed *Page*() commands to *Section*() for clarification
; - renamed GetRealPageCount() to GetPageCount()
; - renamed GetRealPageStartOffset() to GetPageStartOffset()
; - renamed *SinglePageOutput() commands to *MultiPageOutput()
; - fixed bug in GetLineStyle()
; - fixed various bugs in processing and drawing engine
; - drawing of bigger documents is now much faster
Versions with PurePDF and pbPDF implementation (on Windows without PDF support) also available
https://raw.githubusercontent.com/hgzh/ ... PurePDF.pbhttps://raw.githubusercontent.com/hgzh/ ... i_pbPDF.pb