Re: [jasperreports-questions] How to get rid of NullPx image in html report

2012-11-14 Thread Teodor Danciu
Hi,

Please post your questions on the community website at:
http://community.jaspersoft.com/answers?f[0]=field_question_project%3A202

You can use the JRXhtmlExporter instead or configure the HTML one to not 
make use of images to align by setting the following custom property:
http://jasperreports.sourceforge.net/config.reference.html#net.sf.jasperreports.export.html.using.images.to.align

But if one day you'll have reports that indeed have images, then you 
better learn how to configure the image servlet in your application,
by looking at our /demo/samples/webapp and demo/samples/webapp-repo 
samples shipped with the JR Library distro.

I hope this helps.
Teodor

Pe 05.11.2012 21:03, jsb26 a scris:
 I am using iReport 4.7.1. I include jaspert report (report.jasper) created by
 iReport in my java project. Everything works fine except for the X image
 (NullPx). Is there a way to get rid of this X image ?


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] jasperforge site down

2009-04-21 Thread Teodor Danciu

Hello,

There was work in progress for about 7 to 8 hours during April 20, when 
a migration to an upgraded system was made.
An announcement should have been present on the main page, but not sure 
why the forbidden message got in front.

In any case, the work is over and everything should be in place now.
Hopefully, next time we'll do a better job at announcing such work and 
minimize impact.

I'm sorry for any inconvenience.

Thanks,
Teodor

Maarten wrote:
 The jasperforge site (jasperforge.org) gives a 403 forbidden and a
 maintenance message.
 Is anybody working on it?
 Does anybody know when it will be fixed?
 A colleague just approached me to ask if it is OK to use it. I said yes, but
 the reference site being down does not help selling JasperReports here.
   


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] [ANN] JasperIntelligence 1.0.1 released ...

2006-07-11 Thread Teodor Danciu

We are pleased to announce this release that significantly broadens the 
platform into the following areas:  
 
* Scheduled Reports with email notifications  
* Content Repository for scheduled report output  
* OLAP User interface  
* OLAP Server  
* Custom Data Sources for Reports  
* Fine grained Security  
* Enhanced iReport plugin for JasperIntelligence  
* Expanded Documentation  
* Scheduled Event Viewer  
* Installers covering reporting and/or analytics  
 
Release notes are here: 
http://jasperintel.sourceforge.net/index.php?p_module=pagepageid=45  
 
Downloads are here: 
http://sourceforge.net/project/showfiles.php?group_id=162962package_id=195243. 
 
 

JasperSoft Team



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] Using JasperReports/iReport with SAP ...

2006-06-29 Thread Teodor Danciu

Hello,

The JasperSoft team would like to know if there are any applications 
out-there successfully using JasperReports/iReport with SAP.
If you know of such combination, please contact us at 
[EMAIL PROTECTED]

Thank you,
Teodor


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] Bug in method JasperFillManager.fillReport()?

2006-06-12 Thread Teodor Danciu

Hi,

I've just created an FAQ that should help solve this:
http://jasperreports.sourceforge.net/faq.html#emptyReport

Thank you,
Teodor


Vincenzo Manzoni wrote:

 Hi,

 my file .jrxml contains only static text; if I call 
 JasperFillManager.fillReport() without DataSource, next the method 
 JasperExportManager.exportReportToPdfFile(jp, A4p.pdf) creates an 
 empty pdf file.

 // Empty pdf
 jp = JasperFillManager.fillReport(jr, new HashMap());
 JasperExportManager.exportReportToPdfFile(jp, A4p.pdf);

 // Right pdf!
 jp = JasperFillManager.fillReport(jr, new HashMap(), new 
 JREmptyDataSource());
 JasperExportManager.exportReportToPdfFile(jp, A4p.pdf);

 Is it a bug? My version of JasperReports is 1.2.3 and my JDK is 1.4.2.

 Thanks,

 Vincenzo

 

 ___
 jasperreports-questions mailing list
 jasperreports-questions@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jasperreports-questions
   



___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] row limit

2006-06-07 Thread Teodor Danciu

Hi,

In JasperReports, documents look the same in all formats.
So restricting the number of records on a page has nothing to do with 
PDF or any other format.
It is a report design issue.
You could introduce a group that breaks every N rows and use 
isStartNewPage=true for it.
This way when the row limit is reached, the group breaks and a new page 
is started.
Take a look at the sample inside /demo/samples/jasper to see a group 
that breaks with every 5 records.

