This directory contains PDFabrix templates contributed by the community.
Create your template with the PDFabrix desktop app, then export it as a Folder.
In Workspace → Templates:
- Design or open your template.
- Click Export → Folder.
- Choose a unique Folder ID and fill in the template metadata.
- Export the folder.
Each template must have this structure:
templates/
└── your-template-id/
├── meta.json
├── cover.png
└── template.pdfabrix
Use a short, unique ID:
- lowercase letters, numbers,
-, and_only - must start with a letter or number
- maximum 60 characters
Examples:
invoice-simple-a4
shipping-label
certificate-a4
| File | Description |
|---|---|
meta.json |
Template name, description, author, and contact email |
cover.png |
Template preview image |
template.pdfabrix |
Exported PDFabrix template |
Important: Use Export → Folder, not Export → Template. The single
.pdfabrixfile is not the format used in this directory.
- Fork this repository.
- Add your exported template folder under
templates/. - Commit and push your changes.
- Open a pull request against
main.
Before submitting, make sure the template imports and previews correctly in PDFabrix and that you have permission to share any included fonts, images, or other assets.
All submissions are reviewed before being added to the community gallery.
Maintainers: after merging template changes, run npm run gallery at the repository root to refresh the gallery in README.md.
For questions, open a GitHub issue or email support@pdfabrix.com.