fsi.pdf ======= .. py:module:: fsi.pdf Classes ------- .. autoapisummary:: fsi.pdf.FsiPdf Module Contents --------------- .. py:class:: FsiPdf(*args: Any, toc_levels: int = 3, created: str = '', logo: str | None = None, link_color: str | None = None, underline_links: bool = False, underline_width: float | str = 0.5, skip_numbering: bool = False, **kwargs: Any) Bases: :py:obj:`onegov.pdf.Pdf` A PDF document. .. py:attribute:: previous_level_context :type: int | None :value: None .. py:property:: page_fn :type: collections.abc.Callable[[reportlab.pdfgen.canvas.Canvas, onegov.pdf.templates.Template], None] .. py:property:: page_fn_later :type: collections.abc.Callable[[reportlab.pdfgen.canvas.Canvas, onegov.pdf.templates.Template], None] .. py:property:: table_style :type: list[tuple[Any, Ellipsis]] .. py:method:: from_subscriptions(collection: onegov.fsi.collections.subscription.SubscriptionsCollection, layout: onegov.fsi.layout.DefaultLayout, title: str) -> io.BytesIO :classmethod: .. py:method:: from_audit_collection(collection: onegov.fsi.collections.audit.AuditCollection, layout: onegov.fsi.layouts.audit.AuditLayout, title: str) -> io.BytesIO :classmethod: