Page 1 of 1

Inventory System: Printing on a doc template

Posted: Mon Sep 07, 2009 5:36 am
by dilliwal
Hello Everyone,
i am making an inventory system for a customer according to his requirement he wants to print bills on his printed blank bills i just want to put up the values in right cells and columns

I am bit confused on how shud i make it happen
-- (html)should i calculate the exact position of the values in pixel to print (The Paper is A4 in size)
-- (doc) or should i convert it in doc and then print
or any other direction...

I have been looking such applications in shops at the time of billing :D

Re: Inventory System: Printing on a doc template

Posted: Mon Sep 07, 2009 5:57 am
by Salaria
I did the same problem with HTML DIVisons.

I think -- (html)should i calculate the exact position of the values in pixel to print (The Paper is A4 in size) is the best option.

Re: Inventory System: Printing on a doc template

Posted: Mon Sep 07, 2009 8:20 pm
by dilliwal
Thank You,
I will make a try now :)