Bug 394739

Summary: Use public poppler interfaces for pdf2svg filter
Product: [Applications] calligracommon Reporter: Heinz Wiesinger <pprkut>
Component: filtersAssignee: Calligra Bugs <calligra-bugs-null>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.1.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=403220
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Heinz Wiesinger 2018-05-27 10:47:10 UTC
The pdf2svg filter currently uses libpoppler, which according to upstream is considered private API and not supposed to be used directly. Instead one of the frontend libraries should be used (libpoppler-qt5 I assume in this case).