mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
File attachments
This commit is contained in:
@ -32,6 +32,11 @@ public:
|
||||
explicit PDFEmbeddedFile() = default;
|
||||
|
||||
bool isValid() const { return m_stream.isStream(); }
|
||||
const QByteArray& getSubtype() const { return m_subtype; }
|
||||
PDFInteger getSize() const { return m_size; }
|
||||
const QDateTime& getCreationDate() const { return m_creationDate; }
|
||||
const QDateTime& getModifiedDate() const { return m_modifiedDate; }
|
||||
const QByteArray& getChecksum() const { return m_checksum; }
|
||||
|
||||
static PDFEmbeddedFile parse(const PDFDocument* document, PDFObject object);
|
||||
|
||||
|
Reference in New Issue
Block a user