I designed a report using pentaho report designer and published to pentaho server. It worked well within PUC. Now I scheduled it to run and to email. If I emailed it in PDF, it worked well. But if I emailed it in HTML, I got issues with CSS and images inside the reports.
The CSS and images are linked back to Pentaho server, which can't be accessed from email. Also It need login to access the server.
I wanted to email the report in HTML to my receivers so they can review report directly without login to BI server.
Due to paging issue in PDF, I want to email report in HTML.
Any help or any way to around this?
======================
Here are source code for the HTML:
The CSS and images are linked back to Pentaho server, which can't be accessed from email. Also It need login to access the server.
I wanted to email the report in HTML to my receivers so they can review report directly without login to BI server.
Due to paging issue in PDF, I want to email report in HTML.
Any help or any way to around this?
======================
Here are source code for the HTML:
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html | |
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html> | |
<head> | |
<title> </title> | |
<meta name="generator" content="Pentaho Reporting Engine Classic version 3.9.1-GA.16112" /> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | |
<link type="text/css" rel="stylesheet" href="http://bi.dev.myserver.com:8080/pentaho/GetContent?id=ad86383e-10bb-11e3-8858-f976743b3799" /> | |
</head> | |
<body> | |
<table cellspacing="0" cellpadding="0" class="style-0"> | |
<col style="width: 201pt" /> | |
<col style="width: 46pt" /> | |
<col style="width: 103pt" /> | |
<col style="width: 54pt" /> | |
<col style="width: 130pt" /> | |
<col style="width: 42pt" /> | |
<tr style="height: 23pt"> | |
<td class="style-1"> </td> | |
<td style="font-size: 1pt"> </td> | |
<td style="font-size: 1pt"> </td> | |
<td style="font-size: 1pt"> </td> | |
<td style="font-size: 1pt"> </td> | |
<td style="font-size: 1pt"> </td> | |
</tr> | |
<tr style="height: 50pt"> | |
<td style="font-size: 1pt"> </td> | |
<td style="font-size: 1pt"> </td> | |
<td style="font-size: 1pt"> </td> | |
<td style="font-size: 1pt"> </td> | |
<td valign="top" class="style-2"><img src="http://bi.dev.myserver.com:8080/pentaho/GetContent?id=ad8749af-10bb-11e3-8858-f976743b3799" border="0" class="style-3" /></td> | |
<td style="font-size: 1pt"> </td> | |
</tr> | |
<tr style="height: 76pt"> | |
<td style="font-size: 1pt"> </td> | |
<td style="font-size: 1pt"> </td> | |
<td style="font-size: 1pt"> </td> | |
<td style="font-size: 1pt"> </td> | |
<td style="font-size: 1pt"> </td> | |
<td style="font-size: 1pt"> </td> | |
</tr> |