allcolor / YaHP-Converter

YaHP is a Java library that allows you to convert an HTML document into a PDF document.
GNU Lesser General Public License v2.1
56 stars 23 forks source link

Not display image in pdf #16

Closed xuando closed 10 years ago

xuando commented 10 years ago

Hi, I am using yahp library, generating PDF from HTML I can see image in HTML but Not showing image in pdf.

My img tag format is: "img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEU....."

allcolor commented 10 years ago

Hi, the images in the html must be relative to the base url you give to the convert method. Le 6 nov. 2013 02:57, "xuando" notifications@github.com a écrit :

Hi, I am using yahp library, generating PDF from HTML I can see image in HTML but Not showing image in pdf.

My tag format is:

— Reply to this email directly or view it on GitHubhttps://github.com/allcolor/YaHP-Converter/issues/16 .