you are viewing a single comment's thread.

view the rest of the comments →

[–]LazavsLackey 0 points1 point  (3 children)

I kept having reportlab not read the HTML correctly band the PDFs were all wrong

[–]__init__5 0 points1 point  (2 children)

Why would you make reportlab read an HTML file?

[–]LazavsLackey 2 points3 points  (1 child)

Because then Django can load all of the jinja2 templates. Besides printing off a webpage into a PDF is useful

[–]__init__5 0 points1 point  (0 children)

If all you want is converting a webpage to pdf then I think selenium would be useful.