Hi,
As per my requirement ,I need to display the attachments(pdf or excel or word) for the notes in an iframe.
How can we achieve this?
*This post is locked for comments
Hi,
As per my requirement ,I need to display the attachments(pdf or excel or word) for the notes in an iframe.
How can we achieve this?
*This post is locked for comments
Can we download the pdf and keep it in local folder and then access it from there to display in iframe?
Hi ,
Create one HTML webroesource and add the html in the iframe ,
Please note that the pdf file should be hosted somewhere to display.
try with this -
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
</head>
<body>
<embed src="test.pdf" type="application/pdf" width="100%" height="600px" />
</body>
</html>
André Arnaud de Cal... 291,735 Super User 2024 Season 2
Martin Dráb 230,466 Most Valuable Professional
nmaenpaa 101,156