mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Document creation
This commit is contained in:
@ -89,6 +89,12 @@ public:
|
||||
/// \param object New value of object
|
||||
void setObject(PDFObjectReference reference, PDFObject object);
|
||||
|
||||
/// Updates trailer dictionary. Preserves items which are not in a new
|
||||
/// dictionary \p trailerDictionary. It merges new dictionary to the
|
||||
/// old one.
|
||||
/// \param trailerDictionary New trailer dictionary
|
||||
void updateTrailerDictionary(PDFObject trailerDictionary);
|
||||
|
||||
private:
|
||||
PDFObjects m_objects;
|
||||
PDFObject m_trailerDictionary;
|
||||
|
Reference in New Issue
Block a user