[
https://jira.jboss.org/jira/browse/JBSEAM-4517?page=com.atlassian.jira.pl...
]
Norman Richards closed JBSEAM-4517.
-----------------------------------
Fix Version/s: 2.2.1.CR1
Resolution: Done
Assignee: Norman Richards
Tossing this in - thanks for the contribution. Could you test to make sure it works for
you?
Add Support to create New Page for Chapter/Section in PDF
---------------------------------------------------------
Key: JBSEAM-4517
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4517
Project: Seam
Issue Type: Feature Request
Components: PDF
Affects Versions: 2.2.0.GA
Environment: Seam 2.2.0GA
Reporter: Cody Lerum
Assignee: Norman Richards
Fix For: 2.2.1.CR1
Attachments: Itext.xml.patch, UIChapter.java.patch, UISection.java.patch
Attached is a patch to allow the triggering of a newPage when a Chapter or Section is
started. 3 Patches
1. UIChapter.java
2. UISection.java
3. itext.xml (documentation)
This was already supported by iText, seam was just missing the value binding on the tag.
Example:
<p:chapter newPage="true">
</p:chapter>
or
<p:chapter>
<p:section>
</p:section>
<p:section newPage="true">
</p:section>
</p:chapter>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira