Skip to main content

Module lopdf_backend

Module lopdf_backend 

Source
Expand description

lopdf-based PDF parsing backend.

Implements PdfBackend using the lopdf crate for PDF document parsing. This is the default backend for pdfplumber-rs.

Structsยง

LopdfBackend
The lopdf-based PDF backend.
LopdfDocument
A parsed PDF document backed by lopdf.
LopdfPage
A reference to a single page within a LopdfDocument.