0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 08:28:06 +03:00

Add printedToPDF signal for digitally signing saved pdfs.

This commit is contained in:
Unknown
2018-05-08 09:30:10 -04:00
parent d344264bfb
commit 79baeef72c
4 changed files with 13 additions and 1 deletions

View File

@@ -200,6 +200,7 @@ void PreviewReportWidget::printToPDF()
foreach(PageItemDesignIntf::Ptr pageItem, d_ptr->m_reportPages){
d_ptr->m_previewPage->reactivatePageItem(pageItem);
}
d_ptr->m_report->emitPrintedToPDF(fileName);
}
}