Pdfcodecval debug : bool refval flate_level : int refval get_streamchar : int ref -> Pdfio.input -> charval encode_ASCIIHex : Pdfio.bytes -> Pdfio.bytesval decode_ASCIIHex : Pdfio.input -> Pdfio.bytesval decode_ASCII85_i : Pdfio.input -> char list -> char list -> Pdfio.bytesval decode_ASCII85 : Pdfio.input -> Pdfio.bytesval encode_ASCII85 : Pdfio.bytes -> Pdfio.bytesval bytes_of_strings_rev : string list -> Pdfio.bytesval flate_process :
((bytes -> int) -> (bytes -> int -> unit) -> 'a) ->
Pdfio.bytes ->
Pdfio.bytesval decode_flate_input : Pdfio.input -> Pdfio.bytesval encode_flate : Pdfio.bytes -> Pdfio.bytesval debug_stream_serial : int refval debug_stream : Pdfio.bytes -> unitval decode_flate : Pdfio.bytes -> Pdfio.bytesval decode_lzw : int -> Pdfio.input -> Pdfio.bytesval read_white_code : Pdfio.bitstream -> intval read_black_code : Pdfio.bitstream -> intval read_mode : Pdfio.bitstream -> modesval decode_CCITTFax :
int ->
'a ->
bool ->
int ->
int ->
'b ->
bool ->
'c ->
Pdfio.input ->
Pdfio.bytesval decode_tiff_predictor : int -> int -> int -> Pdfio.bytes -> Pdfio.bytesval decode_predictor : int -> int -> int -> int -> Pdfio.bytes -> Pdfio.bytesval encode_predictor : int -> 'a -> 'b -> int -> Pdfio.bytes -> Pdfio.bytesval encode_runlength : Pdfio.bytes -> Pdfio.bytesval decode_runlength : Pdfio.input -> Pdfio.bytesval decoder : Pdf.t -> Pdf.pdfobject -> source -> string -> Pdfio.bytesval decode_one : Pdf.t -> Pdf.pdfobject -> source -> Pdfio.bytesval prepare_decoder :
Pdf.t ->
(string * Pdf.pdfobject) list ->
(string * Pdf.pdfobject) listval remove_decoder :
(string * Pdf.pdfobject) list ->
(string * Pdf.pdfobject) listval decode_pdfstream_onestage : Pdf.t -> Pdf.pdfobject -> unitval string_of_pdf : (Pdf.pdfobject -> string) refval decode_pdfstream : Pdf.t -> Pdf.pdfobject -> unitval decode_pdfstream_until_unknown : Pdf.t -> Pdf.pdfobject -> unitval decode_from_input : Pdfio.input -> Pdf.pdfobject -> Pdfio.bytes optionval name_of_encoding : encoding -> stringval add_encoding : int -> Pdf.t -> encoding -> Pdf.pdfobject -> Pdf.pdfobjectval encoder_of_encoding : encoding -> Pdfio.bytes -> Pdfio.bytesval process_prediction_data : predictor -> int -> Pdfio.bytes -> Pdfio.bytesval process_prediction :
predictor option ->
int ->
(Pdf.pdfobject * Pdf.stream) ref ->
Pdf.pdfobject * Pdfio.bytesval encode_pdfstream :
Pdf.t ->
encoding ->
?predictor:predictor ->
?predictor_columns:int ->
Pdf.pdfobject ->
unit