https://pdftowhatever.streamlit.app/
This is a Streamlit multipage app for converting various file formats. It provides the following functionalities:
- PDF to Image
- Image to PDF
- PDF to DOC
- DOC to PDF
- Split PDF
- Merge PDF
For single files, such as PDF to DOC or DOC to PDF, the output is handled as usual. For multiple results, such as converting a multi-page PDF to images or splitting a PDF, the output is provided as a zip file of the results.
-
Clone the repository:
git clone https://github.com/Dmukherjeetextiles/PDFtoWhatever.git
-
Navigate to the project directory:
cd file-converter-app
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run streamlit_app.py
-
Open the provided URL in your web browser.
-
Use the sidebar to select the desired operation and upload the appropriate file(s).
-
Click on buttons to perform conversions and download the output files.
streamlit_app.py
: The main Streamlit application script containing the app logic.requirements.txt
: A list of Python dependencies required to run the app.README.md
: This file providing information about the app.
This project is licensed under the MIT License - see the LICENSE file for details.