DocKing - ShipSaaS
Docking GitHub
  • DocKing from ShipSaaS
  • Architecture
  • Requirements
  • PDF Engines
    • Gotenberg
    • WkHTMLtoPDF
    • mPDF
  • Upgrade Notes
    • v1.4.0
    • v1.3.2
    • v1.3.1
    • v1.3.0
    • v1.2.0
    • v1.1.2
    • v1.1.1
    • v1.1.0
  • Usage
    • Basic
    • Endpoints
    • Webhook
    • Maintain IDs/Keys from Services
  • Getting Started
    • Environment Variables
    • Run on Local
      • Normal Run
      • Docker
    • Storage
    • Console UI
    • Document Template
      • Gotenberg's Metadata
      • wkHTMLtoPDF's metadata
      • mPDF's metadata
    • Templating Mode
    • Fonts
    • Octane / High-perf mode
    • Localization
  • Deployment
    • Linux VPS / Dedicated Server
    • Docker
Powered by GitBook
On this page
  • Rating
  • Installation
  1. PDF Engines

mPDF

No-dependency PDF Driver - everything in PHP

DocKing Identifier Key: mpdf

One of the long-life drivers on the PHP battlefield as well.

Rating

  • Speed: ⭐️⭐️⭐️⭐️

  • Friendly (HTML, CSS, Styling,...): ⭐️⭐️⭐️⭐️

  • Installation: ⭐️⭐️⭐️⭐️

Installation

There is no actual software you need to install. You only need to ensure these PHP extensions are available:

  • gd

  • bcmath

  • xml (optional - if you want to use SVG)

  • zlib (optional)

mPDF is available since v1.1.0

PreviousWkHTMLtoPDFNextUpgrade Notes

Last updated 2 years ago