Skip to main content

Module eps

Module eps 

Source
Expand description

EPS file support: DOS binary header stripping and BoundingBox parsing.

Functionsยง

content_is_epsf
Detect EPS by content: checks if the first line contains EPSF (e.g. %!PS-Adobe-2.0 EPSF-1.2).
read_eps_bounding_box
Parse a %%BoundingBox or %%HiResBoundingBox DSC comment from EPS data.
strip_dos_eps_header
Strip a DOS EPS binary header if present, returning the PostScript portion.