$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::io::pdf Namespace Reference

Classes

struct  pdf_header
 Store pdf file header. More...

Functions

pdf_header get_header (const std::string &filename)
template<typename I >
void load (util::array< I > &arr, const std::string &filename, float dpi)
template<typename I >
void load (util::array< I > &arr, const std::string &filename, int first_page, int last_page, float dpi)
template<typename I >
void load (util::array< I > &arr, const std::string &filename, util::array< int > pages, float dpi)
template<typename I >
void load (Image< I > &ima, const std::string &filename, int page, float dpi)
template<typename I >
void load (util::array< I > &arr, const std::string &filename)
template<typename I >
void load (util::array< I > &arr, const std::string &filename, util::array< int > pages)