# mpdf-examples **Repository Path**: go_team/mpdf-examples ## Basic Information - **Project Name**: mpdf-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-23 - **Last Updated**: 2022-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mPDF examples repository ## How to use 1. Clone the repository or download the ZIP release 2. Initialize dependencies by running `$ composer install` - You will need to have [composer installed](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx). 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.