Download the PHP package bccampus/pressbooks-mpdf without Composer
On this page you can find all versions of the php package bccampus/pressbooks-mpdf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bccampus/pressbooks-mpdf
More information about bccampus/pressbooks-mpdf
Files in bccampus/pressbooks-mpdf
Package pressbooks-mpdf
Short Description Open source PDF generation for Pressbooks via the mPDF library.
License GPL-2.0+
Homepage https://github.com/bccampus/pressbooks-mpdf
Informations about the package pressbooks-mpdf
This project has reached the end of its development. Feel free to browse the code, but please use other alternatives.
mPDF for Pressbooks
Open source PDF generation for Pressbooks via the mPDF library.
Description
mPDF is an open source PHP class that generates PDF files from HTML.
This plugin is an open source alternative for PDF generation if the license fee for PrinceXML is a barrier for users of Pressbooks.
Pressbooks is a requirement in order for this plugin to do anything useful.
Installation
IMPORTANT!
You must first install Pressbooks. This plugin won't work without it. The Pressbooks github repository is updated frequently. Stay up to date.
What is mPDF?
mPDF: A PHP library to generate PDF files from HTML with Unicode/UTF-8 and CJK support
It is based on FPDF and HTML2FPDF with a number of enhancements.
Using Git
- cd /wp-content/plugins
git clone https://github.com/BCcampus/pressbooks-mpdf.git
- Activate the plugin at the network level, through the 'Plugins' menu in WordPress
OR, go to the WordPress Dashboard
- Navigate to the Network Admin -> Plugins
- Search for 'mPDF for Pressbooks'
- Click 'Network Activate'
OR, upload manually
- Upload
pressbooks-mpdf
to the/wp-content/plugins/
directory - Activate the plugin at the network level, through the 'Plugins' menu in WordPress
Changelog
See: https://github.com/BCcampus/pressbooks-mpdf/commits/master for more detail
How to contribute code
Pull requests are enthusiastically received and scrutinized for quality.
- The best way is to initiate a pull request on GitHub.