I hope this helps.
Teodor


Asit Patadia wrote:

 Raul,

  

 As per my knowledge you need to use iText API to restrict number of 
 rows in a page of a PDF report.

  

 Regards,

 Asit.

  

 -Original Message-
 *From:* [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] *On 
 Behalf Of [EMAIL PROTECTED]
 *Sent:* Wednesday, June 07, 2006 2:05 AM
 *To:* jasperreports-questions@lists.sourceforge.net
 *Subject:* [jasperreports-questions] row limit

  

 Hi,

 Is there a way to limit the number of rows displayed per page on a PDF 
 Report?

  

 Thanks

 Raul Sanchez


 The information contained in, or attached to, this e-mail, contains 
 confidential information and is intended solely for the use of the 
 individual or entity to whom they are addressed and is subject to 
 legal privilege. If you have received this e-mail in error you should 
 notify the sender immediately by reply e-mail, delete the message from 
 your system and notify your system manager. Please do not copy it for 
 any purpose, or disclose its contents to any other person. The views 
 or opinions presented in this e-mail are solely those of the author 
 and do not necessarily represent those of the company. The recipient 
 should check this e-mail and any attachments for the presence of 
 viruses. The company accepts no liability for any damage caused, 
 directly or indirectly, by any virus transmitted in this email.

 www.aztecsoft.com

 

 ___
 jasperreports-questions mailing list
 jasperreports-questions@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jasperreports-questions
   



___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] Panic Situation- Please help

2006-04-28 Thread Teodor Danciu


Hi,

No wonder you don't see any errors if you catch them and then log very 
small error messages.
Let the code throw proper errors or handle them properly by wrapping 
them and throwing them up the stack so that you clearly see what's 
happening when problems occur.
If you make a big try/catch and eat up your errors, your servlet will 
never break but it would probably do nothing neither.


I hope this helps.
Teodor


Meenakshi Singh wrote:


hi all,

I have recently upgraded to jasper reports 1.2.2 from JR 1.1.1. Several
reports run through JR in my project in html, pdf  xls format. Pdf is
working fine.

Whereas my reports don't produce any html output now, they show a blank
page(No errors even)

 my xls report doesn't show the cell borders.

Please help me find out why it's no generating any html now as I have not
made any changes to the html servlet which I used to render the html output.
It's only after the upgradation that the problem happened.

I have copied all required lib files  only have one copy of the JR jar file
 other lib files.

I am also attaching my html servlet for your reference.

Thanks  Regards,
MS.
  




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] [ANN] JasperServer 0.9.2 released ...

2006-04-24 Thread Teodor Danciu


Hello,

JasperSoft is pleased to announce the release of JasperServer version 
0.9.2. 
You can learn more about this product and the new release here: 
http://sourceforge.net/forum/forum.php?forum_id=564993 

Thank you, 
Teodor




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] text rotation

2006-04-10 Thread Teodor Danciu


Hi,

This is not yet possible in JR.

Thank you,
Teodor


Johan Andries wrote:


Hi all,

 

Can anyone give a clue about how to rotate text to non-standard angles 
(other than NONE, LEFT or RIGHT), e.g. 70 degrees clockwise, without 
having to mess with the iText classes in Javacode?


 

Checked the documentation, samples, Google, but couldn't find any 
clues - besides messing with iText directly..
 
Any help would be greatly appreciated,
 
 
kind regards,

Johan




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] calculations and initial values on variables

2006-04-10 Thread Teodor Danciu


Hi,

This is not a bug. Or at least it was meant for it to work this way.
The initial value for the variable is not part of the series.
That initial value is used by the engine to display instead of null, 
before the calculations begin.
If you want the -15 to be subtracted, you should make the subtraction 
part of the text field expression or use an additional variable.


I hope this helps.
Teodor


Justin Lee wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

This seems like a bug to me, but perhaps someone can tell me what I'm
doing wrong.  Say I want to sum up a sales ticket with a discount of
$15.  I declare a variable of calc type sum on the price field with an
initial value of -15 (new Double(-15)).  If I print that variable in the
column header, it correctly shows -15.  But when I print it in the
detail band, it shows the price of the first item.  that is, it resets
that variable to 0 and adds the first price.  Subsequent sums correctly
show the sum of the prices but still without the -15 added in.  Here's
how I'm declaring it when it's *not* working:

