removed unwanted trailing spaces from fpdf

This commit is contained in:
mdipierro
2012-08-23 08:36:50 -05:00
parent d03bf8af88
commit 36c1915883
8 changed files with 245 additions and 239 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-23 08:35:38) dev Version 2.00.0 (2012-08-23 08:36:47) dev
+2
View File
@@ -14,3 +14,5 @@ except ImportError:
warnings.warn("web2py gluon package not installed, required for html2pdf") warnings.warn("web2py gluon package not installed, required for html2pdf")
from template import Template from template import Template
+1
View File
@@ -154,3 +154,4 @@ fpdf_charwidths['zapfdingbats']={
'\xdc':927,'\xdd':928,'\xde':928,'\xdf':834,'\xe0':873,'\xe1':828,'\xe2':924,'\xe3':924,'\xe4':917,'\xe5':930,'\xe6':931,'\xe7':463,'\xe8':883,'\xe9':836,'\xea':836,'\xeb':867,'\xec':867,'\xed':696,'\xee':696,'\xef':874,'\xf0':0,'\xf1':874, '\xdc':927,'\xdd':928,'\xde':928,'\xdf':834,'\xe0':873,'\xe1':828,'\xe2':924,'\xe3':924,'\xe4':917,'\xe5':930,'\xe6':931,'\xe7':463,'\xe8':883,'\xe9':836,'\xea':836,'\xeb':867,'\xec':867,'\xed':696,'\xee':696,'\xef':874,'\xf0':0,'\xf1':874,
'\xf2':760,'\xf3':946,'\xf4':771,'\xf5':865,'\xf6':771,'\xf7':888,'\xf8':967,'\xf9':888,'\xfa':831,'\xfb':873,'\xfc':927,'\xfd':970,'\xfe':918,'\xff':0} '\xf2':760,'\xf3':946,'\xf4':771,'\xf5':865,'\xf6':771,'\xf7':888,'\xf8':967,'\xf9':888,'\xfa':831,'\xfb':873,'\xfc':927,'\xfd':970,'\xfe':918,'\xff':0}
+1
View File
@@ -1879,3 +1879,4 @@ class FPDF(object):
x += gap x += gap
+1
View File
@@ -394,3 +394,4 @@ class HTMLMixin(object):
h2p = HTML2FPDF(self) h2p = HTML2FPDF(self)
h2p.feed(text) h2p.feed(text)
+1
View File
@@ -299,3 +299,4 @@ if __name__ == "__main__":
os.system("evince ./invoice.pdf") os.system("evince ./invoice.pdf")
else: else:
os.system("./invoice.pdf") os.system("./invoice.pdf")