raykolbe / DOMPDFModule

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

Added the ability to control how PDF is streamed to browser. #67

Closed raykolbe closed 7 years ago

raykolbe commented 7 years ago

Change Profile

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

Description

Adds the ability to control how the file is streamed to the browser via Content-Disposition header.

Reason

Allow for "inline" streaming to browser in order to compensate for a previous change that broke this implied streaming method. See https://github.com/raykolbe/DOMPDFModule/pull/64.