Hi code masters,
I am thinking of doing a gift voucher system where it can print a nice pdf vouchre dynamically.
I have a pdf template for gift voucher. The problem is that, what module can I use to print those scalar values (customer details) onto the pdf and generate a nice gift voucher? How do I locate the area to put the corresponding details?
Thanks in advanced
Eric
Search Result
Collapse
3 results in 0.0013 seconds.
Keywords
Members
Tags
-
Splitting file into multiple files
Hi everyone,
I have a file that needs to be split into multiple files. A code determines when the split will occur. The problem I'm having is the number of different codes varies each time I'll run the program. For example, one time the file may look like this:
Code1, Name, address, city st zip
Code2, Name, address, city st zip
Code3, Name, address, city st zip
So this file would need three... -
importing a list of numbers from excel
I am new with python and programming in general so I am sorry if what I am about to say doesn't make any sense. I have several different lists of numbers in excel and I would like to save each individual list as something, eg. MyHighs. As of right now I have just put in the numbers my self as shown below...
My_High = (95, 96, 97, 95, 91, 93, 98, 97, 99, 101, 100, 100)
Actual_High = (100, 99, 95, 97, 91, 91, 102, 99, 100, 99,...