Name
pdf.GetCropBox -- get crop box from page dictionary (V1.2)
Synopsis
left, top, right, bottom = pdf.GetCropBox(id, page)
Function
This function can be used to get the "CropBox" entry from the page dictionary. The page specified in the page argument must have been previously loaded using pdf.LoadPage(). The PDF document specified by id must have been previously opened using pdf.OpenDocument().

Inputs
id
identifier of the PDF document to use
page
page number to use (starting from 1)
Results
left
left boundary
top
top boundary
right
right boundary
bottom
bottom boundary

Show TOC