Poppler Qt5
0.74.0
|
#include <poppler-qt5.h>
Public Member Functions | |
QByteArray | checksum () const |
QDateTime | createDate () const |
QByteArray | data () |
QString | description () const |
bool | isValid () const |
QString | mimeType () const |
QDateTime | modDate () const |
QString | name () const |
int | size () const |
~EmbeddedFile () | |
Container class for an embedded file with a PDF document.
QByteArray Poppler::EmbeddedFile::checksum | ( | ) | const |
The MD5 checksum of the file.
This will return an empty QByteArray if there is no checksum element.
QString Poppler::EmbeddedFile::description | ( | ) | const |
The description associated with the file, if any.
This will return an empty QString if there is no description element
bool Poppler::EmbeddedFile::isValid | ( | ) | const |
Is the embedded file valid?
QString Poppler::EmbeddedFile::mimeType | ( | ) | const |
The MIME type of the file, if known.
int Poppler::EmbeddedFile::size | ( | ) | const |
The size of the file.
This will return < 0 if there is no size element