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ยง
- Lopdf
Backend - The lopdf-based PDF backend.
- Lopdf
Document - A parsed PDF document backed by lopdf.
- Lopdf
Page - A reference to a single page within a
LopdfDocument.