This commit is contained in:
parent
47f04a6ff7
commit
69ca5b75c1
|
|
@ -750,7 +750,7 @@ class PDFGenerator:
|
||||||
Returns:
|
Returns:
|
||||||
PDF file content as bytes
|
PDF file content as bytes
|
||||||
"""
|
"""
|
||||||
from reportlab.platypus import TableOfContents, Paragraph, Spacer, PageBreak, Image
|
from reportlab.platypus import Paragraph, Spacer, PageBreak, Image
|
||||||
from reportlab.lib.styles import ParagraphStyle
|
from reportlab.lib.styles import ParagraphStyle
|
||||||
from reportlab.lib.colors import HexColor
|
from reportlab.lib.colors import HexColor
|
||||||
from reportlab.lib.units import cm
|
from reportlab.lib.units import cm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue