File size: 724 Bytes
92e18ce
 
 
 
 
 
041ed15
92e18ce
 
18f2633
8c334b4
18f2633
8c334b4
041ed15
18f2633
 
8c334b4
041ed15
 
 
 
 
 
 
8c334b4
18f2633
8c334b4
18f2633
 
 
 
8c334b4
18f2633
8c334b4
18f2633
 
 
8c334b4
18f2633
8c334b4
18f2633
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
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
```