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
  1. Getting Started
  2. Document Template

wkHTMLtoPDF's metadata

Metadata of wkHTMLtoPDF

{
  "driver": "wkhtmltopdf",
  "page-size": "A4", // A4|A3|... default if undefined
  "margin-top": "0mm", // default if undefined
  "margin-bottom": "0mm", // default if undefined
  "margin-left": "0mm", // default if undefined
  "margin-right": "0mm", // default if undefined
  "orientation": "Portrait|Landscape" // default Portrait if undefined
}

PreviousGotenberg's MetadataNextmPDF's metadata

Last updated 2 years ago