This class can convert PDF to HTML using Poppler program.
It can take the path of the Poppler program tools and execute several operations to extract information from PDF documents.
Currently the class can convert whole PDF documents or individual pages to HTML, get the document information, return the page count, etc..
Several parameters can be configured like the the preferred format of the pictures inside the document, zoom scale, whether to use images or CSS inline within the HTML or as external files, etc.. |