• Hi, I have used this option() to show the image of users at the top of the pdf, but in PDF a red cross sign is appearing where the image is supposed to show. If I use this option (<p>Attach Member Photo:[AttachMember-Photo]</p>), then it displays only the image name.extension(.jpg or .png) instead of showing the entire link. When I try to show a attachment link it shows the field name(<p>CV:[CV]</p>). Everything else is working great. Hope to get a solution for this.

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • I am using the signature add for CF7 also.
    The image shows in the PDF as a broken link.
    But, the image is attached in the text email.

    If you have any thoughts on how to troubleshoot this further, please let me know.

    Tom

    Thread Starter indrabhusanroy

    (@indrabhusanroy)

    Hi, I am also using signature addon to show the signature like this & it is working fine. It is showing the image. Here is the html below for reference TO SHOW THE SIGNATURE AS IMAGE:

    <img src="[signature]" width="350" />

    Here [signature] is the tag.

    Now If you want to show the signature as a link, use this HTML:

    <p>Signature:[signature]</p>

    You will get this TAG”[signature]” under PERSONALIZE YOUR PDF SECTION.

    SIGNATURE ADDON WORKS FINE WITH THIS PDF GENERATOR PLUGIN. ONLY PROBLEM IS THAT IT IS NOT SHOWING THE ANY UPLOADED IMAGE AS IMAGE. IT IS SHOWING AS A LINK IN THE PDF.

    Thread Starter indrabhusanroy

    (@indrabhusanroy)

    IF THIS DOES NOT WORKS THEN YOU HAVE THE UPDATE THE PLUGIN WHEN THE NEXT UPDATE COMES. THEY HAVE SAID THAT MY PROBLEM WITH IMAGE NOT SHOWING WILL BE FIXED IN THE NEXT UPDATE.

    Hi,

    I have found the solution for this problem.

    You must use a CDN or another server for host your images.

    Per example i use Cloudimage.io (free plan)

    With this tool, you have just to add “https://[your-private-token].cloudimg.io…&#8221; before your image url and this is work fine.

    The problem is apparently due to the mPDF library that plugin use to generate PDF files.

    Hope i help you.

    Hello Bessonweb,

    how to add that code and where? please help me

    @jasmin75

    It’s very easy !

    You create an account in cloudimage.io

    You get your token

    After you have just to add the url “https://[your-private-token].cloudimg.io&#8221; before the url of your image.

    So if your image url is : https://your-site.com/my-image.jpg

    The final url is : https://[your-private-token].cloudimg.io/https://your-site.com/my-image.jpg

    You must add this url in a “img” tag or in the “background-image” css rule per example.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Image or link not showing in PDF’ is closed to new replies.