xpdfSpliceCloseInput

Close an input PDF file.
void xpdfSpliceCloseInput(XpdfSpliceInputHandle in)
This function closes an input PDF file (which was opened with xpdfSpliceOpenInput, etc.) and frees all associated memory.

IMPORTANT: The PDF file on disk or memory must not be deleted or modified until after xpdfSpliceCloseInput is called.

C:
XpdfSpliceInputHandle in; in = xpdfSpliceOpenInput("c:/test/file.pdf"); ... xpdfSpliceCloseInput(in);
xpdfSpliceOpenInput
xpdfSpliceOpenInputW
xpdfSpliceOpenInputWithPassword
xpdfSpliceOpenInputWithPasswordW
xpdfSpliceOpenInputMem
xpdfSpliceOpenInputMemWithPassword