add pdf and mobi libraries

This commit is contained in:
tcit
2014-07-24 15:49:36 +02:00
parent 2b58426b2d
commit 4188f38ad5
297 changed files with 126557 additions and 7 deletions

View File

@ -0,0 +1,11 @@
<?php
define("NO_COMPRESSION", 1);
define("PALMDOC_COMPRESSION", 2);
define("HUFF", 17480);
define("RECORD_SIZE", 4096);
define("NO_ENCRYPTION", 0);
define("MOBIPOCKET_BOOK", 2);
define("CP1252", 1252);
define("UTF8", 65001);