文件名称:chrome2pdf:使用无头Chrome和ChromeDevTools协议将HTML转换为Pdf
文件大小:5KB
文件格式:ZIP
更新时间:2024-02-20 23:16:12
html pdf chrome convert headless
Chrome2Pdf 使用无头Chrome将HTML转换为pdf。 由于这是基于当前的Chrome版本,而不是基于诸如WebKit( )之类的未维护技术,因此它完全支持所有现代CSS / HTML功能。 另外,该程序包不依赖于任何外部js库。 <?php use Tesla \ Chrome2Pdf \ Chrome2Pdf ; $ c2p = new Chrome2Pdf (); $ c2p -> setChromeExecutablePath ( '/opt/google/chrome/chrome' ) -> appendChromeArgs ([ '--disable-gpu' ]); $ pdf = $ c2p -> portrait () -> setPaperFormat ( 'A4' ) -> setMargins ( 10 , 10 , 10 , 10 , 'mm' ) -> setContent ( '
Hello world
This is a paragraph
' ) -> s【文件预览】:
chrome2pdf-master
----composer.json(995B)
----LICENSE(1KB)
----src()
--------HasPdfAttributes.php(6KB)
--------Chrome2Pdf.php(8KB)