Hi, I'm trying to format some text using RTF and then save that out as an word doc. Does anyone know if there a good website that shows me how to do basic stuff?
RTF files are simply plain ASCII text files. here is the Rich Text Format (RTF) Version 1.5 Specification. PHP has numerous built in function for working with plain text files: [man]fopen[/man] [man]fread[/man] [man]fwrite[/man]
Is there a way to format things into tables with RTF? I can't find anything from Google...
Originally posted by biannucci Is there a way to format things into tables with RTF?
yes, it's all there in the spec