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

nylz

Members
  • Posts

    5
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by nylz

  1. Hi. Using: JasperReport_1.3.4, iText_2.0.4, (iReport 2.0.2) Short version: Forced pagebreak in document makes the columnfooter align at the bottom of the page. I want the columnfooter be aligned after the last detail! more detailed description: Situation: I have to make a pagebreak after a specific number of details. Works fine so far - I implemented a pagebreak in the detail-band and gave it a printing condition, that is controlled by the associated datasource. Problem: The columnfooter is not placed directly after the last detail. It is aligned at the bottom of the page. So there is an empty space between the last detatil and the colfooter. I have a notion that the (forced) pagebreak disturbs the renderer in calculating the position of the columnfooter. Anyone familiar with that issue? Many thanks in advance! nylz
  2. This is quite an interesting issue - I've got the same problem and did not find any solution for this. Does anyone know how to get rid of this?
  3. Thank you for the hint. That was the right way. I also implemented the bouncycastle-libraries for encryption. see http://www.bouncycastle.org for further details thx, it works.
  4. This looks like a solution for my problem, but it doesn't work. I'm using Jasper 1.3.4 & iReport (1.3.3 and tried 2.0.2). In my .jrxml "isFloatColumnFooter" is set to "true". -> No difference. I still see a gap. Columnfooter ist aligned to bottom. any ideas, what could be wrong? (btw. - update to JR2.x impossible. Our system uses Java 1.4 (Websphere6). As far as I know, JR2.x needs J5.) Post edited by: nylz, at: 2008/01/28 13:38
  5. Hi there. I don't think, that this is quite an extraordinary requirement, so I was surprised that I didn't find any documentation to this issue: I need to post a PDF by a Servlet. No problem so far. But I need to set the OWNER_PASSWORD. I use the byte[] data = JasperRunManager.runReportToPdf(jr, pm, ds) where jr is of type JasperReport, pm a Map with parameters like fonts 'n' stuff, ds is my JRDataSource I need the byte[] to determine the length of the binary (for posting content-length in http-header). Everything works fine so far - PDF is being served! But where do I have to set the OWNER_PASSWORD here?
×
×
  • Create New...