Hi David. I report that it is a bug, I think. The `pdf_stm_install_filter' function returns PDF_OK even when filter's _init function failed. It would useful since some filters could fail if it is missing parameters.
Right. I just pushed a patch that makes 'pdf_stm_install_filter' aware of any error reported by the initialization function in the filter implementation. Thanks for the report.
