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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user