icke792

Results 1 comments of icke792

i solve my problem with different header heights changing follow functions in documentContext.js. ``` function DocumentContext(pageSize, pageMargins) { this.pages = []; this.pageMargins = pageMargins; this.pageMarginsFkt = null; if (typeof this.pageMargins...