Hi,
I am building an application which needs to print invoices.
The invoices are to be printed on pre-printed paper.
I'm looking for the best way to format print output using PHP.
I hope someone can point me in the right direction.
Many thanks!
Neil
Printing onto pre-printed forms.
Moderator: General Moderators
Re: Printing onto pre-printed forms.
Generate a PDF file (with fpdf or something). That will give you considerably more control over printing.
Re: Printing onto pre-printed forms.
Perfect! Many thanks.