yii2tech / html2pdf

Yii2 component for HTML to PDF conversion
Other
78 stars 65 forks source link

Fixed removal on windows #16

Closed AlexRas007 closed 5 years ago

AlexRas007 commented 6 years ago

These changes correct this error:

PHP Warning 'yii\base\ErrorException' with message 'unlink(C:\localhost\api\runtime/html2pdf\html2pdf5c0123789885b0.71556863.pdf): Permission denied' 

in C:\localhost\vendor\yii2tech\html2pdf\src\TempFile.php:98
klimov-paul commented 6 years ago
klimov-paul commented 5 years ago

Rebased to commit: 6aea2df7fcd30b28b6e012eb572e5a4f8912b4fe Thank you.