package cpdf

  1. Overview
  2. Docs
PDF command line tools

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v2.9.tar.gz
md5=14ad4b9168a0d6caebe37697540520d9
sha512=95244ee016258239d93b3098f45bd1ae43bb01711fd632d5b5005bded076231f1728075d17ed6d53b5d7420704a6adbb847a61ab95f08466d9dfdef353ce3212

doc/cpdf/Cpdfprinttree/index.html

Module Cpdfprinttree

Print trees

val to_buffer : ?line_prefix:string -> get_name:('a -> string) -> get_children:('a -> 'a list) -> Buffer.t -> 'a -> unit

Print a tree to a buffer.

val to_string : ?line_prefix:string -> get_name:('a -> string) -> get_children:('a -> 'a list) -> 'a -> string

Print a tree to a string.