Word/RTF/OpenOffice Processor

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Word/RTF/OpenOffice Processor

Marcus-2
Hi all,
i was just wondering if anyone here has yet implemented an Processor to
creat Word/RTF Files or OpenOffice out of XSL-FO STylesheets. I found on
the net, there are some Java Processors that can do that and creating
only PDFs might not be enough for some.

I would be very thankful if anyone can provide help on this area, or can
lead me to some helpful information to do this by myself if no solution
exists at the moment.

Thanks a lot,
Marcus




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Word/RTF/OpenOffice Processor

Ethan Gruber
As far as I know, the FO namespace is specifically for creating Adobe PDFs.  You would have to use other stylesheets to convert to OpenOffice or Word DocX.  It would be similar to using XSL:FO, but not identical.  For example, there is a TEI-to-OpenOffice XSLT package: http://wiki.tei-c.org/index.php/TEI_OpenOffice_Package

You can import or export anything to/from OpenOffice if you provide stylesheets to do so.

Ethan

On Sun, Mar 28, 2010 at 9:49 AM, Marcus <[hidden email]> wrote:
Hi all,
i was just wondering if anyone here has yet implemented an Processor to creat Word/RTF Files or OpenOffice out of XSL-FO STylesheets. I found on the net, there are some Java Processors that can do that and creating only PDFs might not be enough for some.

I would be very thankful if anyone can provide help on this area, or can lead me to some helpful information to do this by myself if no solution exists at the moment.

Thanks a lot,
Marcus




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Word/RTF/OpenOffice Processor

Mark Dijkstra
In reply to this post by Marcus-2
http://wiki.orbeon.com/forms/community/contributions/xslfo-converter

This processor can convert xslf-fo to RTF

Be aware:

      Apache FOP version 0.9.5 : http://xmlgraphics.apache.org/

             The release 3.7_beta1 of Orbeon uses FOP version 0.93

 Good luck,

Cheers,
Mark

-----Oorspronkelijk bericht-----
Van: Marcus [mailto:[hidden email]]
Verzonden: zondag 28 maart 2010 15:50
Aan: [hidden email]
Onderwerp: [ops-users] Word/RTF/OpenOffice Processor

Hi all,
i was just wondering if anyone here has yet implemented an Processor to
creat Word/RTF Files or OpenOffice out of XSL-FO STylesheets. I found on
the net, there are some Java Processors that can do that and creating
only PDFs might not be enough for some.

I would be very thankful if anyone can provide help on this area, or can
lead me to some helpful information to do this by myself if no solution
exists at the moment.

Thanks a lot,
Marcus




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: RE: Word/RTF/OpenOffice Processor

Marcus-2
Hi,
i tried to use that processor by using an xpl and setting config to
"application/rtf".
But the result is unreadable and not a useable rtf-file :(
And yes, i just updated FOP to version 0.95 last year and added a custom
configuration file to use external fonts for PDF generation.
So, anyone has some other suggestions how i can create rtf or
OpenOfficeDocs? docx for Word would also be ok,
as long as i can produce formatted text-files that can easily be edited.

Thanks a lot,
regards, Marcus



Am 29.03.2010 10:02, schrieb Mark Dijkstra:

> http://wiki.orbeon.com/forms/community/contributions/xslfo-converter
>
> This processor can convert xslf-fo to RTF
>
> Be aware:
>
>        Apache FOP version 0.9.5 : http://xmlgraphics.apache.org/
>
>               The release 3.7_beta1 of Orbeon uses FOP version 0.93
>
>   Good luck,
>
> Cheers,
> Mark
>
> -----Oorspronkelijk bericht-----
> Van: Marcus [mailto:[hidden email]]
> Verzonden: zondag 28 maart 2010 15:50
> Aan: [hidden email]
> Onderwerp: [ops-users] Word/RTF/OpenOffice Processor
>
> Hi all,
> i was just wondering if anyone here has yet implemented an Processor to
> creat Word/RTF Files or OpenOffice out of XSL-FO STylesheets. I found on
> the net, there are some Java Processors that can do that and creating
> only PDFs might not be enough for some.
>
> I would be very thankful if anyone can provide help on this area, or can
> lead me to some helpful information to do this by myself if no solution
> exists at the moment.
>
> Thanks a lot,
> Marcus
>
>
>    


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Re: RE: Word/RTF/OpenOffice Processor

Mark Dijkstra
Hi Marcus,


what kind of exception did you get?
I used this processor a couple of times without any problems.

Greetings,
Mark



-----Oorspronkelijk bericht-----
Van: Marcus [mailto:[hidden email]]
Verzonden: wo 7-4-2010 21:51
Aan: [hidden email]
Onderwerp: [ops-users] Re: RE: Word/RTF/OpenOffice Processor
 
Hi,
i tried to use that processor by using an xpl and setting config to
"application/rtf".
But the result is unreadable and not a useable rtf-file :(
And yes, i just updated FOP to version 0.95 last year and added a custom
configuration file to use external fonts for PDF generation.
So, anyone has some other suggestions how i can create rtf or
OpenOfficeDocs? docx for Word would also be ok,
as long as i can produce formatted text-files that can easily be edited.

Thanks a lot,
regards, Marcus



Am 29.03.2010 10:02, schrieb Mark Dijkstra:

> http://wiki.orbeon.com/forms/community/contributions/xslfo-converter
>
> This processor can convert xslf-fo to RTF
>
> Be aware:
>
>        Apache FOP version 0.9.5 : http://xmlgraphics.apache.org/
>
>               The release 3.7_beta1 of Orbeon uses FOP version 0.93
>
>   Good luck,
>
> Cheers,
> Mark
>
> -----Oorspronkelijk bericht-----
> Van: Marcus [mailto:[hidden email]]
> Verzonden: zondag 28 maart 2010 15:50
> Aan: [hidden email]
> Onderwerp: [ops-users] Word/RTF/OpenOffice Processor
>
> Hi all,
> i was just wondering if anyone here has yet implemented an Processor to
> creat Word/RTF Files or OpenOffice out of XSL-FO STylesheets. I found on
> the net, there are some Java Processors that can do that and creating
> only PDFs might not be enough for some.
>
> I would be very thankful if anyone can provide help on this area, or can
> lead me to some helpful information to do this by myself if no solution
> exists at the moment.
>
> Thanks a lot,
> Marcus
>
>
>    



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

winmail.dat (4K) Download Attachment