aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/libraries/mpdf/utils/index.php
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-07-24 15:49:36 +0200
committertcit <tcit@tcit.fr>2014-07-24 15:49:36 +0200
commit4188f38ad56d7ba2ea46e94403f305243514f80c (patch)
treef357ddbd0d846ebae0ecf5d2ab00d6b7dd6eb8d5 /inc/3rdparty/libraries/mpdf/utils/index.php
parent2b58426b2d4a7f1585d5d7667c0a4fbea4cd29dd (diff)
downloadwallabag-4188f38ad56d7ba2ea46e94403f305243514f80c.tar.gz
wallabag-4188f38ad56d7ba2ea46e94403f305243514f80c.tar.zst
wallabag-4188f38ad56d7ba2ea46e94403f305243514f80c.zip
add pdf and mobi libraries
Diffstat (limited to 'inc/3rdparty/libraries/mpdf/utils/index.php')
-rw-r--r--inc/3rdparty/libraries/mpdf/utils/index.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/inc/3rdparty/libraries/mpdf/utils/index.php b/inc/3rdparty/libraries/mpdf/utils/index.php
new file mode 100644
index 00000000..544f7f2e
--- /dev/null
+++ b/inc/3rdparty/libraries/mpdf/utils/index.php
@@ -0,0 +1,26 @@
1
2<html>
3<head>
4</head>
5<body bgcolor=#FFFFFF text=#001C66>
6
7<h2>mPDF Font Utility scripts for Version 5.0</h2>
8<p>
9<a href="font_dump.php">Dump all characters from a font (font_dump.php)</a>
10</p>
11<p>
12<a href="font_names.php">Show a list of all font names available (font_names.php)</a>
13</p>
14<p>
15<a href="font_collections.php">Show fonts in Collections .ttc (font_collections.php)</a>
16</p>
17<p>
18<a href="font_coverage.php">Show coverage of characters from all fonts (font_coverage.php)</a>
19</p>
20
21<p>Edit the scripts to change the font folder if you wish - this is set by default to /ttfonts/</p>
22
23
24
25</body>
26</html>