I am re-writing a Church website where certain documents need to be uploaded to the server by a number of different people. All the people have log in rights and uploading the files is not the issue.
The files are created to be used as paper copies and are Newletters, Sermons, Bulletins and Diary items etc. All the documents are basic text with some limited formatting - bold, underline, centered, left aligned etc. (ie. No tables, images or any other complications) and are in RTF format although they could be saved as any required type of file.
They are to be uploaded to the server without any further editing being required, the uploaders are neither tech savvy enough to HTML format them, nor do they have the time.
I need to automate the parsing process and have been looking at RTF parsers but all the ones I have found are beta versions which suggest that the RTF format is a hard one to decode.
I was wondering if anyone out there has similar requirements and how you handle such documents.
Keith
The files are created to be used as paper copies and are Newletters, Sermons, Bulletins and Diary items etc. All the documents are basic text with some limited formatting - bold, underline, centered, left aligned etc. (ie. No tables, images or any other complications) and are in RTF format although they could be saved as any required type of file.
They are to be uploaded to the server without any further editing being required, the uploaders are neither tech savvy enough to HTML format them, nor do they have the time.
I need to automate the parsing process and have been looking at RTF parsers but all the ones I have found are beta versions which suggest that the RTF format is a hard one to decode.
I was wondering if anyone out there has similar requirements and how you handle such documents.
Keith