Image Resizer
How It Works:
Libraries Used:
- Mammoth.js: Extracts plain text from Word (.docx) files.
- jsPDF: Generates a PDF from the extracted text.
Steps:
- The user uploads a
.docx
file using the input. - Mammoth extracts the raw text from the Word file.
- jsPDF converts the text into a PDF format.
- The PDF is downloaded as
converted.pdf
.
- The user uploads a
File Format:
- Works for
.docx
files, which are the modern Word file format.
- Works for
Customization:
- Modify styles (font, size, layout) in the
jsPDF
part to match your requirements.
- Modify styles (font, size, layout) in the