package cpdf

  1. Overview
  2. Docs
High-level PDF tools based on CamlPDF

Install

Dune Dependency

Authors

Maintainers

Sources

v2.6.tar.gz
md5=f69a01ef0f02a57d6c8e2e7b75984bca
sha512=482ffe027112d313f876758d83353c2952bf30e351748c2aa832f333da1683ad4adb813b6c3c87b77462b7da2922e38dd2d668bac6558ad315e1286a31446e1d

doc/cpdf/Cpdfpng/index.html

Module Cpdfpng

Read PNG files

type t = {
  1. width : int;
  2. height : int;
  3. idat : Pdfio.bytes;
}

PNG files, represented only to the extent required to insert as PDF image objects

val read_png : Pdfio.input -> t

Read a non-interlaced, non-transparent 24 bit PNG for inclusion in a PDF file.

OCaml

Innovation. Community. Security.