Name
pdf.FreePage -- free PDF document page (V1.1)
Synopsis
pdf.FreePage(id, page)
Function
This function can be used to free a PDF document page loaded by pdf.LoadPage(). You have to pass the identifier of the PDF document to use in the id argument and the page number to free in the page argument. The page number must be in the range of 1 to the total number of pages in the document. The PDF document specified by id must have been opened using pdf.OpenDocument() before.

Inputs
id
identifier of the PDF document to use
page
page number to free (starting from 1)

Show TOC