TCPDF icon indicating copy to clipboard operation
TCPDF copied to clipboard

Official clone of PHP library to generate PDF documents and barcodes

Results 131 TCPDF issues
Sort by recently updated
recently updated
newest added

PHP Warning: Undefined array key "startx" in tcpdf.php on line 19753 PHP Warning: Undefined array key "startpage" in tcpdf.php on line 19500 etc. At the function call $pdf->writeHTML($setTable, true, true,...

When you have a body of a document long enough to occupy several pages, if you want the Footer function to be dynamic in height showing one content or another...

How to add a watermark? As shown below: ![image](https://user-images.githubusercontent.com/16513603/232409575-ec3bb092-1022-41ea-907f-e290909b6650.png) I've tried using the image method (public function Image()) However, if a complete picture cannot be placed vertically, a new blank...

Inspecting the uncompressed PDF code, a great many cases where coordinates are specified with unnecessary precision can be found. This is absolutely normal for all PDFs (e.g. 17.5 specified as...

using version 6.6.2 if you call `MultiCell` with the following text: `Festival - ​​​​​​​Vi glæder os til at feste med jer!` note that in this string are some zero with...

Hi all, When converting a Word file created in Office 2016 using MS Mincho font to PDF using tcpdf and PhpWord, the characters become garbled and all turn into question...

When click example 052 and open in adobe reader 7, for first time adobe reader open document status window and when click signature properties, a verification error tab shown at...

By default there is a link printed in the bottom left corner, not visible but if you hover it you can see it. Can be seen in every example on...

I've been attempting to embed the RobotoSans font family from https://fonts.google.com/specimen/Roboto+Slab into a Moodle LMS distribution. Specifically in this case just the regular size font from the static distribution. I've...

When handling huge SVG images, I get the error: xml_parse(): SVG Error: No memory at line 5968 This could be solved by reading the SVG images in chunks, like [here](https://stackoverflow.com/a/41490986/2746388).