DocPage Organizer: create document manipulator

This commit is contained in:
Jakub Melka
2021-07-18 17:58:12 +02:00
parent 83eb35e1c0
commit f7d7902aa9
8 changed files with 608 additions and 12 deletions

View File

@ -305,6 +305,10 @@ public:
/// is edited at call of this function, then it is lost.
void createDocument();
/// Sets a document to this builder. If some document
/// is edited at call of this function, then it is lost.
void setDocument(const PDFDocument* document);
/// Builds a new document. This function can throw exceptions,
/// if document being built was invalid.
PDFDocument build();