tonchik-tm / pdf-to-html

This PHP class can convert your pdf files to html using poppler-utils.
MIT License
54 stars 30 forks source link

Empty page added #16

Closed KostaPechevski closed 5 years ago

KostaPechevski commented 5 years ago

When adding single page pdf document, somehow an empty page is added after the document

KostaPechevski commented 5 years ago

I set the zoom to 1 and it fixed the bug

'generate' => [ 'zoom' => 1, ]