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

Muthukumaran M

Members
  • Posts

    3
  • Joined

  • Last visited

Muthukumaran M's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Hi, I want to create MS word document output with the following:- Header and footer - these data will be filled dynamically(from DB)Table of contentsCurrent date in footer when user open the document.Automatic chapter no., Page number,Page total and Table of content arrangement when we delete or add new chapters.Write rtf file content as it is into current document.Print images in a table cell How can we achieve in Java? If we can achieve this in java, can we use jasper 6.3.1&Apache poi 3.16 APIs to create .jasper file. So that I can generate the actual MS word document output through jasper. Thanks in advance!
  2. I want docx output with global header and footer. So, whenever user edit the content body it should not occupy/overlap with header and footer space/band in docx file. In this case the content body should overflow to next page. Can anyone clarify me how can i achieve this output.
  3. I want the docx document with the following things as in MS word document 1)Header and footer(edit of this should be applicable to all pages) 2)Edit a cell of table should rearrange the table size and page numbers. So,I have created standlone java class to generate docx file with global header and footer using Apache POI 3.16. But when i try to import the same class in japser scriptlet i am getting error 'Error loading scriptlet class'. Can anyone explain, is there any limitations to load jar files in scriptlet or what types of java class/jar files (like classes having return statement) can be used in jasper scriptlet. Or how can i use the standalone document write class file in jasper. If it is not possible is there any alternate ways to achieve the same output?
×
×
  • Create New...