Which file generates the pdf for the form to be printed? We would like to add something on top of the forms and for our demo we want to add a picture watermark… Also which class is used to generate pdfs on openemr?
The file used to generate the HCFA form pdf is ‘interface/billing/billing_process.php’. The class used is ‘library/classes/class.ezpdf.php’. Refer ‘Cezpdf()’ in same file to get more insight.