Module pdfium_render::bindings

source ·
Expand description

Defines the PdfiumLibraryBindings trait, containing run-time bindings to the FPDF_* functions exported by the Pdfium library.

Doc comments on functions in this trait are taken directly from the Pdfium header files and as such are copyright by the Pdfium authors and Google. They are reproduced here as a courtesy for API consumers. The original comments can be found in the Pdfium repository at: https://pdfium.googlesource.com/pdfium/+/refs/heads/main/public/

Traits§

  • Platform-independent function bindings to an external Pdfium library. On most platforms this will be an external shared library loaded dynamically at runtime, either bundled alongside your compiled Rust application or provided as a system library by the platform. On WASM, this will be a set of Javascript functions exposed by a separate WASM module that is imported into the same browser context.