Question
Deloitte
Deloitte
IN
Deloitte
Posted: Jun 12, 2019
Last activity: Jun 13, 2019
Last activity: 13 Jun 2019 1:48 EDT
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.