pdf-php icon indicating copy to clipboard operation
pdf-php copied to clipboard

Official R&OS PHP Pdf repository

Results 31 pdf-php issues
Sort by recently updated
recently updated
newest added

I have a multi-page PDF that I am creating. When I use addPngFromFile or addJpegFromFile, only the first one appears. The subsequent ones do not appear. If I comment out...

My web host has just upgraded to php 8.2 and everything still works except my images have disappeared. I use the addPngFromFile() function and now it is just blank where...

Is there a way to do this? We can use tags, so is it possible to change the font size in the same way? I don't see anything related to...

Sometime when I use in the title the script enter in loop and after seconds return error 500. It is not a rule, but happening.

Hello, with the commit 00db904dcb7f3c5af394b06e89674555e421e56a you deleted the calculation of the text option "full" for the last line. We think, its a better moving with the deleted calculation. Only adjust...

Multiple instances of use of curly braces as index into array

Hello, Do we have an option to set color for the text in table heading ? I found nothing on documentation. Thanks

Estou testando com o exemplo abaixo mas não renderiza. $pdf = new Cezpdf(); $pdf->isUnicode = true; $pdf->ezNewPage(); $pdf->ezStartPageNumbers(300,500,20,'','',1); $pdf->ezNewPage(); $pdf->ezNewPage(); $pdf->line(300,400,300,600); // line drawn to check 'pos' is working $pdf->ezNewPage();...

Hi, it would be great if it could be possible to switch orientation of different pages. I have to generate a PDF with a portrait formatted first/last page and all...

Hello, and thank you in advance, We have encountered a situation in which we want a PDF to contain the same biographical details like name, surname and transaction number at...