extract_eps_bounding_box method

extract_eps_bounding_box

Reads EPS file and extracts bounding box of EPS image from %%BoundingBox comment or bounds for default page size (0, 0, 595, 842) if it doesn’t exist.

Returns

The bounding box of the EPS image.

def extract_eps_bounding_box(self):
    ...

See Also