Rendering pdf to images (first part)

This commit is contained in:
Jakub Melka
2020-02-09 16:06:29 +01:00
parent a1d270e2ab
commit 15805d80af
10 changed files with 510 additions and 18 deletions

View File

@ -44,7 +44,8 @@ enum RenderErrorType
Error,
Warning,
NotImplemented,
NotSupported
NotSupported,
Information
};
struct PDFRenderError