ajrcarey/pdfium-render

Add FPDFBookmark_*(), FPDFPageObj_*(), FPDFText_*(), and FPDFFont_*() bindings for 0.5.3.

ajrcarey opened this issue · 1 comments

Added bindings for FPDFBookmark_*(), FPDFPageObj_*(), FPDFText_*(), and FPDFFont_*() functions. Added PdfPageObjects, PdfPageText, and PdfBookmarks collections to high-level interface. Locked image crate version in Cargo.toml to ^0.23 as per #9. Added new examples/text and examples/objects examples. Bumped crate version to 0.5.3. Published to crates.io.

Spawned #11 to follow-up on a subtle bug somewhere in the WASM implementation of either FPDFTextObj_GetText() or utils::get_string_from_pdfium_utf16le_bytes() (or both).