dmnc / pdml
100% PHP for easily creating complex PDF documents
Installs: 7 632
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 1
Requires
- itbz/fpdf: ^1.7
This package is auto-updated.
Last update: 2025-03-13 10:33:31 UTC
README
This is a composer and PSR-4 compatible version of PDML based on v1.0.
Classes (all one of them) have been moved into a pdml
namespace.
To install simply composer require dmnc/pdml
.
Original README.txt
http://www.pdml-pdf.net/ http://sourceforge.net/projects/pdml/
Introduction
PDML is an informal markup language written in 100% PHP, allowing to create complex PDF documents very easily for people already familiar with HTML. People familiar with PHP can also use it as a way to define templates for dynamic PDF documents. The PDML project was developed by Henri T. (metal_hurlant). Because we think this project is very useful we want to continue this project. PDML is built on top of FPDF, and is licensed under the GPL
Contact
Please contact us at our SF forum: https://sourceforge.net/projects/pdml/forums/forum/370404
Installation
Just unzip these files in your web directory and include pdml.php into your PHP page. The file example1.php is provided as simple example.
Licensing
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program (in the file COPYING); if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA