Plugin screenshot thumbnail 1/3
Plugin screenshot thumbnail 2/3
Plugin screenshot thumbnail 3/3

Creating PDF is easy and fast now with Super PDF. Plug, Twig and play. Super PDF is backed with DomPDF library and gives you full power to covert your twig templates into PDF. You can pass external CSS and HTML 4.0 attributes working with it. All the functionality DomPDF gives can be accessible easily in Super PDF.

PDF from HTML:

{% set html %}
    <h1>This is a basic example</h1>
    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.</p>
{% endset %}

{% set settings = {
    filename: "My_PDF",
} %}

{{ craft.superpdf.html(html, settings) }}

PDF from Twig template:

{% set settings = {
    filename: "My_PDF",
} %}

{% set vars = {
    entry : entry,
    data : data
} %}

{{ craft.superpdf.template("template/_pdf_template", settings, vars) }}

Plus $19/year after one year.

Installation Instructions

To install this plugin, copy the command above to your terminal.

Active Installs
283
Version
5.0.0
License
Craft
Compatibility
Craft 3, Craft 4, Craft 5
Last release
March 27, 2024
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs