Skip to content

Commit

Permalink
Added additional filled form example for flatten annotations demo
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSlabon committed Dec 4, 2024
1 parent bcdb830 commit 655d8fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added assets/pdfs/tektown/Order-Form-filled.pdf
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions public/demos/1-Core/annotations/5-flatten/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// if the SetaPDF-FormFiller component is installed add a demo document with a signature field
if (class_exists(\SetaPDF_FormFiller::class)) {
$files[] = $assetsDirectory . '/pdfs/tektown/Laboratory-Report - commented-and-signed.pdf';
$files[] = $assetsDirectory . '/pdfs/tektown/Order-Form-filled.pdf';
$files[] = $assetsDirectory . '/pdfs/tektown/Subscription-tekMag-filled.pdf';
}

$path = displayFiles($files);
Expand Down

0 comments on commit 655d8fc

Please sign in to comment.