Module: PdfOxide::FFI::Bindings

Extended by:
FFI::Library
Defined in:
lib/pdf_oxide/ffi/bindings.rb

Overview

All FFI function bindings for PDF Oxide library Total: 315+ functions covering all PDF operations

Constant Summary collapse

PADES_LEVEL_B =

PAdES level enum codes (frozen). These are the int32 values ‘pdf_signature_get_pades_level` returns and the `level` field of `PadesSignOptionsC` takes. Keep the names mirrored against the Rust `PadesLevel` enum.

0
PADES_LEVEL_T =
1
PADES_LEVEL_LT =
2
PADES_LEVEL_LTA =
3