# PDF Downloader Application

This guide explains how to use the PDF Downloader application to download PDF files from URLs.

## How to Work with This Application

### 1. Enter URLs in the file.csv file:

- Open the `file.csv` file
- Enter the URLs of the PDFs you want to download, each on a new line
- Save the file

### 2. Run the Application:

- Open your terminal
- Navigate to the project directory
- Run the command: `bun start`

### 3. Check the `downloads` folder:

- After the application has finished running, check the `downloads` folder for the downloaded PDF files
