Automating Document Printing with Python: A Step-by-Step Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 17

  • @evgenyn1529
    @evgenyn1529 ปีที่แล้ว +3

    Great video, thanks very much.
    How do you pass settings to the printer (e.g. page size, zoom, etc)

    • @q-programmingtech
      @q-programmingtech  ปีที่แล้ว +1

      Soon, I'll be uploading another video where I'll demonstrate how you can navigate through printing page customization settings.

    • @Proctile
      @Proctile 10 หลายเดือนก่อน +1

      @@q-programmingtech Hi. I was wondering whether that video has already been uploaded? I can't seem to locate it. Thanks for your useful guides

  • @availtechnologies
    @availtechnologies ปีที่แล้ว +1

    how do i sent a cut command?

  • @aliciftci7228
    @aliciftci7228 7 หลายเดือนก่อน

    The code does not throw any errors anywhere. My jpeg file is queued for printing but the process finishes before printing. What can I do ?

  • @Matt___B
    @Matt___B 10 หลายเดือนก่อน

    how do i print multiple copies without using that whole code in a for loop?

  • @RufflesAndFlowers
    @RufflesAndFlowers ปีที่แล้ว

    Hi I have a program in idle that I would first run, then I want to print out the results as if I was printing it off Word so that it's correctly formatted to A4 size. Would this let me do that? Thank you for your help.

    • @q-programmingtech
      @q-programmingtech  ปีที่แล้ว

      Yes, that code should work on it as well. Just replace the file with yours. Thanks.

  • @AliHassan-io1pq
    @AliHassan-io1pq ปีที่แล้ว +1

    very informative :)

  • @dr.fatimaahsan1761
    @dr.fatimaahsan1761 ปีที่แล้ว +2

    Great

  • @henrikstaaf3293
    @henrikstaaf3293 ปีที่แล้ว

    What if you want to connect to a printer that is remote? Lets say I have a printer at tue office and I want to print from my home. How do I do tha?

    • @q-programmingtech
      @q-programmingtech  ปีที่แล้ว

      Video code will show you the list of all available printer on current network even if they are connected through remotely

  • @aquah202002
    @aquah202002 ปีที่แล้ว

    all seems to work only the document is not printing . I even see the document in the print queue. But nothing comes out of the printer

    • @q-programmingtech
      @q-programmingtech  ปีที่แล้ว

      That's strange 🤔. Could you please test your printer manually by printing a sample to check if it's working properly?

    • @mattbuckingham7760
      @mattbuckingham7760 10 หลายเดือนก่อน

      I'm seeing the same thing, have tested thoroughly and the printer works.
      The correct file reaches the correct print queue, hangs for about 2-3 seconds and then disappears without printing. Any ideas?

    • @aliciftci7228
      @aliciftci7228 7 หลายเดือนก่อน

      Hello, I have the same situation, the document is queued but it is not printed. Were you able to resolve this situation? @aquah202002