Output processor

The fz_output_processor is designed to produce an output stream 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_output_processor: Create an output processor. Thi...
...tput_processor(fz_context *ctx, fz_output *out, int ahxencode);
\end{lstlisting}

The component parts of this processor are generally functions named pdf_out_....