Skip to content

Instantly share code, notes, and snippets.

View thivyanth's full-sized avatar

Thivyanth thivyanth

View GitHub Profile
@thivyanth
thivyanth / pdf_to_png.py
Created October 3, 2025 07:48
PDF to PNG Converter - High-quality PDF page extraction tool with customizable DPI and page range support
#!/usr/bin/env python3
"""
PDF to PNG Converter
Converts PDF files to high-quality PNG images.
Each page is saved as a separate PNG file.
"""
import argparse
import os
openapi: 3.1.0
info:
title: GitHub Repository API
description: API for interacting with a GitHub repository, including reading files, making changes, committing changes,
and listing repositories.
version: 1.0.0
servers:
- url: https://api.github.com
description: GitHub API Server
paths: