P
Pohihihi
Hello NG,
I am currently volunteering for a local non profit organization, making few
software to run on donated computers. Few years back someone build an
application for them that saves filled forms as files in HTML. I guess at
that time that was a free way out rather using MS-Word or some other
application to make entry forms.
Anyways, problem is that they have thousands of HTML files and now they want
to change all to RTF (not doc). Good thing is that those files are using
lots simple html tags (<P>, <BR>, etc). No fancy stuff or CSS etc.
I know there are tones of commercial components that solves my problem but I
am looking in the direction of some thing in dotNet or older COM components
that might do some magic like that.
I have found a way to rip HTML off that file using AxBrowser (not a great
way as formatting gets messed, and yes I am avoiding Regex) but I am looking
for some thing that changes that html file to RTF directly. Any code sample,
site, or book might be a good help.
Thanks for the help.,
Po
I am currently volunteering for a local non profit organization, making few
software to run on donated computers. Few years back someone build an
application for them that saves filled forms as files in HTML. I guess at
that time that was a free way out rather using MS-Word or some other
application to make entry forms.
Anyways, problem is that they have thousands of HTML files and now they want
to change all to RTF (not doc). Good thing is that those files are using
lots simple html tags (<P>, <BR>, etc). No fancy stuff or CSS etc.
I know there are tones of commercial components that solves my problem but I
am looking in the direction of some thing in dotNet or older COM components
that might do some magic like that.
I have found a way to rip HTML off that file using AxBrowser (not a great
way as formatting gets messed, and yes I am avoiding Regex) but I am looking
for some thing that changes that html file to RTF directly. Any code sample,
site, or book might be a good help.
Thanks for the help.,
Po