o
    i(                     @   s0   d Z ddlmZ ddlmZ G dd deZdS )z$Export to PDF via a headless browser    )Bool   )
QtExporterc                   @   s,   e Zd ZdZdZdZedddjddZdS )	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 r   r   T/var/www/edux/Edux_v2/venv/lib/python3.10/site-packages/nbconvert/exporters/qtpdf.pyr      s    	
r   N)r   	traitletsr   qt_exporterr   r   r   r   r   r   <module>   s    