module Pdfjpeg: sig .. end
sig
end
PDF JPEG support
val get_jpeg_data : Pdfio.input -> Pdfio.bytes
Pdfio.input -> Pdfio.bytes
Return the JPEG data starting at the current position in the Pdfio.input, leaving the input ready to read the first byte following the JPEG data.
Pdfio.input