-
Bug
-
Resolution: Fixed
-
Low
-
7.18.3, 7.19.1
-
Severity 3 - Minor
-
Issue Summary
Invoking PdfExporterService from a plugin throws runtime exception
Steps to Reproduce
- Add confluence-flyingpdf-plugin dependency as provided on your plugin pom
- Add com.atlassian.confluence.extra.flyingpdf* to the osgi import section on your plugin pom
- Import the PdfExporterService (@ComponentImport) on your bean
- Call to method createPdfForPage(User a, AbstractPage b, String c, PageExportMetrics d) passing a new PageExportMetrics as the forth parameter.
Expected Results
Able to generate PDF
Actual Results
ClassNotFoundException: com.atlassian.confluence.extra.flyingpdf.analytic.PageExportMetrics is thrown.
Workaround
N/A
- mentioned in
-
Page Loading...