MOVED TO GITHUB https://github.com/ole1986/pdf-php
Features
- Quick and easy to use
- Support for extension classes
- Unicode and ANSI formated text
- Custom TTF fonts and font subsetting (version >= 0.11.8)
- Auto page and line breaks
- Text alignments (left, right, center, justified)
- Linked XObjects
- Internal and external links
- Compression by using gzcompress
- Encryption 40bit, 128bit since PDF 1.4
- Image support for JPEG, PNG and GIF (partly)
- Template support
License
Public DomainFollow PHP Pdf creation - R&OS
Other Useful Business Software
Comprehensive Cybersecurity to Safeguard Your Organization | SOCRadar
Protect your organization from cyber threats with SOCRadar’s cutting-edge threat intelligence. Gain 360° visibility into your digital assets, monitor the dark web, and stay ahead of hackers with real-time insights. Start for free and transform your cybersecurity today.
Rate This Project
Login To Rate This Project
User Reviews
-
I have used ezpdf 009 for many years. The biggest project was a manual for building a Kachelofen. It is a copy of my own 80 pages book (text, design, pictures, photographs, production). Many years later I have tried to create the manual after some corrections, but l got only error messages. So I forgot ezpdf and Wayne Munro. Now I found a new crew and a new version here ... After some changings all my phpPDFs works again. Was incompatibility with php versions the reason? Dietmar L., Berlin/Germany
-
An error occurs in several versions since 0.11 up to 0.12.2-testing Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in ... ezpdf/src/Cezpdf.php on line 206 The same error, on another line in 0.12-rc2 Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in ... ezpdf/src/Cezpdf.php on line 219
-
Gracias por el esfuerzo de aportar tan excelente herramienta. Les informo que he estado interesado en las actualizaciones pero persiste un problema para la implementación de la solución. Por ésta razón no la he podido utilizar. El error se refleja en la lineas 206 del fichero Cezpdf.php. Estare atento a los ajustes y a las actualización de éste error. Muchas gracias.
-
I have using this for years, and it is very easy to use. Could be more powerful, but I hope development will restart.
-
wow great library for me,for developers. if anyone want to open pdf in browser , use this few lines, thanks again for owner of EZPDF. $pdfcode = $pdf->output(); header("Content-Type: application/pdf"); echo $pdfcode; ROSHAN . roshanocs gmail