sbi-rviot

Results 1 issues of sbi-rviot

I am running the basic example as follow: ``` import pydf pdf = pydf.generate_pdf('this is html') with open('test_doc.pdf', 'wb') as f: f.write(pdf) ``` and I get the following error: ```...