mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Optimization: merging identical objects
This commit is contained in:
@ -131,6 +131,10 @@ public:
|
||||
/// \param stream Stream to be decoded
|
||||
QByteArray getDecodedStream(const PDFStream* stream) const;
|
||||
|
||||
/// Set trailer dictionary
|
||||
/// \param object Object defining trailer dictionary
|
||||
void setTrailerDictionary(const PDFObject& object) { m_trailerDictionary = object; }
|
||||
|
||||
private:
|
||||
PDFObjects m_objects;
|
||||
PDFObject m_trailerDictionary;
|
||||
|
Reference in New Issue
Block a user