Example #1
0
 def print_poem(self, *a):
     myexpoty = Exporter(self.parent, self.parent.db.name_poem(self.id_poem), 
                         self.lakab_poet, self.new_poem, self.new_font)
     myexpoty.print_pdf("execute_script", 'window.print();')
     print 'طباعة الصفحة'
Example #2
0
 def export_text(self, *a):
     myexpoty = Exporter(self.parent, self.parent.db.name_poem(self.id_poem), 
                         self.lakab_poet, self.new_poem, self.new_font)
     myexpoty.export_txt()