tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.14k stars 1.51k forks source link

HTML extension is added to the PDF file #676

Open ialireza opened 7 months ago

ialireza commented 7 months ago

Hello, when downloading the output on the Samsung phone, the .html extension is added to the PDF file.

williamdes commented 7 months ago

What are the headers that are returned to the client ?

bhiantara commented 6 months ago

I have same problem when downloading file in only android phone.

TCPDF::writeHTML($html_content, true, false, true, false, ''); return TCPDF::Output('test.pdf', 'D');

file become 'test.pdf.html', any solution?