Skip to main content
K3NetSolutions
Inspiring
July 3, 2012
Question

How to embed a pdf file?

  • July 3, 2012
  • 1 reply
  • 687 views

Hi,

I'm looking for a way to embed a pdf file into my cf-page. Does anyone know a good way to handle this? I'm using CF9

This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
July 3, 2012

Scroll to the section, "Embedding using Acrobat.com". I should warn you it involves some vendor lock-in.

Added edit: I have assumed that the HTML embed tag didn't work for you. It didn't for me.

K3NetSolutions
Inspiring
July 3, 2012

Thanks, but I found an other solution in the meantime:

<cfdocument format="flashpaper">

        <cfcontent file="#fileName#">

</cfdocument>

BKBK
Community Expert
Community Expert
July 3, 2012

Starting with a CFM page, how does it then go?