Hi Team,
I have a requirement to put customized optical marks on the documents I am generating using Jaspersoft framework. The datasource for the report is a list of Java beans, with each bean representing a document. The entire list of documents is exported as a single PDF file.
Now, the page numbers in PDF needs to be logically marked as follows: 0,1,2,3 - 0,1,2,3 - 0,1,2,3 -(repeats, irrespective of where an individual document ends). The Optical mark is of four straight lines (stacked vertically), represented as below (with description on their right hand side):
_____ = Present on page 2 and 3, not present on page 0
_____ = Present on page 1 and 3, not present on page 0
_____ = End of document identifier- Is present at the end of a document (a document is represented by a Java Bean).
_____ = Bench Mark- Present on every page
Is it possible to create such customized Optical marking scheme within the documents generated by the Jaspersoft framework? Can this be incorporated as a feature in a future release?
Thank You.
Recommended Comments