Skip to content

Releases: ncjoes/pdf-suite

Minimum Stability Requirement Updated

02 Sep 13:27
Compare
Choose a tag to compare
  • Some bugs fixes here and there
  • Allow upgrading to illuminate/filesystem and illuminate/support versions greater than 5.3.*

Version 0.1.1

23 Oct 23:57
Compare
Choose a tag to compare

Fixes some major bugs, especially premature file deletions due to destructor calls to delete methods of Directory and File classes. + some performance tune-ups.

Version 0.1.0

17 Oct 10:41
Compare
Choose a tag to compare

Implemented wrappers include

  • PdfInfo - get PDF metadata
  • PdfToHtml - converts PDF to HTML
  • PdfToCairo - which includes support for converting PDF to ...
    • PNG
    • JPG
    • PS - Adobe PostScript
    • SVG

ToDo: High level wrappers for the following PopplerPHP classes

  • PdfDetach
  • PdfFonts
  • PdfImages
  • PdfSeparate
  • PdfToPpm
  • PdfToText
  • PdfUnite