PMCORE-3540 BE: Generate a output document using the header, footer and pagination defined

This commit is contained in:
Roly Gutierrez
2022-01-17 09:44:48 -04:00
parent a65ea8cd92
commit beacac5a5b
9 changed files with 1788 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace ProcessMaker\PDF;
class HeaderStruct
{
/**
* Using basic struct for header properties.
*/
use BasicStruct;
}