PHPackages                             eureka2/acroforms - 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. eureka2/acroforms

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

eureka2/acroforms
=================

PDF form filling

1.0.6(7y ago)124.4k41MITPHPPHP ^7.1.3

Since Jun 4Pushed 7y ago2 watchersCompare

[ Source](https://github.com/eureka2/acroforms)[ Packagist](https://packagist.org/packages/eureka2/acroforms)[ RSS](/packages/eureka2-acroforms/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (7)DependenciesVersions (8)Used By (1)

This library is a complete rewrite for php&gt; = 7.1 of [script93](http://www.fpdf.org/en/script/script93.php) developed by Olivier, with additional features:

- Supports linearized PDF forms
- Supports multi-pages PDF forms
- Supports PDF 'radio', 'check box' and 'choice' fields in addition to 'text' fields
- UTF-8 support

With this library, you can merge (inject) data into a PDF form (AcroForm), either from a PHP array, or from a FDF file.

Dependency
==========

[](#dependency)

- [PDFtk Server](https://www.pdflabs.com/tools/pdftk-server/)

Installation
============

[](#installation)

`composer require eureka2/acroforms`

Usage
=====

[](#usage)

- With a PHP array:

```
