Adds a
BaseChart object as a PDF page.
You can use
BaseChart.setOutputOptions to configure the PDF page options, such as the page size, margins, etc.
MultiPagePDF will immediately generate the PDF page using the BaseChart object. You can immediately delete the BaseChart object after calling this method. That means you do not need to keep a lot of BaseChart objects in memory even if the PDF has a lot of pages.
© 2021 Advanced Software Engineering Limited. All rights reserved.