Image extraction tool (basics)

This commit is contained in:
Jakub Melka
2020-10-29 19:17:24 +01:00
parent b6d29f0b03
commit b5b96d3585
4 changed files with 232 additions and 1 deletions

View File

@ -71,7 +71,7 @@ private:
};
/// Process the contents of the page.
class PDFPageContentProcessor : public PDFRenderErrorReporter
class PDFFORQTLIBSHARED_EXPORT PDFPageContentProcessor : public PDFRenderErrorReporter
{
public:
explicit PDFPageContentProcessor(const PDFPage* page,