PDF Tools Tools for viewing, extracting, and editing PDF files using Python libraries (pdfplumber and PyPDF2). Quick Start All scripts require dependencies: Core Operations Extract Text Extract text from PDF (all pages or specific pages): Get PDF Info View metadata and structure: Merge PDFs Combine multiple PDFs into one: Split PDF Split into individual pages: Split by page ranges: Rotate Pages Rotate all pages or specific pages: Edit Text Add text overlay on a page: Replace text (limited, works best for simple cases): Note: PDF text editing is complex due to the format. The overlay method is…