Ilyas KHIAT
commited on
Commit
·
6e49f2d
1
Parent(s):
8be7fae
pdf export
Browse files- export_doc.py +0 -1
export_doc.py
CHANGED
@@ -140,7 +140,6 @@ def create_pdf_from_markdown(logo_path, conversation,summary,brand_name,graph_ht
|
|
140 |
|
141 |
# Convert HTML to PDF with header and footer
|
142 |
pdf = pdfkit.from_file("footer.html", options={
|
143 |
-
'footer-html': 'footer.html',
|
144 |
'footer-right': '[page]/[toPage]',
|
145 |
'footer-font-size': '10',
|
146 |
'footer-spacing': '5',
|
|
|
140 |
|
141 |
# Convert HTML to PDF with header and footer
|
142 |
pdf = pdfkit.from_file("footer.html", options={
|
|
|
143 |
'footer-right': '[page]/[toPage]',
|
144 |
'footer-font-size': '10',
|
145 |
'footer-spacing': '5',
|