|
Poppler Qt6 25.10.90
|
#include <poppler-qt6.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
| int Poppler::EmbeddedFile::size | ( | ) | const |
The size of the file.
This will return < 0 if there is no size element