← Back to ToolGen

📄 Image to PDF Converter

Convert images to PDF instantly. No registration, no watermarks.

🖼️ → 📄

Drag & drop images here or click to select

Supports JPG, PNG, WEBP • Multiple images = multiple PDF pages

`;const blob=new Blob([html],{type:'text/html'});const a=document.createElement('a');a.href=URL.createObjectURL(blob);a.download='images.html';a.click();document.getElementById('status').textContent='Note: Generated printable HTML. Print (Ctrl+P) and save as PDF for best results!';}