commitall
This commit is contained in:
12
account/application/third_party/pdf/fpdm/ex-fdf.php
vendored
Normal file
12
account/application/third_party/pdf/fpdm/ex-fdf.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/***************************
|
||||
Sample using an FDF file
|
||||
****************************/
|
||||
|
||||
require('fpdm.php');
|
||||
|
||||
$pdf = new FPDM('template.pdf', 'fields.fdf');
|
||||
$pdf->Merge();
|
||||
$pdf->Output();
|
||||
?>
|
Reference in New Issue
Block a user