laravel-dompdf不会下载pdf文件

时间:2017-01-06 02:29:59

标签: laravel

在我的打印功能中:

$pdf = \PDF::loadHTML('<h1>Test</h1>');
return @$pdf->stream();

从我读到的内容,这应该会自动下载一个pdf,但是我得到一个长字符串(至少是pdf格式)。我使用的是Homestead,所以我不确定这是不是问题。

在我的控制台中:

%PDF-1.3
1 0 obj
<< /Type /Catalog
/Outlines 2 0 R
/Pages 3 0 R >>
endobj
2 0 obj
<< /Type /Outlines /Count 0 >>
endobj
3 0 obj
<< /Type /Pages
/Kids [6 0 R
]
/Count 1
/Resources <<
/ProcSet 4 0 R
/Font << 
/F1 8 0 R
>>
>>
/MediaBox [0.000 0.000 612.000 792.000]
 >>
endobj
4 0 obj
[/PDF /Text ]
endobj
5 0 obj
<<
/Producer (dompdf <5c98652> + CPDF)
/CreationDate (D:20170106022200+00'00')
/ModDate (D:20170106022200+00'00')
>>
endobj
6 0 obj
<< /Type /Page
/MediaBox [0.000 0.000 612.000 792.000]
/Parent 3 0 R
/Contents 7 0 R
>>
endobj
7 0 obj
<< /Filter /FlateDecode
/Length 66 >>
stream
xã2Ð300P@&Ò¹BMôÍÌ
-õ,MBRôÝ¢
!i

Ñ!©Å%±
!^
®!îC
endstream
endobj
8 0 obj
<< /Type /Font
/Subtype /Type1
/Name /F1
/BaseFont /Times-Bold
/Encoding /WinAnsiEncoding
>>
endobj
xref
0 9
0000000000 65535 f 
0000000009 00000 n 
0000000074 00000 n 
0000000120 00000 n 
0000000274 00000 n 
0000000303 00000 n 
0000000435 00000 n 
0000000538 00000 n 
0000000675 00000 n 
trailer
<<
/Size 9
/Root 1 0 R
/Info 5 0 R
>>
startxref
783
%%EOF

1 个答案:

答案 0 :(得分:0)

使用wkhtmltopdf。

点击下面的链接,它可能对你有帮助。 http://packalyst.com/packages/package/nitmedia/wkhtml2pdf

PDF :: setOutputMode(&#39; F&#39); //强制归档 $ data = PDF :: html(&#39; folder.htmlfile&#39;,[&#39; key&#39; =&gt; $ value],$ pdfname);