Wp Book is WordPress Plugin that allows you to create PDF book for your posts, pages custom posts on different conditions and filters..
Thanks to mPDF PHP library, create pdf using PHP..
Thanks to jQueryUI JavaScript library, which the Plugin uses..
Thanks to select2 JavaScript library, which the Plugin uses...
The simplest way to install the plugin is to use the built-in plugin installer.
Go to plugins -> Add New and then enter wp-book to install it..
If for some reason the method doesn't work then you can download the plugin as zip file, extract it and then use your FTP client and then upload the contents of the zip file to the wp-content plugins directory of your WordPress installation and then activate the Plugin from Plugins page..
Change your PHP ini file and increase the script timeout and or amount of memory used by PHP process..
In particular try to change the following settings max execution time = 600 Maximum time of each script, in seconds max input time = Maximum amount of time each script may spend parsing request data memory limit = 256M Maximum amount of memory script may consume...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more