Snippets tagged “pdf”
3 snippets use this tag.
- How to Count the Pages in a PDF File with PHPPHP
PHP provides a range of extensions and functions for getting the number of pages in a PDF document. Let’s check out the most efficient ones, here.
- Merge PDF files with PHPPHP
There are several ways to merge PDF files using PHP.
- PHP create PDF invoicePHP
There are several libraries available in PHP that can be used to create PDF invoices, such as TCPDF and FPDF.