bccampus/pressbooks-mpdf

This package is abandoned and no longer maintained. No replacement package was suggested.

Open source PDF generation for Pressbooks via the mPDF library.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 10

Forks: 10

Open Issues: 19

Type:wordpress-plugin

3.3.1 2019-04-11 15:48 UTC

README

This project has reached the end of its development. Feel free to browse the code, but please use other alternatives.

mPDF for Pressbooks

Build Status

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

  1. cd /wp-content/plugins
  2. git clone https://github.com/BCcampus/pressbooks-mpdf.git
  3. Activate the plugin at the network level, through the 'Plugins' menu in WordPress

OR, go to the WordPress Dashboard

  1. Navigate to the Network Admin -> Plugins
  2. Search for 'mPDF for Pressbooks'
  3. Click 'Network Activate'

OR, upload manually

  1. Upload pressbooks-mpdf to the /wp-content/plugins/ directory
  2. 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.