Buffer processor

The fz_buffer_processor is designed to produce a fz_buffer from an input stream of operators. This is frequently found coupled with a fz_filter_processor, to gather up the filtered version of the operator stream ready for reinsertion into the document.


\begin{lstlisting}
/*
pdf_new_buffer_processor: Create a buffer processor. This...
...r_processor(fz_context *ctx, fz_buffer *buffer, int ahxencode);
\end{lstlisting}

This is built using a fz_output_processor.