module Cpdfportfolio:sig..end
Portfolios.
type t = {
|
filename : |
|
relationship : |
|
description : |
}
A single entry in the portfolio.
val portfolio : Pdf.t -> t list -> unitBuild a PDF portfolio from a given base PDF and a list of other files.