From 4188f38ad56d7ba2ea46e94403f305243514f80c Mon Sep 17 00:00:00 2001 From: tcit Date: Thu, 24 Jul 2014 15:49:36 +0200 Subject: add pdf and mobi libraries --- .../libraries/mpdf/examples/example38_dot_tab.php | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 inc/3rdparty/libraries/mpdf/examples/example38_dot_tab.php (limited to 'inc/3rdparty/libraries/mpdf/examples/example38_dot_tab.php') diff --git a/inc/3rdparty/libraries/mpdf/examples/example38_dot_tab.php b/inc/3rdparty/libraries/mpdf/examples/example38_dot_tab.php new file mode 100644 index 00000000..7342cc82 --- /dev/null +++ b/inc/3rdparty/libraries/mpdf/examples/example38_dot_tab.php @@ -0,0 +1,43 @@ + +dottab.menu { + outdent: 4em; +} +p.menu { + text-align: left; + padding-right: 4em; +} + + +

Menu

+ +
+ + + + + + + + + +
+'; + + +include("../mpdf.php"); + +$mpdf=new mPDF(); + +$mpdf->WriteHTML($html); + +$mpdf->Output(); + +exit; + + + +?> \ No newline at end of file -- cgit v1.2.3