Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Thanks, but I found an other solution in the meantime:
<cfdocument format="flashpaper">
<cfcontent file="#fileName#">
</cfdocument>
Copy link to clipboard
Copied
Starting with a CFM page, how does it then go?