Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How can this be done?

0 views
Skip to first unread message

Doug

unread,
Jan 3, 2002, 10:08:20 PM1/3/02
to
Here is the scenario:

I have an online employee evaluation system, the employees manager can
currently get his/her "employee" report as a web page. I need to be able to
offer the report as an editable document (RTF,DOC). The site is php &
mysql on a linux system. I know I can easily offer a PDF file, but PDF's
are not editable (unless you have software). My customers use windows
machines so an RTF or DOC file would be best.


I have tried 2 html to rtf converters (all I could find) but they do not do
a quality job (not even close). Has anyone else had this problem?

Thanks for any suggestions,
Doug
do...@essex3.com


Henrik Hansen

unread,
Jan 4, 2002, 3:13:27 AM1/4/02
to
"Doug" <do...@essex3.com> wrote:

> Here is the scenario:
>
> I have an online employee evaluation system, the employees manager can
> currently get his/her "employee" report as a web page. I need to be able to
> offer the report as an editable document (RTF,DOC). The site is php &
> mysql on a linux system. I know I can easily offer a PDF file, but PDF's
> are not editable (unless you have software). My customers use windows
> machines so an RTF or DOC file would be best.

If you are on a windows server you can use COM to create word documents.

> I have tried 2 html to rtf converters (all I could find) but they do not do
> a quality job (not even close). Has anyone else had this problem?

depends on how complicated the html are. Maybe create a PDF and
convert that, dont know if more converters exist for that.

--
Henrik Hansen

The alt.php faq: http://www.alt-php-faq.org/
printf("%s",pack("c*",(10*8.2),sqrt(7056),bindec(1000110),octdec(115)));

CJ Llewellyn

unread,
Jan 4, 2002, 8:57:32 AM1/4/02
to
On Fri, 04 Jan 2002 09:13:27 +0100, Henrik Hansen <h...@fsck.dk> typed
with two fingers:

>"Doug" <do...@essex3.com> wrote:
>
> > Here is the scenario:
>>
> > I have an online employee evaluation system, the employees manager can
> > currently get his/her "employee" report as a web page. I need to be able to
> > offer the report as an editable document (RTF,DOC). The site is php &
> > mysql on a linux system. I know I can easily offer a PDF file, but PDF's
> > are not editable (unless you have software). My customers use windows
> > machines so an RTF or DOC file would be best.
>
>If you are on a windows server you can use COM to create word documents.

If you are not using a windos server then you can create windows
scripting host files on the server and download them to the manager's
PC to create the documents on the fly.

Otherwise you could set up a document that reads its data from the web
server via XML.

Regards, CJ Llewellyn
http://www.cjllewellyn.org.uk/
http://www.north-lincolnshire.com/

Jason

unread,
Jan 4, 2002, 7:49:00 PM1/4/02
to
> If you are not using a windos server then you can create windows
> scripting host files on the server and download them to the manager's
>PC to create the documents on the fly.

HI CJ

Do you know of any links or resources where I would find out how to create
windows scripting host files and have them downloaded and run in the local
browser ?

Thanks

Jason
http://www.widgetsworld.co.uk


CJ Llewellyn

unread,
Jan 4, 2002, 9:30:19 PM1/4/02
to
On Sat, 5 Jan 2002 00:49:00 -0000, "Jason" <wid...@techie.com> typed
with two fingers:

>> If you are not using a windos server then you can create windows
>> scripting host files on the server and download them to the manager's
>>PC to create the documents on the fly.
>
>HI CJ
>
>Do you know of any links or resources where I would find out how to create
>windows scripting host files and have them downloaded and run in the local
>browser ?

Well there is a whole bunch of documentation for Windows Scripting
Host @ http://www.microsoft.com/, you should also read Word's VBA
documentation as most of the work you'll be doing is working with
Word's COM object model.

http://www.amazon.co.uk/exec/obidos/ASIN/067231374X/o/qid=1010197840/sr=8-1/ref=sr_aps_b_1_1/202-0328663-5783026

is a very good book for learning WSH, but anybody with BASIC
programming skills can soon start hacking code.

http://www.bme.ie/index.php?m=PHP-APP-DL&language=en

Shows how to get a file to download.

You'll need to educate users into saving or running the file from the
server.

LiHui

unread,
Jan 13, 2002, 8:25:06 AM1/13/02
to
Please visit website: http://www.hz2006.com ,and DOCtoHTML Translator can help you!

Paggard

unread,
May 28, 2002, 6:29:17 AM5/28/02
to
Thw best solution is RTF:

http://paggard.dlight.ru/rtf_gen/

here is the RTF Generator.

0 new messages