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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

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.


All versions of pressbooks-mpdf with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
mpdf/mpdf Version ^8.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bccampus/pressbooks-mpdf contains the following files

Loading the files please wait ....