Spaces:
Running
Running
metadata
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.
Try it out!
http://pdf2preview.chuanenlin.com
Setting up
- Clone the repository.
git clone https://github.com/chuanenlin/pdf2preview.git
cd pdf2preview
- Install package dependencies.
pip install -r requirements.txt
- Run the app.
streamlit run pdf2preview.py