boost::document_file_format — Document File Format which can be exported.
// In header: <boost/document/detail/document_file_format.hpp> struct document_file_format { enum type { PDF, CSV, XML }; };