Unite tool (basics)

This commit is contained in:
Jakub Melka
2020-10-31 17:11:51 +01:00
parent c58158e3ee
commit 5d5973772a
11 changed files with 608 additions and 153 deletions

View File

@ -476,7 +476,7 @@ private:
QByteArray m_content;
};
class PDFObjectManipulator
class PDFFORQTLIBSHARED_EXPORT PDFObjectManipulator
{
public:
explicit PDFObjectManipulator() = delete;
@ -503,6 +503,10 @@ public:
/// Remove null objects from all dictionaries
/// \param object Object
static PDFObject removeNullObjects(PDFObject object);
/// Remove duplicit references from arrays
/// \param object Object
static PDFObject removeDuplicitReferencesInArrays(PDFObject object);
};
} // namespace pdf