Simon Berger
Simon Berger
@bsweeney Thank you for Merging. Results are similar to how our merge branch looked like which is good. From my side we could merge this now. Do you want to...
@bsweeney Thank you for the detailed review. That's what I was hoping for. **(1) Font subsetting** Good point. First a question. Isn't it generally possible (needed effort aside) to create...
Found the code comments suggesting the move of the font subsetting from rendering to output time. I evaluated the change and for my knowledge of the code almost the whole...
Works for me. Damaged font cache maybe?
@sbc640964 It should work for Hebrew text. If you test it please leave some feedback if it works well or if you have problems. We have no language knowledge to...
@sbc640964 Something is wrong with your styles or your font file. Here is a working sample with your text: ``` זו הכותרת בעברית ``` EDIT: That Hebrew text is displayed...
The biggest issue on reusing the Dompdf object seems to be Stylesheet manipulations in rendering and/or output. I could successfully use it multiple times after resetting the css object. Please...
Hi @samuferenc this sounds promising. For an easier start into it you can create a draft pull request describing what you did and maybe open todos. I am fairly new...
Minimum example to test the problem (A4, landscape) ``` @page { size: a4 landscape; } table, td, th { border: 1px solid black; } 1 22222222222222222222222222222222 3 444 ``` Any...
I am about to update phpseclib from version 2 to 3 and also noticing several wrong typehints: - ~~`Rijndael::_construct` and more (in sum 7 constructors) expect `string $mode` but will...