ChartDirector 7.0 (Python Edition)

MultiPagePDF


The MultiPagePDF class is a utility class used to create PDF documents with multiple pages.

MultiPagePDF works by generating a PDF page for BaseChart or DrawArea added to it. The BaseChart can be a MultiChart, and can contain free form CDML text, tables, shape and images. In this way, MultiPagePDF can create complete PDF reports.

MethodInheritedDescription
MultiPagePDF(Self)Creates a MultiPagePDF object.
addPage(Self)Adds a BaseChart object as a PDF page.
addPage2(Self)Adds a DrawArea object as a PDF page.
outPDF(Self)Outputs the PDF document as a file.
outPDF2(Self)Outputs the PDF document in memory.