
    h5j                    >    d dl mZ 	  G d de      Z G d de      Zy)    )annotationsc                      e Zd ZdZy)DependencyErrorzCA third party dependency is needed to extract streams of this type.N__name__
__module____qualname____doc__     I/var/www/html/qr/venv/lib/python3.12/site-packages/pikepdf/_exceptions.pyr   r   	   s    Mr   r   c                      e Zd ZdZy)PageCopyWarningaP  Form fields or named destinations may be lost when copying pages.

    Emitted when copying pages between documents (e.g. ``pages.extend()``) in a
    way that drops or orphans AcroForm form fields or fails to carry named
    destinations referenced by the copied pages. Use
    :meth:`pikepdf.Pdf.add_pages_from` to preserve them.
    Nr   r   r   r   r   r      s    r   r   N)
__future__r   	Exceptionr   UserWarningr   r   r   r   <module>r      s'    # HNi Nk r   