extend TCPDF class
Tobias Maier - February 5, 2007 - 18:16
| Project: | Pdfview |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
I plan to enhance pdfview with extending the class.
Currently, it is not easy to change the pages' header and footer. PHP allows us to overwrite specific methods with own methods.
Beside this we can overwrite Error() so that errors get logged with watchdog.
You can get a first impression about this if you take a look at the files attached
| Attachment | Size |
|---|---|
| pdfview.image__4.patch | 6 KB |

#1
this is the class extension
#2
I moved every theme function into this include except theme_pdfview_pdf()
#3
Wow, this is a very good step for pdfview!
Right now I cannot use it, because of the messy images, the error handling, and the problems with headering, so this is very good news to hear!
#4
Let's discuss the future of pdfview here before going ahead: http://groups.drupal.org/pdf
#5
Any progress on this?