converting rtf to pdf

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ogo796
    New Member
    • Jan 2008
    • 44

    converting rtf to pdf

    hi everyone

    hi everyone i am wondering if there is a way of converting rtf to pdf using php code.if it is possible just give me a glue so that i can make the follow up on that.

    thanks
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    Originally posted by ogo796
    hi everyone

    hi everyone i am wondering if there is a way of converting rtf to pdf using php code.if it is possible just give me a glue so that i can make the follow up on that.

    thanks
    Haven't tacked this problem myself, but php can execute a command line.

    shell_exec();

    So i guess find a commandline converter. and you'll be set.

    You running Linux, Unix, Windows, Mac?

    Comment

    Working...