tcpdf-laravel icon indicating copy to clipboard operation
tcpdf-laravel copied to clipboard

Wrong characters when store PDF on disk.

Open felini opened this issue 2 years ago • 0 comments

Hi!

I did install "Space Grotesk" font. (https://fonts.google.com/specimen/Space+Grotesk) Using vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php.

When I did the request by Postman, all works fine. Look at image below. This way works: $this->pdf->Output($this->nameFile, 'I'); Captura de Tela 2023-02-23 às 16 40 41

But, when I use 'F', doesn't work. This way, don't: $this->pdf->Output("/tmp/{$this->nameFile}", 'F'); Captura de Tela 2023-02-23 às 16 41 34

What I did wrong?

Thanks.

felini avatar Feb 23 '23 19:02 felini