Grandt/PHPePub - GitHub

PHPePub - PHP Classes for dunamically generating EPub files.

https://github.com/Grandt/PHPePub

Les articles publiés sur le site

  • Updated revision text

    29 décembre 2013, par Grandt
    Updated revision text
  • Fixed reference to getMimeTypeFromExtension which was being treated as a globally available function.

    27 décembre 2013
    Fixed reference to getMimeTypeFromExtension which was being treated as a globally available function.
  • function not referenced with $this

    26 décembre 2013, par Grandt
    function not referenced with $this
  • resolveMedia/Image fix

    15 décembre 2013, par Grandt
    resolveMedia/Image fix
    
    Functions now try to find the files with and without the docRoot.
  • Issue #16

    15 décembre 2013, par Grandt
    Issue #16
    
    * Fixed: An issue, where PNG images exceeding the maximum specified
    sizes were broken during resizing.
    * Fixed: Issue #16, where ePub 3 multimedia needed to be added to the
    automatic chapter processing.
    * Fixed: Potential issue related to Issue #16 with loading large files
    from external sources, where these might result in memory errors. These
    will now be loaded into a temp file on the server, before being added to
    the book.