A Python tool to convert Pitch.com presentations to PDF files.
- Converts Pitch.com presentations to PDF
- Handles multiple slides
- Preserves slide quality
- Command-line interface
- Python 3.8+
- Google Chrome installed
- ChromeDriver version matching your Chrome version
- Clone the repository:
git clone https://github.com/yourusername/pitch2pdf.git
cd pitch2pdf- Install dependencies:
pip install -r requirements.txt- Install ChromeDriver:
- Open Chrome browser
- Visit:
chrome://settings/help - Note down your Chrome version number
- Visit Chrome for Testing
- Find the version matching your Chrome browser
- Download the appropriate
chromedriverfor your operating system - Extract the downloaded file
- Save the
chromedriverbinary in your project directory
python pitch2pdf.py \
--pitch_url "https://pitch.com/your-presentation-url" \
--chrome_driver "/path/to/chromedriver"--pitch_url: URL of the Pitch.com presentation (required)--chrome_driver: Path to ChromeDriver (optional, defaults to "./chromedriver")
MIT License