Skip to content
Fery Wardiyanto edited this page Jan 4, 2015 · 9 revisions

Welcome to Unofficial FPDF Wiki

Build Status

Introduction

Unofficial FPDF library with PSR-0 compliant, clean and readable code

Credit

Installation

The package exists in the packagist repository as feryardiant/fpdf.

Usage

require 'vendor/autoload.php';

$fpdf = new Fpdf\Fpdf();

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software to use, copy, modify, distribute, sublicense, and/or sell copies of the software, and to permit persons to whom the software is furnished to do so.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.

Clone this wiki locally