mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
add pdf and mobi libraries
This commit is contained in:
parent
2b58426b2d
commit
4188f38ad5
297 changed files with 126557 additions and 7 deletions
26
inc/3rdparty/libraries/mpdf/utils/index.php
vendored
Normal file
26
inc/3rdparty/libraries/mpdf/utils/index.php
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body bgcolor=#FFFFFF text=#001C66>
|
||||
|
||||
<h2>mPDF Font Utility scripts for Version 5.0</h2>
|
||||
<p>
|
||||
<a href="font_dump.php">Dump all characters from a font (font_dump.php)</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="font_names.php">Show a list of all font names available (font_names.php)</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="font_collections.php">Show fonts in Collections .ttc (font_collections.php)</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="font_coverage.php">Show coverage of characters from all fonts (font_coverage.php)</a>
|
||||
</p>
|
||||
|
||||
<p>Edit the scripts to change the font folder if you wish - this is set by default to /ttfonts/</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue