Top "Tcpdf" questions

TCPDF is a PHP class created by Nicola Asuni for generating PDF documents without requiring external extensions.

right align logo in tcpdf header

I have the following tcdpf syntax in my php document: $title="My Heading"; $obj_pdf->SetHeaderData(PDF_HEADER_LOGO, …

php pdf tcpdf graphical-logo
TCPDF Memory Issue Allowed memory size of 134217728 bytes exhausted

I am using TCPDF for downloading PDF. For smaller records, it is working fine.But for large data ie 1000 records, …

php pdf tcpdf memory-limit
How to send pdf generated by TCPDF as Swiftmailer attachment

I already tried several solutions, the closest (for me) should look like this: $file = $pdf->Output('', 'E'); $message-&…

php tcpdf swiftmailer
TCPDF errors on PHP 7

I'm using TCPDF plugin to generate the PDF in PHP 7. The same code is working fine in the lower version …

codeigniter pdf tcpdf php-7.2 php-7.0
TCPDF remove <ul> indenting

For some reason TCPDF is adding space to the left when I use writeHTML() to print an unordered list. By …

html margin tcpdf spacing
Adding images over PDF using FPDI and TCPDF

I'm trying to add images on top of an existing PDF. The pdf contains a blank grid, I am writing …

php tcpdf fpdf fpdi
Creating PDFs using TCPDF that supports all languages especially CJK

Can someone put together a clear and concise example of how you can create a PDF using TCPDF that will …

php tcpdf cjk
Why TCPDF instead of mpdf

I have used both TCPDF and MPDF. Just want to know what features of TCPDF make it superior and one …

php tcpdf
FPDI & TCPDF problems?

Im having a rather odd problem getting FPDI & TTCPDF php classes to work together. FPDI: http://www.setasign.com/…

php pdf pdf-generation tcpdf fpdi
TCPDF - How can I show a div with absolute position in a pdf created with tcpdf?

I have following tcpdf code: <?php require_once('config/lang/eng.php'); require_once('tcpdf.php'); // Extend the TCPDF …

php html tcpdf absolute