Title: Insert user data in the PDF
Last modified: August 30, 2016

---

# Insert user data in the PDF

 *  [Capobis](https://wordpress.org/support/users/ioweuiraosjfosj/)
 * (@ioweuiraosjfosj)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/insert-user-data-in-the-pdf/)
 * I’m trying to include user data in the PDF (not the author info, I mean the user
   is downloading the PDF).
 * In the template this code displays user data:
 *     ```
       <?php echo esc_attr($data->display_name) ?>
       <?php echo esc_attr($data->user_email) ?>
       <?php echo get_user_meta($data->ID , 'st_phone' , true) ?>
       <?php echo get_user_meta($data->ID , 'st_address' , true) ?>
       ```
   
 * Attempt to edit the wp-post-to-pdf-enhanced file and add something like:
 *     ```
       $html .= ' get_user_meta($data->ID , "st_phone" , true)';
       			$html .= ' get_user_meta($data->ID , "st_address" , true)';
       ```
   
 * But it does not work! Please how can show the user data in the PDF?
 * Thanks in advanced.
 * [https://wordpress.org/plugins/wp-post-to-pdf-enhanced/](https://wordpress.org/plugins/wp-post-to-pdf-enhanced/)

Viewing 1 replies (of 1 total)

 *  [DESIGN MY WEB Agency](https://wordpress.org/support/users/jonawi/)
 * (@jonawi)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/insert-user-data-in-the-pdf/#post-6188341)
 * Hello, I’m also very interested in being able to print the user data in the PDF.
   
   Did you find a way to do that ? Thanks for your help. Nathalie

Viewing 1 replies (of 1 total)

The topic ‘Insert user data in the PDF’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [DESIGN MY WEB Agency](https://wordpress.org/support/users/jonawi/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/insert-user-data-in-the-pdf/#post-6188341)
 * Status: not resolved