source: trunk/filemanager/tp/dompdf/HACKING @ 2000

Revision 2000, 1.2 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Implementação do módulo gerenciador de arquivos

Line 
1dompdf - PHP5 HTML to PDF converter
2===================================
3
4http://www.digitaljunkies.ca/dompdf
5Copyright (c) 2004 Benj Carson
6R&OS PDF class (class.pdf.php) Copyright (c) 2001-04 Wayne Munro
7
8Send bug reports, patches, feature requests, complaints & hate mail (no spam
9thanks) to <benjcarson@digitaljunkies.ca>
10
11Hacking
12-------
13
14If you are interested in extending or modifying dompdf, please feel free to
15contact me (Benj Carson) by email at benjcarson@digitaljunkies.ca.  If you
16let me know what you'd like to try, I can maybe point you to the relevant
17sections of the source.  If you've added some features, or fixed some bugs,
18please send me a patch and I'll include your changes in the main
19distribution.
20
21For starters, I can point out some of the OO design patterns used in dompdf:
22 
23  Pattern      Classes
24  -------      -------
25  composite    Frame
26  decorator    Frame_Decorator, *_Frame_Decorator classes
27  strategy     Frame_Reflower, *_Frame_Reflower classes, Positioner,
28               *_Positioner classes
29  facade       dompdf
30  adapter      CPDF_Adapter, PDFLib_Adapter
31
32Also, see the main doc comment in dompdf.cls.php for a general overview of
33the rendering process.
Note: See TracBrowser for help on using the repository browser.