ReptarX / pyfpdf

Automatically exported from code.google.com/p/pyfpdf
GNU Lesser General Public License v3.0
0 stars 0 forks source link

make table better #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sample Table Listing for web2py
2. pdf.set_font('Arial','',10)
3. head = THEAD(TR(TH("Header 1",_width="50%",_align='left'),

What is the expected output? What do you see instead?
Want to change the font size in the output table, but doesn't change.
Want to align the "Header 1" to the left, but doesn't align.

What version of the product are you using? On what operating system?
FPDF 1.7.1,  web2py 2.4.4 on win7

Please provide any additional information below.
I also try to change font color in the table, but doesn't work also. Thanks for 
help.

Original issue reported on code.google.com by czhang2...@gmail.com on 23 Mar 2013 at 7:12