raykolbe / DOMPDFModule

A Zend Framework module for Dompdf
MIT License
61 stars 62 forks source link

Add support for Content-Length header in HTTP response. #68

Closed raykolbe closed 6 years ago

raykolbe commented 6 years ago

Change Profile

Question Answer
New feature yes
Bug fix no
BC breaks no
Passing tests yes

Description

Add Content-Length header during HTTP response.

Reason

Provide a means of knowing the size of the PDF file. This PR supersedes https://github.com/raykolbe/DOMPDFModule/pull/31