variable name=total class=java.lang.Double resetType=Page
   calculation=Sum
   variableExpression![CDATA[$F{price}]]/variableExpression
   initialValueExpression
  ![CDATA[new Double(-15)]]
   /initialValueExpression
/variable

To correctly sum this column with the $15 discount, i had to declare my
variable like this:

variable name=total class=java.lang.Double resetType=Page   
calculation=Nothing
   variableExpression
  ![CDATA[$V{total} + $F{price}]]
   /variableExpression
   initialValueExpression
  ![CDATA[new Double(-15)]]
   /initialValueExpression
/variable


Now that's extremely non-intuitive.  Any ideas what I'm doing wrong?  Or
is that really a bug?

- --
Justin Lee
http://www.antwerkz.com
AIM : evan chooly
Skype : evan chooly
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)

iD8DBQFENUm+JnQfEGuJ90MRA5QaAKDLvUueBMl4otXQAo3vKHVJSO/G0wCfdUDP
oVGYrwntvFdfVj5YlZSHcfo=
=Asvg
-END PGP SIGNATURE-


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

  




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] [ANN] JasperServer 0.9.0 released

2006-04-07 Thread Teodor Danciu


Hello, Manfred

We hope that this new open source product will solve many of the issues 
that existing JasperReports users have faced along the way.
The most common was the lack of infrastructure around JasperReports as a 
library so that reporting functionality be readily available to end users.
We think that JasperServer will close this gap and be useful to the 
community.


As usual, feedback and contributions are always welcomed.
This is what open source is all about.

Thank you,
Teodor


Manfred Moser wrote:

Teodor Danciu wrote:


JasperServer 0.9.0 released
JasperServer/JasperIntelligence home page:
http://jasperintel.sourceforge.net


This is awesome. I already have a servlet for creating my reports 
(about 30 with  100 sub reports) and continuously get requests for 
features just like the JasperServer implements (or got on the 
roadmap). I will definitely look at using it rather than reinvent the 
wheel. And I suppose you are not opposed to user 
suggestions/contributions ;-)


manfred


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language
that extends applications into web and mobile media. Attend the live 
webcast
and join the prime developer group breaking into this new coding 
territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] [ANN] JasperServer 0.9.0 released

2006-04-07 Thread Teodor Danciu


Manfred,

Our current metadata repository implementation is using Hibernate.
So there should not be a problem to store metadata information into 
other databases.

Is just that for the moment we tested with MySQL.

Thank you,
Teodor


Manfred Moser wrote:

Hi!

I just finished the download. I am going to try check it all out with 
JBoss on Windows.


One question.. are you going to abstract away from MySQL and support 
other db servers?


Manfred

Teodor Danciu wrote:


Hello, Manfred

We hope that this new open source product will solve many of the 
issues that existing JasperReports users have faced along the way.
The most common was the lack of infrastructure around JasperReports 
as a library so that reporting functionality be readily available to 
end users.
We think that JasperServer will close this gap and be useful to the 
community.


As usual, feedback and contributions are always welcomed.
This is what open source is all about.

Thank you,
Teodor


Manfred Moser wrote:

Teodor Danciu wrote:


JasperServer 0.9.0 released
JasperServer/JasperIntelligence home page:
http://jasperintel.sourceforge.net


This is awesome. I already have a servlet for creating my reports 
(about 30 with  100 sub reports) and continuously get requests for 
features just like the JasperServer implements (or got on the 
roadmap). I will definitely look at using it rather than reinvent 
the wheel. And I suppose you are not opposed to user 
suggestions/contributions ;-)


manfred




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language
that extends applications into web and mobile media. Attend the live 
webcast
and join the prime developer group breaking into this new coding 
territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] [ANN] JasperServer 0.9.0 released

2006-04-07 Thread Teodor Danciu


Hi, Kalpesh

I would be fairly easy to introduce the applet viewer as a possible 
output to JasperServer.
In our JasperReports distribution we supply a smaller JAR that could be 
used in Web applications to view reports on the client side using the 
Swing viewer.
In this first release of JasperServer, the applet viewer is not 
included, but there is no reason for not doing so in the future.


Thank you,
Teodor


Kalpesh Chordia wrote:


Hello Teodor,

Can it be possible to integrate the Jasper Viewer i.e. swing 
application into web application in the form of servlet so that all 
the features of pagination, zoom, print etc. will be available. We are 
looking at solid powerful jasper viewer so as avoid exporting of 
jrprint each time.


