Title: [Plugin: WP Post to PDF] Changing Header
Last modified: August 20, 2016

---

# [Plugin: WP Post to PDF] Changing Header

 *  Resolved [tribun](https://wordpress.org/support/users/tribun/)
 * (@tribun)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-post-to-pdf-changing-header/)
 * I would like change the Header output.
 * Dont need Blog Description, but to right Side I need the PDF Date and the Author
   and in the right Head of the Post the Post Date.
 * I know that this Row in the php is for the Header: `$pdf->SetHeaderData(PDF_HEADER_LOGO,
   $logowidth, html_entity_decode(get_bloginfo('name')), html_entity_decode(get_bloginfo('
   description') . "\n" . get_bloginfo('siteurl')));`
 * But what I must put in? And what i must doing for Dates?
 * thx for Support
 * tribun
 * [http://wordpress.org/extend/plugins/wp-post-to-pdf/](http://wordpress.org/extend/plugins/wp-post-to-pdf/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Neerav D.](https://wordpress.org/support/users/n33rav/)
 * (@n33rav)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-post-to-pdf-changing-header/#post-3031106)
 * To remove blog description, use following code
 * $pdf->SetHeaderData(PDF_HEADER_LOGO, $logowidth, html_entity_decode(get_bloginfo(‘
   name’)), get_bloginfo(‘siteurl’)));
 * Its not good choice to have date in PDF as it can not be cached in that case.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP Post to PDF] Changing Header’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-post-to-pdf_f197af.svg)
 * [WP Post to PDF](https://wordpress.org/plugins/wp-post-to-pdf/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-post-to-pdf/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-post-to-pdf/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-post-to-pdf/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-post-to-pdf/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Neerav D.](https://wordpress.org/support/users/n33rav/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-post-to-pdf-changing-header/#post-3031106)
 * Status: resolved