Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to embed a pdf file?

Community Beginner ,
Jul 03, 2012 Jul 03, 2012

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

614
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 03, 2012 Jul 03, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 03, 2012 Jul 03, 2012

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

<cfdocument format="flashpaper">

        <cfcontent file="#fileName#">

</cfdocument>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 03, 2012 Jul 03, 2012
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources