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

arunc

Members
  • Posts

    3
  • Joined

  • Last visited

arunc's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. hi all, I have a requirement to add watermark to the generated report, which is usually either rtf/pdf and i am clueless on how to achieve this. I am currently using jasper 3.6 and have no problem upgrading to the latest if this feature is avaialble in lates relase. Another requirement that i have is to embed a document/pdf before the pdf/rtf generation based on some xml attribute. Can you please let me know if these 2 can be achieved in jsaper? Regards, Arun C
  2. Hi Ganapathy, Thanks for your reply. The issue with the box and first page is i have a table before this box which can extend any number of pages. So the problem was when the table before this box just ended such that jasper decides to paint the Text Field for Payment Terms in that n-1 page and nth page has the box. So i do not see how this situaiton can be resolved in this case. Do you suggest i should use one more variable for the page number and instead of 1 i use n there? but the box might not have sufficient space and like i have mentioned in the second issue the last text field in the box can be huge and the box should then stretch. I will try the stretcth with overflow attribute now
  3. I want to paint in my jasper some set of fields in a box. I am using the following piece of code to achieve the logic. There are 2 problems i am facing with this issue. 1) sometimes the box gets printed in the second page and the first 2 entries that i want to print in the box get printed in the first page. 2) When the text is large is it possible for me to expand the box that i have used? Do i have control on printing it later by using Evaluation time by any chance? I mean can i dynamically change the coordinates of the box? It would be great if i can get a response as soon as possible. Eagerly waiting for the response. PS: I have attached the screen shots for both the issues Code: Post Edited by arunc at 03/03/2010 06:23
×
×
  • Create New...