Skip to main content
Known Participant
December 6, 2006
Question

Word To PDF ???

  • December 6, 2006
  • 2 replies
  • 493 views
Hi everyone,
Please help me.
I have to convert word doc to PDF file.
Please tell me any solution either is it
in coldfusion or in java.

Platform: linux
    This topic has been closed for replies.

    2 replies

    Known Participant
    December 8, 2006
    Well, believe it or not, I recommend a non-ColdFusion solution:

    There is a free document printer/converter available (in sponsored mode) called PDF995. You can get it here: http://www.pdf995.com/download.html

    Just tried it and works like a champ and it's free (again, with ads)! Just bring up a Word Doc, go to File > Print and select "pdf995" from the list of available "printers". Then, select a filename and directory to save to and VIOLA! Instant PDF. I'm adding this great little app to my toolbox.
    Inspiring
    December 6, 2006
    What version of CF server u r using?.

    if u r using CF 7.0....we have cfdocument tag...

    <cfdocument format = "PDF" >
    HTML and CFML code
    </cfdocument>