1

Platform: Kivy

With this code am able to print a python string variable to the default printer. How can I get a dialog to select a different printer with different margins and layouts as such?

Regular Printing

open(self.filename, "w").write(finalString)
os.startfile(self.filename, "print")

Desired Output that has print destination example

enter image description here

Johnn Kaita
  • 432
  • 1
  • 3
  • 13
  • Does this answer your question? [Print to a specific printer with os.startfile()](https://stackoverflow.com/questions/60419763/print-to-a-specific-printer-with-os-startfile) – Random Davis Nov 16 '20 at 16:27

0 Answers0