Issue #27: Signature plugin - inserting bitmap images does not work

This commit is contained in:
Jakub Melka
2022-10-22 17:04:47 +02:00
parent 87a152401b
commit cb1c31ba3d
2 changed files with 37 additions and 2 deletions

View File

@ -301,6 +301,8 @@ public:
void end(QPainter* painter);
private:
PDFObject removeDictionaryReferencesFromResources(PDFObject resources);
void replaceResources(PDFObjectReference contentStreamReference,
PDFObjectReference resourcesReference,
PDFObject oldResources);