removed debug statements, fixed tables in PDF format
svn: r269
This commit is contained in:
parent
a8de3b1ca0
commit
96c8acbcac
@ -128,7 +128,6 @@ def mk_thumb(source,dest,size):
|
|||||||
os.system(cmd)
|
os.system(cmd)
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
print "Creating thumbnail",dest,"from",source
|
|
||||||
im = PIL.Image.open(source)
|
im = PIL.Image.open(source)
|
||||||
im.thumbnail((size,size))
|
im.thumbnail((size,size))
|
||||||
im.save(dest,"JPEG")
|
im.save(dest,"JPEG")
|
||||||
|
@ -570,8 +570,6 @@ class TextDoc:
|
|||||||
self.rmargin = 2.54
|
self.rmargin = 2.54
|
||||||
self.title = ""
|
self.title = ""
|
||||||
|
|
||||||
print self.height, self.width
|
|
||||||
|
|
||||||
self.font = FontStyle()
|
self.font = FontStyle()
|
||||||
self.style_list = styles.get_styles()
|
self.style_list = styles.get_styles()
|
||||||
self.table_styles = {}
|
self.table_styles = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user