documint.pdf.core
Documint PDF core functions.
page-images
(page-images page)
Return a `seq` of all X-Objects that are images within a set of PDF resources.
x-image-dpi
(x-image-dpi page x-img)
(x-image-dpi page x-img w h)
Calculate the DPI of an image on a page.
x-image-info
(x-image-info page x-img)
x-object-info
(x-object-info page x-obj)
Obtain a `hash-map` of detailed information specific to `x-obj`.
x-object-length
(x-object-length x-obj)
Determine the length in bytes of a `PDXObject`.
x-objects
(x-objects page resources pred)
Return a `seq` of all X-Objects within a set of PDF resources.
`PDFormXObject` resources will be recursed into.