) self.printer.setOutputFileName("test.pdf") # Ecriture finale du fichier PDF self.doc.print_(self.printer) if __name__ == '__main__': app = QApplication(sys.argv) ### # Pictures (3 pictures) img_ref_art_1 = os.path.expanduser('~')+os.sep+"college/cours/Cours_Travaux_a_fair...