xpdfSpliceCloseOutput

Close an output PDF file.
void xpdfSpliceCloseOutput(XpdfSpliceOutputHandle out)
This function closes an output PDF file (which was opened with xpdfSpliceOpenOutput or xpdfSpliceOpenOutputW) and frees all associated memory.
C:
XpdfSpliceOutputHandle out; out = xpdfSpliceOpenOutput("c:/test/newfile.pdf", 1.6); ... xpdfSpliceCloseOutput(out);
xpdfSpliceOpenOutput
xpdfSpliceOpenOutputW