PHPackages                             gufy/pdftohtml-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. gufy/pdftohtml-php

AbandonedArchivedLibrary[PDF &amp; Document Generation](/categories/documents)

gufy/pdftohtml-php
==================

PDF to HTML converter with PHP using Poppler-utils

v2.0.8(9y ago)176249.2k—8.6%87[30 issues](https://github.com/mgufrone/pdf-to-html/issues)[3 PRs](https://github.com/mgufrone/pdf-to-html/pulls)MITPHP

Since Jul 23Pushed 8y ago10 watchersCompare

[ Source](https://github.com/mgufrone/pdf-to-html)[ Packagist](https://packagist.org/packages/gufy/pdftohtml-php)[ RSS](/packages/gufy-pdftohtml-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (10)Used By (0)

[![Build Status](https://camo.githubusercontent.com/72180f36af06fa89329b30ac037a3135b39c610ca47074c5479b5fa6489e8a73/68747470733a2f2f7472617669732d63692e6f72672f6d677566726f6e652f7064662d746f2d68746d6c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mgufrone/pdf-to-html)[![Coverage Status](https://camo.githubusercontent.com/85ae2e21316a70f4d2df31cb5e95fa01b8cbcd2fbda2fcdc5b5b71f30f2b365e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d677566726f6e652f7064662d746f2d68746d6c2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/mgufrone/pdf-to-html?branch=master)

PDF to HTML PHP Class
=====================

[](#pdf-to-html-php-class)

This class brought to you so you can use php and poppler-utils convert your pdf files to html file

Important Notes
---------------

[](#important-notes)

Please see how to use below, since it's really upgraded and things in this package has already changed.

Installation
------------

[](#installation)

When you are in your active directory apps, you can just run this command to add this package on your app

```
	composer require gufy/pdftohtml-php:~2

```

Or add this package to your `composer.json`

```
{
	"gufy/pdftohtml-php":"~2"
}
```

Requirements
------------

[](#requirements)

1. Poppler-Utils (if you are using Ubuntu Distro, just install it from apt ) `sudo apt-get install poppler-utils`
2. PHP Configuration with shell access enabled

Usage
-----

[](#usage)

Here is the sample.

```
