convert kunal to KUnal in python
Answers
Answered by
5
In our recent project we needed to convert HTML to Pdf. We first tried PHP based library called tcpdf, but it has lots of limitations.
Finally solution was to use Qt. Here is the code written in PyQT:
import sys
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4.QtWebKit import *
Answered by
0
Answer:
I can't change my original name
Explanation:
mark as brainleast
Similar questions