| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /tmp/calpy/weasyprint/__pycache__/ |
Upload File : |
�
Х=j�6 � �D � d Z ddlZddlZddlmZ ddlmZ ddlmZm Z ddl
mZmZ ddl
mZ dd lmZ dd
lmZ ddlmZ ddlmZ dd
lmZ ddlmZ ddlmZmZ ddlm Z ddl!m"Z" ddl#m$Z$m%Z% ddl&m'Z' ddl(m)Z) G d� d� � Z* G d� d� � Z+ G d� d� � Z,dS )zDocument generation management.� N)�md5)�Path� )�CSS�DEFAULT_OPTIONS)�gather_anchors�make_page_bookmark_tree)�get_all_computed_styles)�CounterStyle)�TargetCollector)� draw_page)�build_formatting_structure)�get_html_metadata)�get_image_from_uri)�
LayoutContext�layout_document)�PROGRESS_LOGGER)�Matrix)�VARIANTS�generate_pdf)�DocumentMetadata)�FontConfigurationc � � e Zd ZdZd� Zdd�ZdS )�PagezRepresents a single rendered page.
Should be obtained from :attr:`Document.pages` but not
instantiated directly.
c �* �� �� � � | _ �� � � | _ �fd�dD � � | _ g | _ g | _ i | _ d g i| _ t �| j | j | j | j � � �| _
d S )Nc �<