{"id":145,"date":"2022-04-29T16:01:24","date_gmt":"2022-04-29T08:01:24","guid":{"rendered":"http:\/\/usei.cn\/?p=145"},"modified":"2022-05-16T12:23:46","modified_gmt":"2022-05-16T04:23:46","slug":"php-%e4%bd%bf%e7%94%a8mpdf%e5%81%9a-html%e8%bd%acpdf%e8%be%93%e5%87%ba","status":"publish","type":"post","link":"https:\/\/usei.cn\/index.php\/2022\/04\/29\/php-%e4%bd%bf%e7%94%a8mpdf%e5%81%9a-html%e8%bd%acpdf%e8%be%93%e5%87%ba\/","title":{"rendered":"PHP \u4f7f\u7528mpdf\u505a html\u8f6cpdf\u8f93\u51fa"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>$config=&#91;\n\n        'mode'=&gt;'utf-8',\n            'useAdobeCJK'=&gt;true,\n            'autoScriptToLang'=&gt;true,\n            'autoLangToFont'=&gt;true,\n            'useSubstitutions'=&gt;true,\n\n            'format' =&gt; 'A5',\n            'orientation'=&gt;'L',\n            'margin_top' =&gt; 3,\n            'margin_left' =&gt; 5,\n            'margin_right' =&gt; 5,\n            'margin_bottom' =&gt; 0\n]\n  $mpdf = new Mpdf($config);\n        $mpdf-&gt;WriteHTML($content);\n   $mpdf-&gt;Output($filename,$dest);<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u8bbe\u7f6e\u5b57\u4f53 \u5b57\u4f53\u4e0d\u8d77\u4f5c\u7528\u8bf7\u8c03\u6574\u4ee5\u4e0b\u53c2\u6570<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>'useAdobeCJK'=&gt;true,\n'autoScriptToLang'=&gt;false,\n'autoLangToFont'=&gt;false,<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8bbe\u7f6e\u5b57\u4f53 \u5b57\u4f53\u4e0d\u8d77\u4f5c\u7528\u8bf7\u8c03\u6574\u4ee5\u4e0b\u53c2\u6570<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-145","post","type-post","status-publish","format-standard","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/comments?post=145"}],"version-history":[{"count":3,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/145\/revisions"}],"predecessor-version":[{"id":399,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/posts\/145\/revisions\/399"}],"wp:attachment":[{"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/media?parent=145"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/categories?post=145"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/usei.cn\/index.php\/wp-json\/wp\/v2\/tags?post=145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}