julien-its

Results 3 comments of julien-its

Hi, still no news about this ?

Hello, Thank you for your answer. I actuly found the solution but not like explained in the Readme Doing this : ``` white_october_tcpdf: class: 'Acme\MyBundle\MyTCPDFClass' ``` The class is never...

Sorry it doesn't work My service.yml : ``` white_october_tcpdf: class: AppBundle\Services\Exports\Pdf\InvoiceTcpdf AppBundle\Services\Exports\Pdf\InvoiceService: public: true class: AppBundle\Services\Exports\Pdf\InvoiceService arguments: $em: "@doctrine.orm.entity_manager" $tcpdf: '@white_october.tcpdf' ``` In InvoiceService : `$this->pdf = $this->tcpdfService->create('vertical', PDF_UNIT, PDF_PAGE_FORMAT,...