bagas Oct 29, 2023 #1 Hello. How to install in php8.2 support pdflib? In php7 there was a port print/pecl-pdflib, now not port print/pecl-pdflib. What to do?
Hello. How to install in php8.2 support pdflib? In php7 there was a port print/pecl-pdflib, now not port print/pecl-pdflib. What to do?
Cath O'Deray Oct 29, 2023 #2 Please, what's the use case? <https://www.freshports.org/print/pecl-pdflib/#requiredby> the nine ports that previously required print/pecl-pdflib are all deleted.
Please, what's the use case? <https://www.freshports.org/print/pecl-pdflib/#requiredby> the nine ports that previously required print/pecl-pdflib are all deleted.
OP bagas Oct 29, 2023 Thread Starter #3 grahamperrin said: Please, what's the use case? <https://www.freshports.org/print/pecl-pdflib/#requiredby> the nine ports that previously required print/pecl-pdflib are all deleted. Click to expand... I am aware that support has been removed (print/pecl-pdflib). I’m asking how to implement support in php pdf now?
grahamperrin said: Please, what's the use case? <https://www.freshports.org/print/pecl-pdflib/#requiredby> the nine ports that previously required print/pecl-pdflib are all deleted. Click to expand... I am aware that support has been removed (print/pecl-pdflib). I’m asking how to implement support in php pdf now?
M michal.sviba Oct 30, 2023 #4 You can download it from official website https://www.pdflib.com/download/pdflib-product-family/ and it will works fine. But you have to buy a license. There is another library with different API http://www.fpdf.org/ . Can't do everything what Pdflib, but it's free.
You can download it from official website https://www.pdflib.com/download/pdflib-product-family/ and it will works fine. But you have to buy a license. There is another library with different API http://www.fpdf.org/ . Can't do everything what Pdflib, but it's free.