Finishing of attachments

This commit is contained in:
Jakub Melka
2019-12-03 19:24:43 +01:00
parent 159fc9f815
commit 5eed274863
6 changed files with 92 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ public:
const QDateTime& getCreationDate() const { return m_creationDate; }
const QDateTime& getModifiedDate() const { return m_modifiedDate; }
const QByteArray& getChecksum() const { return m_checksum; }
const PDFStream* getStream() const { return m_stream.getStream(); }
static PDFEmbeddedFile parse(const PDFDocument* document, PDFObject object);