[SOLVED] Â Print page- PDF creation |
2/25/2021 12:06:15 PM |
PHPRunner General questions | |
G
gchowani author
Hi ALL, |
|
![]() |
mbintex 2/28/2021 |
Coming from 9.8 with DOMPDF converting nearly every HTML to PDF I had the same headaches with PDFmake.js in PHPRunner 10.
|
S
|
Steve Seymour 2/28/2021 |
Coming from 9.8 with DOMPDF converting nearly every HTML to PDF I had the same headaches with PDFmake.js in PHPRunner 10. My learnings were:
|
S
|
Steve Seymour 2/28/2021 |
Coming from 9.8 with DOMPDF converting nearly every HTML to PDF I had the same headaches with PDFmake.js in PHPRunner 10. My learnings were:
|
![]() |
mbintex 2/28/2021 |
I tried using DOMPDF, but in the end I decided to go the way with PDFmake. It is built in and I don´t think that it is a good idea to have two PDF Engines in one solution. With all simple lists and reports and viewpage PDFs the builtin PDF realization is OK for me. |
![]() |
Admin 3/2/2021 |
I just wanted to say that the switch from DOMPDF to PDFMake was mostly a success, it works much faster and produces better results out of the box and 90% of customers are happy with that. Unfortunately, neither will produce pixel-perfect PDF output. |
G
|
gchowani author 3/6/2021 |
THANK you Mbintex! |