#include <pdfspecification.h>
Classes | |
| struct | Dict |
| struct | Font |
| struct | Page |
Static Public Attributes | |
| static const std::string | CNULL_NULL |
| static const std::string | CBOOL_TRUE |
| static const std::string | CBOOL_FALSE |
| static const std::string | CNAME_PREFIX |
| static const std::string | CSTRING_PREFIX |
| static const std::string | CSTRING_SUFFIX |
| static const std::string | CHEXSTRING_PREFIX |
| static const std::string | CHEXSTRING_SUFFIX |
| static const std::string | CREF_MIDDLE |
| static const std::string | CREF_SUFFIX |
| static const std::string | CARRAY_PREFIX |
| static const std::string | CARRAY_MIDDLE |
| static const std::string | CARRAY_SUFFIX |
| static const std::string | CDICT_PREFIX |
| static const std::string | CDICT_MIDDLE |
| static const std::string | CDICT_BETWEEN_NAMES |
| static const std::string | CDICT_SUFFIX |
| static const std::string | CSTREAM_HEADER |
| static const std::string | CSTREAM_FOOTER |
| static const std::string | OBJERROR |
| static const std::string | INDIRECT_HEADER |
| static const std::string | INDIRECT_FOOTER |
Stuff tightly connected with pdf specification.
const std::string pdfobjects::Specification::CARRAY_MIDDLE [static] |
Object Array representation middle string.
const std::string pdfobjects::Specification::CARRAY_PREFIX [static] |
Object Array representation prefix string.
const std::string pdfobjects::Specification::CARRAY_SUFFIX [static] |
Object Array representation suffix string.
const std::string pdfobjects::Specification::CBOOL_FALSE [static] |
Object Bool true representation.
const std::string pdfobjects::Specification::CBOOL_TRUE [static] |
Object Bool false repersentation.
const std::string pdfobjects::Specification::CDICT_BETWEEN_NAMES [static] |
Object Dictionary representation specifics.
const std::string pdfobjects::Specification::CDICT_MIDDLE [static] |
Object Dictionary representation specifics.
const std::string pdfobjects::Specification::CDICT_PREFIX [static] |
Object Dictionary representation specifics.
const std::string pdfobjects::Specification::CDICT_SUFFIX [static] |
Object Dictionary representation specifics.
const std::string pdfobjects::Specification::CHEXSTRING_PREFIX [static] |
Object Hexadecimal String representation prefix string.
const std::string pdfobjects::Specification::CHEXSTRING_SUFFIX [static] |
Object HexadecimalString representation suffix string.
const std::string pdfobjects::Specification::CNAME_PREFIX [static] |
Object Name string representation.
const std::string pdfobjects::Specification::CNULL_NULL [static] |
Object Null string representation.
const std::string pdfobjects::Specification::CREF_MIDDLE [static] |
Object Ref representation middle string.
const std::string pdfobjects::Specification::CREF_SUFFIX [static] |
Object Ref representation string suffix.
const std::string pdfobjects::Specification::CSTREAM_FOOTER [static] |
Object Stream string representation specifics.
Referenced by pdfobjects::utils::streamToCharBuffer().
const std::string pdfobjects::Specification::CSTREAM_HEADER [static] |
Object Stream string representation specifics.
const std::string pdfobjects::Specification::CSTRING_PREFIX [static] |
Object String representation prefix string.
const std::string pdfobjects::Specification::CSTRING_SUFFIX [static] |
Object String representation suffix string.
const std::string pdfobjects::Specification::INDIRECT_FOOTER [static] |
Indirect Object footer.
Referenced by pdfobjects::utils::createIndirectObjectStringFromString(), and pdfobjects::utils::streamToCharBuffer().
const std::string pdfobjects::Specification::INDIRECT_HEADER [static] |
Indirect Object heaser.
Referenced by pdfobjects::utils::createIndirectObjectStringFromString(), and pdfobjects::utils::streamToCharBuffer().
const std::string pdfobjects::Specification::OBJERROR [static] |
Xpdf error object string representation specifics.