Behaviour for document conversion adapters.
Allows swapping between different conversion tools (ImageMagick, etc.) or using test stubs.
Summary
Callbacks
Converts a PDF to PNG format.
Types
Callbacks
@callback convert_pdf_to_png(pdf_data :: binary(), opts :: keyword()) :: convert_result()
Converts a PDF to PNG format.
Returns the PNG binary data on success.