Computer Science, asked by kunalsharma2511, 8 months ago

convert kunal to KUnal in python

Answers

Answered by Anonymous
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 kunalkafunda
0

Answer:

I can't change  my original name

Explanation:

mark as brainleast

Similar questions