File: |
EPubChapterSplitter.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
HTML Splitter, can be used without EPub. It splits an (X)HTML file into an array of parts, splitting at either a set max size or at a search string (both regexp or plain text supported), while retaining the HTML structure across the split point. When using a search string, the matching HTML entity/line is returned as the parts' array key. |
Class: |
EPub
Create ebook in EPUB format for ex. Apple iPad |
Author: |
By Asbjorn Grandt |
Last change: |
* Fixed: Issue #15, where name space declarations were erroneously stripped off the html tag of added chapters.
* 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.
* Fixed: Issue #17, where a function was called as a global. |
Date: |
10 years ago |
Size: |
7,396 bytes |
|
|
|