camlpdf
Read, write and modify PDF files
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library camlpdf
val deflate_init : int -> bool -> stream
val deflate :
stream ->
bytes ->
int ->
int ->
bytes ->
int ->
int ->
flush_command ->
bool * int * int
val deflate_end : stream -> unit
val inflate_init : bool -> stream
val inflate :
stream ->
bytes ->
int ->
int ->
bytes ->
int ->
int ->
flush_command ->
bool * int * int
val inflate_end : stream -> unit