{"id":156,"date":"2020-02-15T18:52:55","date_gmt":"2020-02-15T10:52:55","guid":{"rendered":"http:\/\/blog.yuekegu.com\/?p=156"},"modified":"2020-02-15T18:52:55","modified_gmt":"2020-02-15T10:52:55","slug":"156","status":"publish","type":"post","link":"https:\/\/book.yuekegu.com\/index.php\/2020\/02\/15\/156\/","title":{"rendered":"\u6587\u6863\u8f6c\u6362"},"content":{"rendered":"\n<p>1.\u4f7f\u7528phpword \u5b9e\u73b0word-&gt;pdf<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>require_once(\"includes\/PHPWord\/vendor\/autoload.php\");\n\n$inputfile = \"files\/temp\/offerte_Hankie-Pankie.docx\";\n\n$path = realpath(realpath(__DIR__) . '\/includes\/dompdf');\n\necho \"realpath: \" . $path;\n\n\\PhpOffice\\PhpWord\\Settings::setPdfRendererPath($path);\n\\PhpOffice\\PhpWord\\Settings::setPdfRendererName(\\PhpOffice\\PhpWord\\Settings::PDF_RENDERER_DOMPDF);\n\n\/\/Load temp file\n$phpWord = \\PhpOffice\\PhpWord\\IOFactory::load($inputfile); \n\n\/\/Save it\n$xmlWriter = \\PhpOffice\\PhpWord\\IOFactory::createWriter($phpWord , 'PDF');\n$xmlWriter->save('result.pdf');<\/code><\/pre>\n\n\n\n<p>2.Html2word<\/p>\n\n\n\n<p><a href=\"https:\/\/packagist.org\/packages\/cshaptx4869\/html2word\">https:\/\/packagist.org\/packages\/cshaptx4869\/html2word<\/a><\/p>\n\n\n\n<p>3.word-&gt;html<\/p>\n\n\n\n<p><a href=\"https:\/\/segmentfault.com\/a\/1190000019821351?utm_source=tag-newest\">https:\/\/segmentfault.com\/a\/1190000019821351?utm_source=tag-newest<\/a><\/p>\n\n\n\n<p>4.PDFdo:<\/p>\n\n\n\n<p><a href=\"http:\/\/www.pdfdo.com\/doc-to-pdf.aspx\">http:\/\/www.pdfdo.com\/doc-to-pdf.aspx<\/a><\/p>\n\n\n\n<p>5.<a href=\"https:\/\/packagist.org\/packages\/cshaptx4869\/\">cshaptx4869\/<\/a>html2word        <\/p>\n\n\n\n<p>https:\/\/packagist.org\/packages\/cshaptx4869\/html2word                 <\/p>\n","protected":false},"excerpt":{"rendered":"<p>1.\u4f7f\u7528phpword \u5b9e\u73b0word-&gt;pdf 2.Html2word https:\/\/packagist.org\/packages\/cshaptx4869\/html2word 3.word-&gt;html https:\/\/segmentfault.com\/a\/1190000019821351?utm_source=tag-newest 4.PDFdo: http:\/\/www.pdfdo.com\/doc-to-pdf.aspx 5.cshaptx4869\/html2word https:\/\/packagist.org\/packages\/cshaptx4869\/html2word<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[27],"tags":[],"class_list":["post-156","post","type-post","status-publish","format-standard","hentry","category-27"],"_links":{"self":[{"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/posts\/156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/comments?post=156"}],"version-history":[{"count":0,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/posts\/156\/revisions"}],"wp:attachment":[{"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/media?parent=156"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/categories?post=156"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/tags?post=156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}