Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Eclipse Birt PDF Renderer Ignores/Deletes Stylesheet(Eclipse Birt PDF Renderer Ignores/Deletes Stylesheet)
Eclipse Birt PDF Renderer Ignores/Deletes Stylesheet [message #1776244] Tue, 14 November 2017 11:53 Go to next message
Omur Zorlutuna is currently offline Omur ZorlutunaFriend
Messages: 2
Registered: November 2017
Junior Member
Hello there Eclipse BIRT community,

While generating PDF, birt engine is ignoring the stylesheet embedded in the content.

Note that: Inline styles are working. But renderer ignores the css that is inside style tag ("<style> ... </style>")

Is there anyone around has/had the same problem? Any ideas how to overcome this?

My content to be rendered in PDF (This does not work):
<style>
 table { background-color:red; }
</style>
<table>
<tr> 
<td>
MY RED TABLE CONTENT
</td>
</tr>
</table>


This works:
<table style="background-color:red">
<tr> 
<td>
MY RED TABLE CONTENT
</td>
</tr>
</table>




Thanks.

[Updated on: Wed, 29 November 2017 06:53]

Report message to a moderator

Re: Custom Numbering Problem Using Eclipse Birt, IReportDocument, IRenderTask (with css) [message #1777233 is a reply to message #1776244] Mon, 27 November 2017 10:18 Go to previous message
Omur Zorlutuna is currently offline Omur ZorlutunaFriend
Messages: 2
Registered: November 2017
Junior Member
UP!

Yo guys, we still couldn't figure it out. Eclipse Birt PDF engine is ignoring our stylesheet (css) Any suggestion on this? We started giving up on Eclipse Birt :( Looking for alternative solutions.
Previous Topic:Upgradation BIRT 2.5 version to BIRT 4.6 version
Next Topic:how to call store procedure in BIRT
Goto Forum:
  


Current Time: Thu Apr 25 13:04:45 GMT 2024

Powered by FUDForum. Page generated in 0.03142 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top