Printing onto pre-printed forms.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nemorton
Forum Newbie
Posts: 2
Joined: Fri Jan 23, 2009 4:22 am

Printing onto pre-printed forms.

Post 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
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Printing onto pre-printed forms.

Post by onion2k »

Generate a PDF file (with fpdf or something). That will give you considerably more control over printing.
nemorton
Forum Newbie
Posts: 2
Joined: Fri Jan 23, 2009 4:22 am

Re: Printing onto pre-printed forms.

Post by nemorton »

Perfect! Many thanks.
Post Reply