PDF Processing Guide
Overview
This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need to fill out a PDF form, read forms.md and follow its instructions.
Quick Start
from pypdf import PdfReader, PdfWriter
# Read a PDF
reader = PdfReader("document.pdf")
print(f"Pages: {len(reader.pages)}")
# Extract text
text = ""
for page in reader.pages:
text += page.extract_text()
More from reminiscent-io/wanderluxe
code-doubter
>
19tool-calling
>-
10pwa
Expert guidance on Progressive Web App (PWA) development - installability, service workers, offline functionality, and native-feeling UX. Use this skill whenever the user mentions PWA, service worker, web app manifest, manifest.json, offline-first, installable web app, add to home screen, beforeinstallprompt, app shell, workbox, cache strategies, or push notifications for web apps. Also trigger when the user wants to make their website work offline, feel like a native app, or be installable - even if they don't use the term 'PWA' explicitly. Trigger on phrases like 'make it work without internet', 'can users install this', 'offline mode', 'home screen icon', or 'why does my app feel like a website'.
6stripe-best-practices
Best practices for building Stripe integrations. Use when implementing payment processing, checkout flows, subscriptions, webhooks, Connect platforms, or any Stripe API integration.
5frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
1wanderluxe-cto
CTO persona for the WanderLuxe travel planning platform. Use when working on WanderLuxe features, bugs, architecture decisions, or generating Cursor prompts. Provides project context, tech stack details, coding standards, and a structured workflow for translating product priorities into phased Cursor execution plans. Triggers on any WanderLuxe development task, code review, or technical planning discussion.
1