mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #168: When opening a PDF file or merging some PDF files, stamp will disappear.
This commit is contained in:
@ -924,6 +924,11 @@ PDFAnnotationPtr PDFAnnotation::parse(const PDFObjectStorage* storage, PDFObject
|
||||
annotation->m_content = PDFRichMediaContent::parse(storage, dictionary->get("RichMediaContent"));
|
||||
annotation->m_settings = PDFRichMediaSettings::parse(storage, dictionary->get("RichMediaSettings"));
|
||||
}
|
||||
else
|
||||
{
|
||||
// Fill unknown annotation
|
||||
result.reset(new PDFUnknownAnnotation());
|
||||
}
|
||||
|
||||
if (!result)
|
||||
{
|
||||
|
Reference in New Issue
Block a user