PHPackages                             azhai2023/phpjasperxml - 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. azhai2023/phpjasperxml

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

azhai2023/phpjasperxml
======================

PHP PDF renderer of open source jasper report studio.

v1.0.1(2y ago)061BSD-3-ClausePHPPHP &gt;=7.4

Since Aug 22Pushed 2y agoCompare

[ Source](https://github.com/azhai2016/phpjasperxml)[ Packagist](https://packagist.org/packages/azhai2023/phpjasperxml)[ RSS](/packages/azhai2023-phpjasperxml/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (1)

Introduction
============

[](#introduction)

This is php library read jasper report designed file (.jrxml) and generate pdf file.

The goal of this project is to allow php developer design reasonable good printable pdf easily with concept WYSIWYG. However, since the .jrxml file design for java project, phpjasperxml not able to make it 100% compatible in php environment. Refer compatibility description to know what you can do and what you cannot do.

It completely rewrite since version 1.x, if you use version 1.x before please verify your output carefully since it is more compatible to jasper studio, but may not work perfectly at last version.

Install
=======

[](#install)

Latest phpjasperxml require php 7.4, and php extension like php-curl, php-intl, php-simplexml.

```
composer require simitgroup/phpjasperxml
```

How to use
==========

[](#how-to-use)

```
