Friday, June 23, 2023

Abc

๐Ÿ“„ Free Document Enhancer

Convert blurry/faded scans to clean HD text. 100% browser-based. No uploads.

⬆️

Tap or drag image here

JPG/PNG/WEBP supported

๐Ÿ”ง AI Modes

๐ŸŽ› Manual

Original
Enhanced
Processing...

Sunday, June 18, 2023

JPG to PDF Converter

JPG to PDF Converter

function convertToPDF() { const fileInput = document.getElementById('fileInput'); const file = fileInput.files[0]; if (file) { const reader = new FileReader(); reader.onload = function(e) { const imgData = e.target.result; const doc = new jsPDF(); doc.addImage(imgData, 'JPEG', 10, 10, 190, 150); // Adjust the positioning and dimensions of the image doc.save('converted.pdf'); }; reader.readAsDataURL(file); } }

๐Ÿ“„ Free Document Enhancer

Convert blurry/faded scans to clean HD text. 100% browser-based. No uploads.

⬆️

Tap or drag image here

JPG/PNG/WEBP supported

๐Ÿ”ง AI Modes

๐ŸŽ› Manual

Original
Enhanced
Processing...