
    f(                     6    d Z ddlmZ ddlmZ  G d de      Zy)z$Export to PDF via a headless browser    )Bool   )
QtExporterc                   L    e Zd ZdZdZdZ edd      j                  d      Zy)	QtPDFExporterzWriter designed to write to PDF files.

    This inherits from :class:`HTMLExporter`. It creates the HTML using the
    template machinery, and then uses pyqtwebengine to create a pdf.
    zPDF via HTMLpdfTz
        Split generated notebook into multiple pages.

        If False, a PDF with one long page will be generated.

        Set to True to match behavior of LaTeX based PDF generator
        )help)configN)	__name__
__module____qualname____doc__export_from_notebookformatr   tagpaginate     T/var/www/cvtools/html/venv/lib/python3.12/site-packages/nbconvert/exporters/qtpdf.pyr   r      s7     *F	 
cc r   r   N)r   	traitletsr   qt_exporterr   r   r   r   r   <module>r      s    *
  #J r   