Overload | Description |
---|---|
savePageInfosToPDF(OutputStream,List<PageInfo>) | Saves the page datas to the specified pdf file stream. |
savePageInfosToPDF(OutputStream,List<PageInfo>,PdfSaveOptions) | Saves the page datas to the specified pdf file stream. |
savePageInfosToPDF(String,List<PageInfo>) | Saves the page datas to the specified pdf file. |
savePageInfosToPDF(String,List<PageInfo>,PdfSaveOptions) | Saves the page datas to the specified pdf file. |