pdf2preview / README.md
David Chuan-En Lin
update some formatting, links, images
041ed15
---
title: PDF ➡️ Preview
emoji: 📄
colorFrom: purple
colorTo: purple
sdk: streamlit
app_file: pdf2preview.py
---
# PDF ➡️ Preview
A simple tool to save me time on Illustrator. Generates a preview image for a PDF file. Useful for sneak peeks to academic publications on project websites or presentation slides.
![Example](/Users/david/Home/CMU/Notes/images/example-6133654.png)
---
## Try it out!
http://pdf2preview.chuanenlin.com
---
## Setting up
1. Clone the repository.
```python
git clone https://github.com/chuanenlin/pdf2preview.git
cd pdf2preview
```
2. Install package dependencies.
```python
pip install -r requirements.txt
```
3. Run the app.
```python
streamlit run pdf2preview.py
```