|
Poppler CPP 25.10.90
|
#include "poppler/cpp/poppler-embedded-file.h"

Public Member Functions | |
| ~embedded_file () | |
| byte_array | checksum () const |
| time_type | creation_date () const |
| time_t | creation_date_t () const |
| byte_array | data () const |
| ustring | description () const |
| bool | is_valid () const |
| std::string | mime_type () const |
| time_type | modification_date () const |
| time_t | modification_date_t () const |
| std::string | name () const |
| int | size () const |
| ustring | unicodeName () const |
Represents a file embedded in a PDF document.
| embedded_file::~embedded_file | ( | ) |
Destroys the embedded file.
| byte_array embedded_file::checksum | ( | ) | const |
| time_type embedded_file::creation_date | ( | ) | const |
| time_t embedded_file::creation_date_t | ( | ) | const |
| byte_array embedded_file::data | ( | ) | const |
Reads all the data of the embedded file.
| ustring embedded_file::description | ( | ) | const |
| bool embedded_file::is_valid | ( | ) | const |
| std::string embedded_file::mime_type | ( | ) | const |
| time_type embedded_file::modification_date | ( | ) | const |
| time_t embedded_file::modification_date_t | ( | ) | const |
| std::string embedded_file::name | ( | ) | const |
| int embedded_file::size | ( | ) | const |
-1.| ustring embedded_file::unicodeName | ( | ) | const |