pdf
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v9View latest version
A simple web tool that converts images to PDF format.
- Upload multiple image files (JPEG, PNG, GIF, WebP)
- Convert images to a single PDF document
- Download the generated PDF
- Clean, responsive web interface
- Visit the web interface
- Click "Choose Files" to select one or more images
- Click "Convert to PDF" to process the images
- Download the generated PDF file
GET /- Web interfacePOST /convert- Convert images to PDF (accepts multipart/form-data with image files)
- Built with Hono framework
- Uses jsPDF for PDF generation
- Supports common image formats
- Client-side processing for privacy