mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
DocPage Organizer: Assemble documents
This commit is contained in:
@ -29,6 +29,10 @@ PDFOperationResult PDFDocumentManipulator::assemble(const AssembledPages& pages)
|
||||
return tr("Empty page list.");
|
||||
}
|
||||
|
||||
m_flags = None;
|
||||
m_mergedObjects = { };
|
||||
m_assembledDocument = PDFDocument();
|
||||
|
||||
try
|
||||
{
|
||||
classify(pages);
|
||||
|
Reference in New Issue
Block a user