mpdf/examples

There is no license information available for the latest version (dev-development) of this package.

Example repository for Mpdf HTML to PDF generator

Installs: 66

Dependents: 0

Suggesters: 0

Security: 0

Stars: 128

Watchers: 16

Forks: 150

Open Issues: 4

pkg:composer/mpdf/examples

dev-development 2023-06-06 04:41 UTC

This package is auto-updated.

Last update: 2025-10-06 10:07:31 UTC


README

How to use

  1. Clone the repository or download the ZIP release
  2. Initialize dependencies by running $ composer install
  3. Then run example PHP files either from command line or from the browser
    • In the command line, the files are sent to stdout, the most convenient is to redirect them to file with > operator
    • In the browser, the output is sent inline to the browser so it should display in default PDF viewer

There is a generated list of example links for browser in the repository index.php file.