Thanks,
Kalpesh


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Friday, April 07, 2006 9:37 PM
To: Teodor Danciu
Cc: 'jasperreports-questions@lists.sourceforge.net'
Subject: Re: [jasperreports-questions] [ANN] JasperServer 0.9.0 released


Hi!

I just finished the download. I am going to try check it all out with 
JBoss on

Windows.

One question.. are you going to abstract away from MySQL and support 
other db

servers?

Manfred

Teodor Danciu wrote:

 Hello, Manfred

 We hope that this new open source product will solve many of the issues
 that existing JasperReports users have faced along the way.
 The most common was the lack of infrastructure around JasperReports 
as a
 library so that reporting functionality be readily available to end 
users.

 We think that JasperServer will close this gap and be useful to the
 community.

 As usual, feedback and contributions are always welcomed.
 This is what open source is all about.

 Thank you,
 Teodor


 Manfred Moser wrote:
 Teodor Danciu wrote:

 JasperServer 0.9.0 released
 JasperServer/JasperIntelligence home page:
 http://jasperintel.sourceforge.net

 This is awesome. I already have a servlet for creating my reports
 (about 30 with  100 sub reports) and continuously get requests for
 features just like the JasperServer implements (or got on the
 roadmap). I will definitely look at using it rather than reinvent the
 wheel. And I suppose you are not opposed to user
 suggestions/contributions ;-)

 manfred



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language
that extends applications into web and mobile media. Attend the live 
webcast
and join the prime developer group breaking into this new coding 
territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642 
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642 


___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] JasperFillManager.fillReport very very slow

2006-03-17 Thread Teodor Danciu


Hi,

How much memory to you allow the JVM to use?
You say sometimes it takes up to 5 minutes.
If the response times are not consistent from one execution to the next, 
this is a clear indication that there is not enough memory available and 
the JVM spends to much time trying to garbage collecting things.


I hope this helps.
Teodor


Richard Walton wrote:


Hi All

I am having a problem with JasperFillManager.fillReport

I’m using Jasper 1.1 running on tomcat ( I have a web application that 
creates the reports and then serves them to the user over the web )


Code looks like this

System.out.println(Before getcompiledreport : 
+System.currentTimeMillis());


JasperReport jasperReport = JasperHelper.getCompiledReport(

reportName, getServletContext());

System.out.println(Before parameters.put(jasperReport, jasperReport) 
: +System.currentTimeMillis());


parameters.put(jasperReport, jasperReport);

System.out.println(Before fillReport : +System.currentTimeMillis());

jasperPrint = JasperFillManager.fillReport(jasperReport,

parameters, conn);

So when I do the jasperPrint = 
JasperFillManager.fillReport(jasperReport,parameters, conn); it takes 
sometimes up to 5 mins to come back to me with the jasperPrint object!!!


Any ideas anyone?

Oh yeah and the data coming back isn’t that big and the query that I 
run in the report takes less than 1 second to execute when I run it on 
the ms sql server


Any ideas anyone?

Rich





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] Logical fonts (Dialog, DialogInput, Serif, SansSerif, Monospaced) don't work if different from size 10

2006-03-15 Thread Teodor Danciu


Hi,

Try to use isStretchWithOverflow=true or increase the height of your 
text elements when you change the font size.


I hope this helps.
Teodor


Geoffrey De Smet wrote:

Java has 5 logical fonts, which have a very nice feature:
Any platform (Win/Linux/Mac/...) have a font mapped to them.

But when I use any of those 5 fonts (Dialog, DialogInput, Serif, 
SansSerif, Monospaced) they show up blank if the size is different 
from 10:


Does work:

reportFont ... fontName=Dialog size=10 .../
reportFont ... fontName=Times New Roman size=12 .../
!-- unsure about non windows systems... --

Shows up blank:

reportFont ... fontName=Dialog size=12 .../

Here is my full definition:

reportFont name=ggg isDefault=false fontName=Dialog size=12 
isBold=false isItalic=false isUnderline=false 
isStrikeThrough=false isPdfEmbedded=true /




Using Jasperreports 1.2.0

Thanks for a great product btw.




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] HTML tags support in PDF ... feature request

2006-01-12 Thread Teodor Danciu


Hi,

We only support a few HTML tags in styled-text. I don't think we are 
going to support all the standard HTML tags, at least not very soon.


Thanks,
Teodor


Kalpesh Chordia wrote:

Are there any chances of supporting all standard HTML tags in PDF 
Exporter and support of HTML in text field in near future ?






---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions