├── CIDTables ├── IDENTITY-H-ABCDEE.cid ├── IDENTITY-H-GQJGLM.cid ├── IDENTITY-H-PISJAS.cid ├── IDENTITY-H-TSPALS.cid ├── IDENTITY-H-empty.cid └── IDENTITY-H.cid ├── CREDITS.md ├── FontMetrics ├── courier.fm ├── courierb.fm ├── courierbi.fm ├── courieri.fm ├── helvetica.fm ├── helveticab.fm ├── helveticabi.fm ├── helveticai.fm ├── symbol.fm ├── times.fm ├── timesb.fm ├── timesbi.fm ├── timesi.fm └── zapfdingbats.fm ├── FormTemplates └── US-IRS-W9.xml ├── HISTORY.txt ├── LICENSE ├── Maps ├── adobe-charsets.map └── unicode-to-ansi.map ├── NOTICE ├── PdfToText.phpclass ├── README.md ├── contributions └── pdf2text.php ├── examples ├── README.md ├── example01 │ ├── README.md │ ├── example.php │ ├── sample.pdf │ └── sample.txt ├── example02 │ ├── README.md │ ├── example.php │ ├── sample.pdf │ └── sample.txt ├── example03 │ ├── README.md │ ├── example.php │ ├── sample.pdf │ └── sample.txt ├── formdata-extraction │ ├── README.md │ ├── example.php │ ├── sample.pdf │ └── sample.xml ├── image-extraction │ ├── README.md │ ├── example.php │ ├── sample.pdf │ └── sample.txt └── text-capture │ ├── README.md │ ├── example.php │ ├── sample-report.doc │ ├── sample-report.pdf │ ├── sample-report.txt │ └── sample-report.xml └── images └── SamplePdfFile.png /CIDTables/IDENTITY-H-ABCDEE.cid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christian-vigh-phpclasses/PdfToText/HEAD/CIDTables/IDENTITY-H-ABCDEE.cid -------------------------------------------------------------------------------- /CIDTables/IDENTITY-H-GQJGLM.cid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christian-vigh-phpclasses/PdfToText/HEAD/CIDTables/IDENTITY-H-GQJGLM.cid -------------------------------------------------------------------------------- /CIDTables/IDENTITY-H-PISJAS.cid: -------------------------------------------------------------------------------- 1 |