coreydoughty / Fpdf

A composer wrapper around the great php FPDF class. All credit to them.
Other
45 stars 25 forks source link

Extensions #22

Open wblessen opened 1 week ago

wblessen commented 1 week ago

Do you have an example, of how to add extensions?

I am trying to create a PDF/A-3 compatible PDF?

Is it possible to load

http://www.fpdf.org/en/script/script103.php

coreydoughty commented 1 week ago

Not tested but you should be able to use that script with adding something like "use Fpdf\Fpdf;" on the top of the file instead of the "require('fpdf.php');" line. You'd also need to change "extends FPDF" to "extends Fpdf"