# Displaying PDF files

> To display a PDF file inside a form:

## Local PDF file

To display a PDF file inside a form:

1. 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`.
2. Add an **HTML Element** component inside the form.
3. 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.
   
   ![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-285604-8df0c156.webp)
