Include samples in Readme

This commit is contained in:
TheOnlyWayUp
2024-12-10 15:29:19 +00:00
parent ff10b3c6c9
commit b4c3cfeffb
2 changed files with 9 additions and 4 deletions
+2
View File
@@ -686,6 +686,8 @@ style="margin-bottom: 1rem;">""".format(
):
# PDF Generation with wkhtmltopdf, written to self.file
# At this stage, we have a bunch of HTML Files representing all the chapters that need to be generated. PDFKit handles ToC generation, so that's not included.
pdfkit.from_file(
chapter_filenames,
self.file.name,