zakari1231

Results 2 comments of zakari1231

hello whene i change this line ``` loader.load(QUrl(url)) ``` to ``` loader.load(QUrl('https://developer.mozilla.org/en-US/docs/Web/CSS/page-break-after')) ``` It kinda do what you want to do But I suggest using the print function that you...

I'm not sure if I understand what you want exactly, but if you want to make it look like a pdf file with multiple page maybe try this ``` layout.setPageSize(QPageSize(getattr(QPageSize,...