Pajdeg
0.2.2
Pajdeg
|
#include "PDContentStream.h"
Go to the source code of this file.
Functions | |
PDContentStreamRef | PDContentStreamCreateStreamPrinter (FILE *stream) |
PDF content stream printer header file.
Prints the commands of a content stream to e.g. stdout.
PDContentStreamRef PDContentStreamCreateStreamPrinter | ( | FILE * | stream | ) |
Create a content stream configured to print out every operation to the given file stream
This is purely for debugging Pajdeg and/or odd PDF content streams, or to learn what the various operators do and how they affect things.
stream | The file stream to which printing should be made |