On Thursday 22 November 2007 04:57, Daling Xu wrote:
> Hi,
>
> I fully understand the process of from Java Obj -- > xml --> Fo file
> --> PDF and already made it work in my application.
>
> But is it possible directly create FONode objects, e.g. Flow, Table
> in my java code and then call a FOP api
On Nov 21, 2007, at 20:57, Daling Xu wrote:
Hi
I fully understand the process of from Java Obj -- > xml --> Fo
file --> PDF and already made it work in my application.
But is it possible directly create FONode objects, e.g. Flow, Table
in my java code and then call a FOP api (maybe a Rende
This should be possible and it has been asked before, but in my opinion,
it's a bad idea:
- You hardcode your layout in Java code which makes the whole thing hard
to maintain and requires FO knowledge as well as Java knowledge.
- You have to rewrite the whole transformation functionality in Java
wh
on on the framework.
Regards,
Glen
[1] http://code.google.com/p/warthog/
[2] http://www.jroller.com/gmazza/date/20071121
--
View this message in context:
http://www.nabble.com/-ANNOUNCE--Warthog-Reports-Framework-1.0-now-available-tf4853236.html#a13887602
Sent from the FOP - Users mailing list a
Hi,
I fully understand the process of from Java Obj -- > xml --> Fo file --> PDF
and already made it work in my application.
But is it possible directly create FONode objects, e.g. Flow, Table in my
java code and then call a FOP api (maybe a Renderer or something) to generate a
PDF f