PHPackages                             superbig/craft-batchpdfexport - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. superbig/craft-batchpdfexport

AbandonedArchivedCraft-plugin[PDF &amp; Document Generation](/categories/documents)

superbig/craft-batchpdfexport
=============================

Mass export PDF invoices in one go

1.0.4(5y ago)03.9k1[1 PRs](https://github.com/superbigco/craft-batchpdfexport/pulls)MITPHP

Since Nov 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/superbigco/craft-batchpdfexport)[ Packagist](https://packagist.org/packages/superbig/craft-batchpdfexport)[ RSS](/packages/superbig-craft-batchpdfexport/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

Batch PDF Export plugin for Craft CMS 3.x
=========================================

[](#batch-pdf-export-plugin-for-craft-cms-3x)

Mass export PDF invoices in one go.

*This plugin costs $29 when used in production (After that, it's $15/year to receive updates).*

[![Icon](resources/icon.png)](resources/icon.png)

Screenshots
-----------

[](#screenshots)

[![Screenshot](resources/batch-pdf-export-screenshot.png)](resources/batch-pdf-export-screenshot.png)

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require superbig/craft-batchpdfexport

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Batch PDF Export.

Batch PDF Export Overview
-------------------------

[](#batch-pdf-export-overview)

After you install it, the option Export PDFs will be available under the element actions menu when you select 1 or more order in the Commerce orders list.

Configuring Batch PDF Export
----------------------------

[](#configuring-batch-pdf-export)

This plugin uses the settings *Order PDF Template* and *Order PDF Filename Format* in *Commerce -&gt; General Settings* to generate the PDFs by default.

In general, if the normal PDF download works, the batch export should also work.

If you want to add custom labels and templates, you can use the Plugin settings to enable this.

You can also override the options with a config file called `batch-pdf-export.php`:

```
