Re: Generate PDF from dynamically generated WOComponents...
Re: Generate PDF from dynamically generated WOComponents...
- Subject: Re: Generate PDF from dynamically generated WOComponents...
- From: Phillip Hutchings <email@hidden>
- Date: Thu, 30 Apr 2009 08:25:57 +1200
I also use Apache FOP for pretty much the same reason you've outlined.
XSL-FO is somewhat of an art, but once you understand what you're
doing it gets easier.
This does depend on the style of output you're looking for though.
XSL-FO is only targeted at "book"-type publications. If you're doing
something more freeform you might want to look at another processor.
PrinceXML comes to mind, though I've never uesd it.
One thing to watch out for, make sure you have plenty of heap assigned
to Java - FOP can get quite large on big documents. It's also not
thread safe.
On Thu, Apr 30, 2009 at 06:26, shravan kumar <email@hidden> wrote:
> Hello Group,
> We have an app, where a module is presented to the user in a wizard fashion
> i.e., this module has several pages and user can navigate from one page to
> another using the wizard navigation controls and jump to any sections as
> required.
> Once the user has completed one trip to this wizard i.e., if for once user
> has watched all the screens in the wizard then upon user Finalizing the
> wizard data we would need to create a pdf with the content in each screen/
> page of the wizard automatically and email this pdf to our support team.
> We have components in this wizard designed and are functional. Now we need
> to get the pdf document out of this wizard generated automatically upon user
> finalizing the wizard data from back end.
> User is not suppose to invoke this pdf generation but rather should happen
> automatically.
> Any one please advise me the best way to achieve this and also suggest if we
> have any tools already available over the internet and I can reuse them
> here.
> Please let me know if I did not present myself correctly.
> Thanks in advance,
> Shravan Kumar. M
> ------------------------------------------
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
--
Phillip Hutchings
http://www.sitharus.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden