mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
DocPage Organizer: Joining bookmarks
This commit is contained in:
@ -135,7 +135,7 @@ PDFDocument PDFRedact::perform(Options options)
|
||||
{
|
||||
if (catalogDictionary->hasKey("Outlines"))
|
||||
{
|
||||
QSharedPointer<PDFOutlineItem> outlineRoot = PDFOutlineItem::parse(m_document, catalogDictionary->get("Outlines"));
|
||||
QSharedPointer<PDFOutlineItem> outlineRoot = PDFOutlineItem::parse(&m_document->getStorage(), catalogDictionary->get("Outlines"));
|
||||
|
||||
if (outlineRoot)
|
||||
{
|
||||
|
Reference in New Issue
Block a user