Formatted, editable file generation

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
JasonTC
Forum Commoner
Posts: 92
Joined: Wed Nov 02, 2005 11:05 am
Location: Grand Rapids, MI

Formatted, editable file generation

Post by JasonTC »

I need to generate some editable reports. Our clients like doc format, but I did a little research and found out it's not exactly legal to write a program that creates doc files. I need to generate files that can be formatted in a certain way and also edited by our clients. Anybody know of anything like this?

Thanks,
Jason
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

.rtf
JasonTC
Forum Commoner
Posts: 92
Joined: Wed Nov 02, 2005 11:05 am
Location: Grand Rapids, MI

Post by JasonTC »

Perfect, thanks.
Post Reply