PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 2.4.6
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v2.4.6
trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 All 71 releases
pdf-print / mpdf / utils / index.php

index.php in PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin 2.4.6, at mpdf/utils/index.php

30 lines 733 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 <p>
21 <a href="font_dump_OTL.php">Show OTL features from a font (font_dump_OTL.php)</a>
22 </p>
23
24 <p>Edit the scripts to change the font folder if you wish - this is set by default to /ttfonts/</p>
25
26
27
28 </body>
29 </html>
30