public function pdf_view()
    {
        $a = $this->_get_page_from_db();
        if ( ! $a) {
            return _404();