I would like to print invoices without the default box-layout (html-table with border/head/body/..).
Is there a solution to iterate trough all records without the default and "fixed" box:
So I could define an own Layout for the invoice?
Would like at least to change the grey background and the border-style from the table.
Is there maybe a particular css-file for?
I can NOT find anything similar in «yetiforcepdf» source-folder.
Would be great to get some hints/docs/links.
Regards and thank you
Martin
Hi mad99,
you can create your custom function. Into app/TextParser you can find all available functions (class into single php file)
If you are experienced with PHP, you can
Hey davide-alghi,
your information helped me a lot to know the TextParser code I found by accidence, while searching solutions in source-code, is the right place and to write an own TextParser is the right solution.
Thank you very much
Martin
Most helpful comment
Hi mad99,
you can create your custom function. Into app/TextParser you can find all available functions (class into single php file)
If you are experienced with PHP, you can