tc-lib-pdf icon indicating copy to clipboard operation
tc-lib-pdf copied to clipboard

TCPDF - PHP PDF Library - https://tcpdf.org

Results 16 tc-lib-pdf issues
Sort by recently updated
recently updated
newest added

Hi, would like to know does TCPDF support PDF/A-3, or is there any way to convert your PDF to PDF/A-3 please advice thank you.

feature request

Hi There, Please add a features so that this can support multiple digital signature in one file pdf

feature request

PDF can be signed from a local (openssl) certificates or using a HSM (PKCS11) based certificate. Currently, it is not possible to sign the PDF with such HSM. Please, can...

feature request

Hi, is there any suport for PDF/UA? I am interested in accessibility for people with disabilities who use assistive technology such as screen readers. Is there any support for PDF...

feature request

Like the title states, are you planning on adding support for PDF/X-4 in the near future? :)

feature request

It is becoming common to insert mathematical equations and symbols in HTML, using the `` tags. Many editors are supporting MathML, e.g. CKEditor. Currently, TCPDF/tc-lib-pdf does not break when encoutering...

feature request

How can I set permisson to a existed pdf file with this project. Or is there any recommedation on this?

**Describe the bug** Text without spaces isn't wrapped in cell. **To Reproduce** Steps to reproduce the behavior: 1. Insert text without spaces with getTextCell ``` $pdf->getTextCell( 'GENTEST-CREATE-NEW-2-BIS-CA', $docPosition['x'] + $label->getLeft(),...

**Describe the bug** get package`deltaaskii/lara-pdf-merger` not found error when installing it Cloning into bare repository '/Users/***/Library/Caches/composer/vcs/https---github.com-deltaaskii-lara-pdf-merger.git'... remote: Repository not found. fatal: repository 'https://github.com/deltaaskii/lara-pdf-merger.git/' not found

[](url)**Describe the bug** In Docs PDF if the page number is more than 999, it adds a decimal point to the page number. E.g. Page 1000 is written as 1.000....