Page 1 of 1

Printing onto pre-printed forms.

Posted: Fri Jan 23, 2009 4:25 am
by nemorton
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

Re: Printing onto pre-printed forms.

Posted: Fri Jan 23, 2009 4:33 am
by onion2k
Generate a PDF file (with fpdf or something). That will give you considerably more control over printing.

Re: Printing onto pre-printed forms.

Posted: Fri Jan 23, 2009 9:14 am
by nemorton
Perfect! Many thanks.