agmoyano / node-jasper

JasperReports from Node.js
84 stars 52 forks source link

Image as a parameter #20

Closed rebatov closed 8 years ago

rebatov commented 8 years ago

How to give path to the image parameter??

I want to dynamically add the logo and here is how I tried doing..

data: { logo:"/home/bishal/Pictures/Nepal.png", customer: 'Joey Tribbiani', Date: '19th January 2016', Our_contact: '+1-9345696978979' }

rebatov commented 8 years ago

I solved the issue, it was the issue in .jrxml rather than your module... Sorry for inconvenience