sampart / WhiteOctoberTCPDFBundle

A bundle to facilitate using TCPDF for PDF generation in Symfony applications
89 stars 43 forks source link

Directory-Path without trailing slash in Cache #28

Open mischka opened 10 years ago

mischka commented 10 years ago

After the the fix https://github.com/symfony/symfony/pull/10937 all trailing slashes are deleted in the cache/(dev|prod)/app(Dev|Prod)ProjectContainer.php so the fonts-Path is invalid

TCPDF ERROR: Could not include font definition file: helvetica

jsr2609 commented 10 years ago

Solution in Symfony 2.3.16

https://github.com/symfony/symfony/issues/11012

DjangoFR commented 9 years ago

same problem on: Symfony version 2.4.5

sampart commented 7 years ago

I've created release 1.0.3 for this.