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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
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