Greetings,
In “function church_admin_premium_address_pdf_v1” you have the ability to print an address on one line or two. You split the address line at the comma. Many thanks, that works beautifully!
There is a problem however, in pdf_creator.php approximately line 710. You have a case statement with the options ‘single’ or ‘multi’ followed by a single line increment ($outputlines +=1;). If you split the address at the comma, you should increment $outputlines += 2 or 3.
I have tested moving the increment of $outputlines into the case statement, and it works.
====================
Would it be possible to pass the left-hand margin size to the call of fPDF to allow for binding the directory?
Many thanks.