Bugfix: Draw form fields

This commit is contained in:
Jakub Melka
2024-06-27 18:31:45 +02:00
parent 8166d9f8f4
commit a4feda2d06
9 changed files with 18 additions and 7 deletions

View File

@ -164,6 +164,7 @@ public:
/// \param size Size of the target image
/// \param features Renderer features
/// \param annotationManager Annotation manager (can be nullptr)
/// \param cms Color management system
/// \param extraRotation Extra page rotation
QImage render(PDFInteger pageIndex,
const PDFPage* page,
@ -171,6 +172,7 @@ public:
QSize size,
PDFRenderer::Features features,
const PDFAnnotationManager* annotationManager,
const PDFCMS* cms,
PageRotation extraRotation);
private: