[jboss-user] [JBoss Seam] - Re: PDF table doesn't show in RTF format

2008-02-15 Thread brachie
done :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129576#4129576

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129576
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: PDF table doesn't show in RTF format

2008-02-15 Thread terryb
Alexander yes please attach it, would be useful to see how you do it.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129570#4129570

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129570
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: PDF table doesn't show in RTF format

2008-02-14 Thread brachie
@terryb: ok, I voted for the feature request in Jira! :-)

If anyone is interested I can attach my two very basic implementations classes 
of UIRtfCell and UIRtfTable to the Jira issue?

Regards,

Alexander

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129567#4129567

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129567
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: PDF table doesn't show in RTF format

2008-02-14 Thread [EMAIL PROTECTED]
RTF support really is more experimental than not, but I'll definitely take a 
look at this.  As brachie noted, due to the way iText is implemented this 
requires a new set of iText objects.  I'm not sure how easily the current tags 
could be made to support the RTF components, but if it's not a good match all 
new tags will be needed.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129556#4129556

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129556
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: PDF table doesn't show in RTF format

2008-02-14 Thread terryb
JIRA filed:

http://jira.jboss.com/jira/browse/JBSEAM-2620


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129535#4129535

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129535
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: PDF table doesn't show in RTF format

2008-02-14 Thread terryb
Alexander thanks, it will be a nice feature to have in Seam. I will log jira 
pleaes vote if you may use built-in feature for your future development.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129532#4129532

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129532
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: PDF table doesn't show in RTF format

2008-02-14 Thread brachie
Hi,

I had a similar problem with SeamPDF and realized that in RTF format tables are 
not available.

What I did is extending the SeamPDF with two classes UIRtfCell and UIRtfTable. 
The implementation is similar to to UICell and UITable, but using the itext 
RTF-Table implementation classes.
Also, you have to add your new tags to the xml files contained in the SeamPDF 
package.

Regards,

Alexander

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129497#4129497

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129497
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user