Download shortcode on an acrobat logo

WordPress
20 August, 2021 00:29:40
julienFREC
Topics: 2
Messages: 4
Hello,
I generate PDF from wordpress posts meta, using the shortcode [e2pdf-download]. I'ld like the download link to appear on a pdf image to make it more visual to my readers.

Isn't there an option or a shortcode in e2pdf that make the download text into an image ? can i transform the shortcode into the url with a <a href="[shortcode]"> ?

Thanks !
20 August, 2021 00:52:34
E2Pdf
Support
Topics: 7
Messages: 3176
Hi,

You must be able to use "output" attribute with [e2pdf-download] shortcode to output only "url" as:

<a href='[e2pdf-download id="1" output="url"]'><img src="..."></a>

* where 1 is the ID of E2Pdf Template.

P.S. Keep attention also please on "quotes" over shortcode.

We remain at your service.
We would really appreciate your feedback at WordPress.org!
20 August, 2021 00:56:31
julienFREC
Topics: 2
Messages: 4
Thanks Oleksander, that was one really fast reply !
I'm trying this immediately, thank you

I can see that i'm not that good in HTML, i could have found it using the documentation :) as the solution was simple !

have a nice day!