diff --git a/views_pdf_template.php b/views_pdf_template.php
index 89345a7..2c3fe3e 100644
--- a/views_pdf_template.php
+++ b/views_pdf_template.php
@@ -394,7 +394,7 @@ class PdfTemplate extends FPDI {
       return;
     }
 
-    if (!empty($view->field[$key]->options['exclude'])) {
+    if (!empty($view->field[$key]->options['exclude']) || (empty($content) && $view->field[$key]->options['hide_empty'])) {
       return '';
     }
 
