I am using an API call to generate a PDF and return the path to the generated pdf
To make it look pretty, I want to send this in an email, but I want send it as a link like
“To see the pdf please click here”
I am using an API call to generate a PDF and return the path to the generated pdf
To make it look pretty, I want to send this in an email, but I want send it as a link like
“To see the pdf please click here”
If the email can handle HTML, then you would format it like this.
To see the pdf please click <a href="https://blah.blah/something.pdf">here</a>
Hi Jeff,
Once again thanks for coming to the rescue. This works perfectly for me.
Thanks
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.