I have a script that takes the articles out of the database and places them in a .txt file, but i would like to place them in a .rtf format, is there a way to convert or compile a .rtf file?
Thank in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
RTF is just a text format (kind of like html), so yes, you can convert it easily enough by opening the file, inserting the right rtf codes (basically, just a header), and saving it as a .rtf file. Google for the rtf spec. What would get complicated is things like making headlines bold, etc.