Image on PDF

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Athensmusic
    Member
    • Feb 2020
    • 51

    Image on PDF

    Hi,
    While was using TCPDF engine on PDFs, had a url field, so on pdf was showing image from that field url.

    Now, after removing TCPDF engine, can't figure out if there is an option to show an image using url field (not through image field).

    Or, if there is any way to make use of TCPDF engine.

    Thanks
  • yuri
    Member
    • Mar 2014
    • 8453

    #2
    Hi, Not possible out of the box. Dompdf has the parameter https://github.com/dompdf/dompdf/blo...ions.php#L1010, it might do what you need.

    Note that may bring about security issues.

    Click image for larger version

Name:	image.png
Views:	170
Size:	34.2 KB
ID:	101797
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • Athensmusic
      Athensmusic commented
      Editing a comment
      but, how to set 'isRemoreEnable" to true?
      curl and allow_url_fopne are both enabled
  • BigBoss
    Member
    • Nov 2023
    • 86

    #3
    If you want to continue using the TCPDF engine, you can install the extension.
    Will be available as an extension. Those who use the TCPDF engine and want to continue using it after upgrading, need to install the extension and change the PDF engine to TCPDF at Administration >...

    Comment


    • Athensmusic
      Athensmusic commented
      Editing a comment
      whould be an easy solution but does not seem to work like a extension.
      trying to upload it and I get the error "It's not an Installation package."

    • yuri
      yuri commented
      Editing a comment
      You likely downloaded not a proper archive. Download the release package https://github.com/yurikuzn/ext-tcpdf/releases

    • Athensmusic
      Athensmusic commented
      Editing a comment
      Right,
      Thanks!
Working...