RTF to TXT

Discussion in 'PHP' started by Pudge1, Aug 17, 2010.

  1. #1
    I want to convert RTF to TXT or HTML also PDF and DOC/DOCX using PHP.
     
    Pudge1, Aug 17, 2010 IP
  2. Narrator

    Narrator Active Member

    Messages:
    392
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    80
    #2
    With a quick search on google I was able to find about 5 php classes that do what you want to do.

    If you want to write your own parser open a .rtf in notepad to see what makes it up. It is pretty simpe, \par=new paragraph, \line=new line, \fs12=font size 12.

    Once you convert it to html there are several free classes to convert to pdf and doc/x.
     
    Narrator, Aug 17, 2010 IP
  3. zappak

    zappak Active Member

    Messages:
    366
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    80
    #3
    hi..

    I can help you out..
     
    zappak, Aug 18, 2010 IP
  4. Pudge1

    Pudge1 Well-Known Member

    Messages:
    912
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    140
    Digital Goods:
    1
    #4
    I looked on Google with many different searches and found one non-working class.
     
    Pudge1, Aug 18, 2010 IP