# pdf-print/1.8.8/mpdf/utils/index.php

PDF &amp; Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin, version 1.8.8. 30 lines.

- Page: https://pluginprobe.com/plugins/pdf-print/1.8.8/code/mpdf/utils/index.php
- Raw: https://pluginprobe.com/plugins/pdf-print/1.8.8/raw/mpdf/utils/index.php
- Modified: 2016-04-26T13:20:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/pdf-print/1.8.8/code/mpdf/utils/index.php#L10-L20`.

```php

<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>
<a href="font_dump_OTL.php">Show OTL features from a font (font_dump_OTL.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>

```
