[seam-issues] [JBoss JIRA] Created: (JBSEAM-4517) Add Support to create New Page for Chapter/Section in PDF

Cody Lerum (JIRA) jira-events at lists.jboss.org
Wed Jan 6 19:41:30 EST 2010


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


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

        


More information about the seam-issues mailing list