Jump to content
We've recently updated our Privacy Statement, available here ×

jasperserver 4.0.0 enable TXT export


roosit

Recommended Posts

I have some problems generating/enabling the TXT exportformat through webservices. I am NOT looking for solutions of HTML or CSV workarounds.

I just want the document that is being generated by my iReport 4.0.2

 this worked for me for enabling it throug the jasperserver website

out comment in applicationContext.xml
<!--
        <property name="characterWidth" value="10"/>
        <property name="characterHeight" value="10"/>
        <property name="pageHeight" value="100"/>
        <property name="pageWidth" value="80"/>
-->

add to jasperreports.properties
net.sf.jasperreports.export.text.character.width=10
net.sf.jasperreports.export.text.character.height=10

Help is very much appreciated, thanks in advance!!




Post Edited by roosit at 06/16/2011 19:09
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...