In preparation for the imminent arrival of the heterogenous transforms, I have converted FopView to FopTransform. Below is a small sample maverick.xml. Sources are attached.
--jim
P.S. Jeff and Scott, what does it take to get this to be an official opt
package, able to be downloaded from the sourceforge site?
<?xml version="1.0" ?>
<maverick version="2.0" default-view-type="document"
default-transform-type="document">
<modules>
<transform-factory type="fop"
provider="org.infohazard.maverick.opt.transform.FopTransformFactory"/>
</modules>
<commands>
<command name="report">
<controller class="some.class"/>
<view name="html" path="/report.jsp"/>
<view name="pdf" path="/foTemplates/report.jsp">
<transform type="fop"/>
</view>
</command>
</commands>
</maverick>
----- Original Message -----
From: "Jeff Schnitzer" <[EMAIL PROTECTED]>
To: "Richard Elsberry" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, June 04, 2002 6:38 PM
Subject: RE: [Mav-user] JSP output that is html and converting to pdf
That feature should be in CVS Real Soon Now(TM), end of the week at
latest :-)
Jeff
> -----Original Message-----
> From: Richard Elsberry [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 04, 2002 12:36 PM
> To: [EMAIL PROTECTED]
> Subject: [Mav-user] JSP output that is html and converting to pdf
>
> Hello,
>
> I have a web application that uses a jsp template with html tags to
> display database info. Using https, the applciation requires user
login
> and has several layers of included jsp pages. I would like the user to
> have the ability to select a desired page and display it as a pdf file
> for printing or distribution. I've been experimenting with Maverick
with
> the help of one of the list members who also suggested I post a
message
> to this group.
>
> I realize that I could probably convert all of my jsp pages to xml
tags
> and output either html or pdf as desired. However, this would require
a
> lot of rewriting. There must be a way to grab the html output and
> convert to pdf on fly from within the applcation but I haven't been
able
> to figure it out.
>
> I am wondering if anybody has already dealt with this scenario.
>
> Thanks,
> Richard
>
>
> _______________________________________________________________
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
>
> _______________________________________________
> Mav-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mav-user
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user
FopTransformFactory.java
Description: Binary data
FopTransform.java
Description: Binary data
