Documentation
¶
Overview ¶
Package export provides a C ABI for the Folio PDF library. Every Go object exposed to C is stored in an opaque handle table. C callers receive uint64 handle IDs and never see raw Go pointers.
Error convention: all functions return int32 (0 = success, negative = error). Call folio_last_error() to retrieve the error message string.
Click to show internal directories.
Click to hide internal directories.