문제

I have a PHP page, as you see on this page everybody can create schema for heating and cooling systems. I am at the end of my project, now I have a problem. I am trying to save as PDF my schema ( inside div). Firstly I tried to use TCPDF, unfortunately TCPDF does not support all CSS commands. Then I found DOMPDF, but it did not display PHP commands. Heere is a screenshot from my projects.screenshot

도움이 되었습니까?

해결책

You can use DOMPDF for this and DOMPDF also supports PHP Code.You can enable php on dompdf_config.inc.php file DOMPDF_ENABLE_PHP = true by default it false.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top