RKDN / bgg_collection2pdf

Generate a PDF catalog of your boardgamegeek.com collection.
MIT License
24 stars 9 forks source link

Adding code specific item regarding direct pdf creation from script #5

Open frankk74 opened 2 years ago

frankk74 commented 2 years ago

This was requested over on BGG. It isn't clear if this will be implemented in the future or not? But here is a link to possible implementation method:

https://www.delftstack.com/howto/python/html-to-pdf-python/

mcdemarco commented 1 year ago

Pandoc is another way to generate PDFs. It can be integrated with python. (Though it can be run as a web server, the web server doesn't produce PDFs.)