
    Mh(                     >    d Z ddlmZ ddlmZ  G d de          ZdS )z$Export to PDF via a headless browser    )Bool   )
QtExporterc                   \    e Zd ZdZdZdZ ed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     Y/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/nbconvert/exporters/qtpdf.pyr   r      sW          *Ft	 	 	 
cc HHr   r   N)r   	traitletsr   qt_exporterr   r   r   r   r   <module>r      se    * *
       # # # # # #    J     r   