Incluido dompdf.
commit2c047b23667842b3028da9dcde633f5186961cf1
authorVladimir H <vladimiroski@gmail.com>
Wed, 17 Dec 2008 17:25:38 +0000 (17 11:25 -0600)
committerVladimir H <vladimiroski@gmail.com>
Wed, 17 Dec 2008 17:25:38 +0000 (17 11:25 -0600)
tree0c936348a94e9ced6343a647c79058082e42ac31
parent67be06aa434827fc9f6540f3c51f57538481d04b
Incluido dompdf.
Eliminadas constantes duplicadas.
156 files changed:
contenido/usuario+info.php
include/dompdf/ChangeLog [new file with mode: 0644]
include/dompdf/HACKING [new file with mode: 0644]
include/dompdf/INSTALL [new file with mode: 0644]
include/dompdf/LICENSE.LGPL [new file with mode: 0644]
include/dompdf/README [new file with mode: 0644]
include/dompdf/TODO [new file with mode: 0644]
include/dompdf/dompdf.php [new file with mode: 0755]
include/dompdf/dompdf_config.inc.php [new file with mode: 0644]
include/dompdf/include/abstract_renderer.cls.php [new file with mode: 0644]
include/dompdf/include/attribute_translator.cls.php [new file with mode: 0644]
include/dompdf/include/block_frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/block_frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/block_positioner.cls.php [new file with mode: 0644]
include/dompdf/include/block_renderer.cls.php [new file with mode: 0644]
include/dompdf/include/cached_pdf_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/canvas.cls.php [new file with mode: 0644]
include/dompdf/include/canvas_factory.cls.php [new file with mode: 0644]
include/dompdf/include/cellmap.cls.php [new file with mode: 0644]
include/dompdf/include/cpdf_adapter.cls.php [new file with mode: 0644]
include/dompdf/include/dompdf.cls.php [new file with mode: 0644]
include/dompdf/include/dompdf_exception.cls.php [new file with mode: 0644]
include/dompdf/include/dompdf_internal_exception.cls.php [new file with mode: 0644]
include/dompdf/include/font_metrics.cls.php [new file with mode: 0644]
include/dompdf/include/frame.cls.php [new file with mode: 0644]
include/dompdf/include/frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/frame_factory.cls.php [new file with mode: 0644]
include/dompdf/include/frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/frame_tree.cls.php [new file with mode: 0644]
include/dompdf/include/functions.inc.php [new file with mode: 0644]
include/dompdf/include/gd_adapter.cls.php [new file with mode: 0644]
include/dompdf/include/generated_frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/image_cache.cls.php [new file with mode: 0644]
include/dompdf/include/image_frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/image_frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/image_renderer.cls.php [new file with mode: 0644]
include/dompdf/include/inline_frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/inline_frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/inline_positioner.cls.php [new file with mode: 0644]
include/dompdf/include/inline_renderer.cls.php [new file with mode: 0644]
include/dompdf/include/list_bullet_frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/list_bullet_frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/list_bullet_image_frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/list_bullet_positioner.cls.php [new file with mode: 0644]
include/dompdf/include/list_bullet_renderer.cls.php [new file with mode: 0644]
include/dompdf/include/null_frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/null_frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/null_positioner.cls.php [new file with mode: 0644]
include/dompdf/include/page_cache.cls.php [new file with mode: 0644]
include/dompdf/include/page_frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/page_frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/pdflib_adapter.cls.php [new file with mode: 0644]
include/dompdf/include/php_evaluator.cls.php [new file with mode: 0644]
include/dompdf/include/positioner.cls.php [new file with mode: 0644]
include/dompdf/include/renderer.cls.php [new file with mode: 0644]
include/dompdf/include/style.cls.php [new file with mode: 0644]
include/dompdf/include/stylesheet.cls.php [new file with mode: 0644]
include/dompdf/include/table_cell_frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/table_cell_frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/table_cell_positioner.cls.php [new file with mode: 0644]
include/dompdf/include/table_cell_renderer.cls.php [new file with mode: 0644]
include/dompdf/include/table_frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/table_frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/table_row_frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/table_row_frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/table_row_group_frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/table_row_group_frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/table_row_positioner.cls.php [new file with mode: 0644]
include/dompdf/include/tcpdf_adapter.cls.php [new file with mode: 0644]
include/dompdf/include/text_frame_decorator.cls.php [new file with mode: 0644]
include/dompdf/include/text_frame_reflower.cls.php [new file with mode: 0644]
include/dompdf/include/text_renderer.cls.php [new file with mode: 0644]
include/dompdf/lib/class.pdf.php [new file with mode: 0644]
include/dompdf/lib/fonts/Courier-Bold.afm [new file with mode: 0644]
include/dompdf/lib/fonts/Courier-BoldOblique.afm [new file with mode: 0644]
include/dompdf/lib/fonts/Courier-Oblique.afm [new file with mode: 0644]
include/dompdf/lib/fonts/Courier.afm [new file with mode: 0644]
include/dompdf/lib/fonts/Helvetica-Bold.afm [new file with mode: 0644]
include/dompdf/lib/fonts/Helvetica-BoldOblique.afm [new file with mode: 0644]
include/dompdf/lib/fonts/Helvetica-Oblique.afm [new file with mode: 0644]
include/dompdf/lib/fonts/Helvetica.afm [new file with mode: 0644]
include/dompdf/lib/fonts/Times-Bold.afm [new file with mode: 0644]
include/dompdf/lib/fonts/Times-BoldItalic.afm [new file with mode: 0644]
include/dompdf/lib/fonts/Times-Italic.afm [new file with mode: 0644]
include/dompdf/lib/fonts/Times-Roman.afm [new file with mode: 0644]
include/dompdf/lib/fonts/ZapfDingbats.afm [new file with mode: 0644]
include/dompdf/lib/fonts/dompdf_font_family_cache [new file with mode: 0644]
include/dompdf/lib/fonts/dompdf_font_family_cache.dist [new file with mode: 0644]
include/dompdf/lib/res/broken_image.png [new file with mode: 0644]
include/dompdf/lib/res/html.css [new file with mode: 0644]
include/dompdf/load_font.php [new file with mode: 0644]
include/dompdf/www/examples.php [new file with mode: 0644]
include/dompdf/www/faq.php [new file with mode: 0644]
include/dompdf/www/foot.inc [new file with mode: 0644]
include/dompdf/www/head.inc [new file with mode: 0644]
include/dompdf/www/images/arrow_01.gif [new file with mode: 0644]
include/dompdf/www/images/arrow_02.gif [new file with mode: 0644]
include/dompdf/www/images/arrow_03.gif [new file with mode: 0644]
include/dompdf/www/images/arrow_04.gif [new file with mode: 0644]
include/dompdf/www/images/arrow_05.gif [new file with mode: 0644]
include/dompdf/www/images/arrow_06.gif [new file with mode: 0644]
include/dompdf/www/images/css2.png [new file with mode: 0644]
include/dompdf/www/images/dompdf_simple.png [new file with mode: 0644]
include/dompdf/www/images/favicon.ico [new file with mode: 0644]
include/dompdf/www/images/favicon.png [new file with mode: 0644]
include/dompdf/www/images/h_bar.gif [new file with mode: 0644]
include/dompdf/www/images/left_arrow.gif [new file with mode: 0644]
include/dompdf/www/images/logo.png [new file with mode: 0644]
include/dompdf/www/images/php5-power-micro.png [new file with mode: 0644]
include/dompdf/www/images/small_logo.png [new file with mode: 0644]
include/dompdf/www/images/star_01.gif [new file with mode: 0644]
include/dompdf/www/images/star_02.gif [new file with mode: 0644]
include/dompdf/www/images/star_03.gif [new file with mode: 0644]
include/dompdf/www/images/star_04.gif [new file with mode: 0644]
include/dompdf/www/images/star_05.gif [new file with mode: 0644]
include/dompdf/www/images/title.gif [new file with mode: 0644]
include/dompdf/www/images/v_bar.gif [new file with mode: 0644]
include/dompdf/www/images/xhtml10.png [new file with mode: 0644]
include/dompdf/www/index.php [new file with mode: 0644]
include/dompdf/www/install.php [new file with mode: 0644]
include/dompdf/www/style.css [new file with mode: 0644]
include/dompdf/www/test/anchor_link.html [new file with mode: 0644]
include/dompdf/www/test/background_image.html [new file with mode: 0644]
include/dompdf/www/test/baseline.html [new file with mode: 0644]
include/dompdf/www/test/block_height.html [new file with mode: 0644]
include/dompdf/www/test/border_css_values.html [new file with mode: 0644]
include/dompdf/www/test/border_test.html [new file with mode: 0644]
include/dompdf/www/test/br.html [new file with mode: 0644]
include/dompdf/www/test/center_table.html [new file with mode: 0644]
include/dompdf/www/test/common.css [new file with mode: 0644]
include/dompdf/www/test/demo_01.html [new file with mode: 0644]
include/dompdf/www/test/dompdf_simple.png [new file with mode: 0644]
include/dompdf/www/test/entities.html [new file with mode: 0644]
include/dompdf/www/test/gif_test.html [new file with mode: 0644]
include/dompdf/www/test/html_attributes.html [new file with mode: 0644]
include/dompdf/www/test/image.html [new file with mode: 0644]
include/dompdf/www/test/latin1.html [new file with mode: 0644]
include/dompdf/www/test/long_table.php [new file with mode: 0644]
include/dompdf/www/test/margin.html [new file with mode: 0644]
include/dompdf/www/test/multiple_class.html [new file with mode: 0644]
include/dompdf/www/test/nbsp.html [new file with mode: 0644]
include/dompdf/www/test/pages.html [new file with mode: 0644]
include/dompdf/www/test/php.gif [new file with mode: 0644]
include/dompdf/www/test/php_test.php [new file with mode: 0644]
include/dompdf/www/test/print_static.css [new file with mode: 0644]
include/dompdf/www/test/remote.html [new file with mode: 0644]
include/dompdf/www/test/simple_ul.html [new file with mode: 0644]
include/dompdf/www/test/special.html [new file with mode: 0644]
include/dompdf/www/test/symbols.html [new file with mode: 0644]
include/dompdf/www/test/table.html [new file with mode: 0644]
include/dompdf/www/test/table_height.html [new file with mode: 0644]
include/dompdf/www/test/table_image.html [new file with mode: 0644]
include/dompdf/www/test/ul.html [new file with mode: 0644]
include/dompdf/www/test/unicode.html [new file with mode: 0644]
include/dompdf/www/usage.php [new file with mode: 0644]
index.php