PHPackages                             syntaxic/pdf-importer - 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. syntaxic/pdf-importer

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

syntaxic/pdf-importer
=====================

PDF Document Importer (FPDI alternative) by Syntaxic. Supports PDF versions up to 1.4.

00PHP

Since May 29Pushed 1w agoCompare

[ Source](https://github.com/Syntaxic-Labs/PDF-Importer)[ Packagist](https://packagist.org/packages/syntaxic/pdf-importer)[ RSS](/packages/syntaxic-pdf-importer/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Syntaxic PDF Importer
=====================

[](#syntaxic-pdf-importer)

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

**Syntaxic PDF Importer** is a lightweight, high-performance PHP library designed to import pages from existing PDF documents and use them as templates inside FPDF. It serves as a modern, clean, and fully rebranded alternative to SetaSign's FPDI.

Out of the box, the core package supports standard PDF templates up to version 1.4.

---

Features
--------

[](#features)

- **Easy PDF Importing**: Seamlessly import pages from existing PDF 1.4 templates.
- **FPDF Compatibility**: Works directly with `syntaxic/fpdf`.

---

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

[](#installation)

Install the package via Composer:

```
composer require syntaxic/pdf-importer
```

---

Basic Usage
-----------

[](#basic-usage)

Here is a quick example of how to import a page from a PDF template:

```
