Displaying PDF files
Local PDF file
To display a PDF file inside a form:
- Add the PDF file that you want to display in the same folder as the form you're using. In this example, the name of the PDF we are displaying is
pdf-sample.pdf. - Add an HTML Element component inside the form.
- In the Display tab, under Content, enter the code snippet below:
<embed src="pdf-sample.pdf" width=350 height=500/>.
Replace pdf-sample.pdf with the name of the file that you want to display.
