Skip to main content
Known Participant
August 11, 2011
Question

Convert Word to PDF upon upload

  • August 11, 2011
  • 1 reply
  • 2039 views

We are going to develop an online document management system for our procedures.

We want to store the Word doc for future edits and we want to index and display the PDF document for staff.

Is it possible to upload a Word doc and have cf convert it to a pdf?

Ideally we'd also like a watermark with the current date when printed.

I am on cf8, but can upgrade to cf9 if needed.

Thank you

    This topic has been closed for replies.

    1 reply

    Inspiring
    August 11, 2011

    You can convert an MS Word file (*.doc) to a PDF using ColdFusion 9. You can add a watermark to a PDF file using the CFPDF tag.

    References

    CFDOCUMENT
    http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c21.html


    Using cfdocument
    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS692D73AF-6338-495d-9E47-C2ECD8BF9307.html


    CFPDF
    http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7995.html


    Adding and removing watermark images
    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec11e6d-7fff.html

    Known Participant
    August 11, 2011

    Thank you very much, I will start the process now of moving my site to CF9.