RTF -> HTML convertor

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Orkan
Forum Commoner
Posts: 32
Joined: Sun Aug 24, 2003 9:07 am
Location: Ukraine
Contact:

RTF -> HTML convertor

Post by Orkan »

Help me plz with subj!!!

I need subj script.
Searched all over the Inet... fount few, but they doesn't work...

Modified one so that it works a little... but I need to add functions so that it can parse tables, but I can't do it... something goes wrong...

Maybe someone can help me with this? Or advice where can I find working example?

The problem is that I can't assign value to the variable. I'm working on it for over an hour, but there is no results. It seems that value is assigned, but then, in some mistic way, it disapears... I can't determine why...

Please help!!!
User avatar
Orkan
Forum Commoner
Posts: 32
Joined: Sun Aug 24, 2003 9:07 am
Location: Ukraine
Contact:

Some progress

Post by Orkan »

I have some progress in working on the script...
I solved the problem with those vars... So my script can already parse tables. BUT... I can't find how merged cells are marked... I found documentation, but real rtf document saved in word 97 differs from what is written in docs... I observed only vertically merged cells control words.

Help me plz with this one!!!
User avatar
wmasterj
Forum Commoner
Posts: 40
Joined: Mon Aug 18, 2003 5:52 pm
Location: Stockholm, Sweden

Post by wmasterj »

Could you tip me on where you got that RTF -> HTML stuff.
User avatar
Orkan
Forum Commoner
Posts: 32
Joined: Sun Aug 24, 2003 9:07 am
Location: Ukraine
Contact:

PHPclasses

Post by Orkan »

I took script on PHPclasses.org.
It wasn't working, but after some hours of modification :) I had some progress.
Also I have Microsoft documentation...
the007killer
Forum Newbie
Posts: 1
Joined: Mon Apr 19, 2004 5:32 am
Location: Australia

Post by the007killer »

could you by any chance email me the script that you ended up with?
User avatar
MarK (CZ)
Forum Contributor
Posts: 239
Joined: Tue Apr 13, 2004 12:51 am
Location: Prague (CZ) / Vienna (A)
Contact:

Post by MarK (CZ) »

Yeah I would also like to see that! :)
User avatar
lloyd_borrett
Forum Newbie
Posts: 1
Joined: Sat Sep 02, 2006 7:07 pm
Location: Cranbourne North, Victoria, Australia
Contact:

Post by lloyd_borrett »

G'day,

Is there any chance someone could email me a working copy of this script/class to lloyd@borrett.id.au?

Or maybe contribute it back to phpclasses.org?

The one that I can find seems to be the original one that doesn't work.

Best Regards, Lloyd Borrett.
Post Reply