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

TCPDF helper for laravel

Results 20 tcpdf-laravel issues
Sort by recently updated
recently updated
newest added

I wrote code that generates multiple pdf using foreach loop and at the end of each iteration download pdf line is added but what it does is that loop just...

Dear Sir, Please I want to know how to display page numbers in my pdf as I have tested your package but by default not displaying a page numbers. Please...

I have to project in one project it works fine to show image but it's not working in another project while location and path are same as I have tried...

Hi there, I just find how to use the custom font type in the laravel, but I have no idea to fix it even though I review the comment below...

Hello, I noticed B and I tags are not working and I can't find the complete TCPDF class to fix it.

hi, how to add static typing using this package? I tried like this, but it doesn't work. `use Elibyy\TCPDF\Facades\TCPDF as PDF` or `use PDF` and still giving error message. example:...

How to set custom page custom, in other github source can set width and hight on initial Class TCPDF, other source : `$pageLayout = array(30, 70); $pdf = new Tcpdf('L',...

Hi @elibyy, I need to use FPDI with TCPDF on Lumen. I installed FPDI with Composer, and created the file `config/tcpdf.php`. I setup `use_fpdi = true` but the configuration seems...

![image](https://user-images.githubusercontent.com/26415735/119558705-1faba580-bd78-11eb-9457-8af4cec7fcca.png)

Filename comes with both English and thai dynamically. English filenameworking properly bu**t thai filename not working properly** and not download in the pdf format. Below mentioned the code for your...