Module Cpdfportfolio

module Cpdfportfolio: sig .. end

Portfolios.


type t = {
   filename : string;
   relationship : string option;
   description : string option;
}

A single entry in the portfolio.

val portfolio : Pdf.t -> t list -> unit

Build a PDF portfolio from a given base PDF and a list of other files.