Bug 394739 - Use public poppler interfaces for pdf2svg filter
Summary: Use public poppler interfaces for pdf2svg filter
Status: REPORTED
Alias: None
Product: calligracommon
Classification: Applications
Component: filters (other bugs)
Version First Reported In: 3.1.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Calligra Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-27 10:47 UTC by Heinz Wiesinger
Modified: 2019-01-15 12:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).