I used my test-code: from xhtml2pdf import pisa def helloWorld(): filebase = 'test' handle=open(filebase+'.html','ro') pdf = pisa.CreatePDF(handle.read() ...
確定! 回上一頁