Skip to content

Commit

Permalink
Enable PDF import in [pdf] tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Dec 16, 2010
1 parent 8b84e15 commit 0b42ca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Vend/PDF.pm
Expand Up @@ -93,7 +93,8 @@ sub pdf {
# finally generate PDF
my ($pdf);

$pdf = new Template::Zoom::PDF (template => $html_object);
$pdf = new Template::Zoom::PDF (template => $html_object,
import => $opt->{import});

$pdf->process($output);

Expand Down

0 comments on commit 0b42ca4

Please sign in to comment.