Because so many recruiters and HR departments expect
resumes in Microsft Word format (unfortunately), it
would be nice to be able to translate the XML format to
that.
I've begun some preliminary work on trying to convert
to RTF, and I've discovered that the RTF format is a
convoluted mess. I'll let you know if I come up with
anything useful.
--Bruce
Logged In: NO
I have been using the HTML output and pulling this in to MS
Word. It comes out Ok.
Logged In: YES
user_id=288906
I'm also looking into this.
Logged In: NO
Sorry: I submitted my request (500253) before I saw this
one. But my request does add another possibility that
doesn't seem to have been considered for this one, i.e.
using Formatting Objects (FO) as an intermediate output,
and then applying jfor to produce RTF that can be loaded
into MS Word.
Logged In: YES
user_id=99085
Another possibility is to use Jade, a freeware DSSSL
system. Jade can produce RTF directly. Problem is, does
anyone besides a select, elite few know DSSSL?
Logged In: YES
user_id=428883
Ms word has the ability to read in HTML files as *.doc
files if you add content-type and content-deposition
headrers in PHP. I am working on a class for creating word
documents from PHP, and intend to use XMLresume + my class
to create HTML (2 different version) and Word resume's from
a single XML file
Logged In: YES
user_id=288906
jfor seems like to me like the best way to go. I've done
some hacking on a custom rtf.xsl but it's uuuugly stuff.
The plan is to integrate jfor into FOP; that's good for us,
since we depend on FOP already.
I tried using jfor 0.5.1 and the results weren't entirely
satisfactory, but I haven't done the homework to determine
what exactly are the problems. It may be that some of them
could be worked around by changing the way we generate the
FO document.
I don't know DSSSL and that approach seems not much less
complex than writing our own RTF stylesheet...
Incidentally, I assigned this item to myself only in an
effort to coordinate and minimize duplication of effort.
Please don't anyone take it as me wanting to hog all the
fun. ;-)
Logged In: YES
user_id=288906
jfor seems like to me like the best way to go. I've done
some hacking on a custom rtf.xsl but it's uuuugly stuff.
The plan is to integrate jfor into FOP; that's good for us,
since we depend on FOP already.
I tried using jfor 0.5.1 and the results weren't entirely
satisfactory, but I haven't done the homework to determine
what exactly are the problems. It may be that some of them
could be worked around by changing the way we generate the
FO document.
I don't know DSSSL and that approach seems not much less
complex than writing our own RTF stylesheet...
Incidentally, I assigned this item to myself only in an
effort to coordinate and minimize duplication of effort.
Please don't anyone take it as me wanting to hog all the
fun. ;-)
Logged In: YES
user_id=160918
POI (specifically the HDF component) from Apache might be
of some help.
--snip--
HDF (Horrible Document Format)
HDF is our port of the Microsoft Word 97 file format to
pure Java. It supports read and write capability. Please
see the HDF project page for more information. This
component is in the early stages of design. Jump in!
--snip--
http://jakarta.apache.org/poi/
Logged In: YES
user_id=11485
http://sourceforge.net/tracker/index.php?func=detail&aid=586331&group_id=29512&atid=396337
Logged In: YES
user_id=480748
http://sourceforge.net/tracker/index.php?func=detail&aid=586177&group_id=29512&atid=396338
has been marked as a dup of this. It recommended using jfor.
Logged In: YES
user_id=610952
I'm the "nobody" who first suggested the possibility of using
jfor (2002-01-06 23:55) for this project. This is probably a
dumb question, but has there been any coordination with the
jfor developers as far as adding support for any further RTF
constructs needed (or wanted) for this feature? Because I see
that they're at version 0.7, and they still have only partial
support for at least some constructs.
Logged In: YES
user_id=530918
1.5.0 now has Makefile support for using jfor or xmlmind to
convert to RTF. I'm going to keep this discussion open in
case anybody wants to submit problems using either of these
packages.
mark
Logged In: YES
user_id=656329
Hi nobobdy :-)
Just load the html file into word and save it.
A.
Logged In: YES
user_id=642572
I think that the best way is still to just *say* that its a
doc file and just generate the HTML and have it have a .doc
extention
Has anyone had any issues with that? It seems to work very well.
- Mick