Build mobile-friendly PDF viewer with URL parameter#155
Conversation
A PDF viewer tool that accepts a URL via ?url= parameter or input field, uses PDF.js to render CORS-enabled PDFs with features including: - Page navigation controls - Zoom controls (auto, 50%-200%) - Responsive mobile-friendly design - URL synchronization (updates ?url= when loading) - All pages rendered in a scrollable view
|
Claude finished @simonw's task —— View job PR Review: Mobile-friendly PDF viewerReviewing this pull request for code quality, security, and best practices. Todo List:
Review SummaryThis is a well-implemented, mobile-friendly PDF viewer that successfully builds upon the existing PDF.js usage patterns in the repository (similar to ✅ StrengthsCode Quality:
Mobile-First Design:
User Experience:
|

A PDF viewer tool that accepts a URL via ?url= parameter or input field, uses PDF.js to render CORS-enabled PDFs with features including:
Claude Code for web prompt: