Category "tcpdf"

How to write on existing pdf file in php

I know this question has been asked many times but I read all related answer and my problem is not solved yet. I can add text and image on a new blank pdf file

possible options to create pdf file using html elements to generate invoice in php and codeigniter

Hello Everyone this could be the most common question asked on stackoverflow, I have an invoice template in html like this demo page. I want to generate an invo

possible options to create pdf file using html elements to generate invoice in php and codeigniter

Hello Everyone this could be the most common question asked on stackoverflow, I have an invoice template in html like this demo page. I want to generate an invo

TCPDF unable to handle “\00a0” unicode character non breakable space

I am converting an HTML string to PDF. The HTML string has a Unicode character \00a0 non breakable space. In the PDF, \00a0 is converted in to ;Â symbols.