Question
2
Replies
83
Views
Legato
Posted: June 12, 2019
Last activity: June 13, 2019
Closed
Solved
How to insert document in a paragraph?
I would like to insert a pdf file in the Paragraph, can anyone help me?
Hi Rishi,
Are you trying to show a pdf file on screen using paragraph rule?
You can try including the below tag in paragraph rule in source mode:
<embed src="http://www.pdf995.com/samples/pdf.pdf" width="800px" height="2100px" />
Give the accessible pdf path as src. I tried previewing it, pdf gets loaded properly.
Hope it helps.
Thanks.