'printer not printing pdf that is generated using reportlab
from reportlab.pdfgen import canvas
c = canvas.Canvas("hello.pdf")
c.drawString(100,750,"Welcome to Reportlab!")
c.save()
this is my simple python code it generates pdf successfully with Welcome to Reportlab! pdf view shows this text but when i printing this pdf with my canon printer printer not printing any text please help me...
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
