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

cfhtmltopdf image issue

Contributor ,
Apr 16, 2018 Apr 16, 2018

Just upgraded to CF2016 on a Windows 2016 server. Using CFHTMLTOPDF for the first time and I can't get any image to convert. The PDF created just has a "?" where the image should be. What am I missing? It worked fine before with CFDOCUMENT.

<cfhtmltopdf>

<img src="logo.jpg">

</cfhtmltopdf>

Thanks in advance for any help!


Gary

805
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
Adobe Employee ,
Apr 17, 2018 Apr 17, 2018
LATEST

Hi Gary,

Please check if you are able to get the HTML to print the image. I had trouble getting image display in HTML. I had to put the image into the wwwroot folder. If you can get the image ti display in html browser than add the cfhtmltopdf tag.

Thanks,

Priyank

Thanks,
Priyank Shrivastava
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