-
-
Notifications
You must be signed in to change notification settings - Fork 127
Description
Is your feature request related to a problem? Please describe.
I'm often frustrated when I have image files (like PNG or JPG) that I want to convert to a PDF quickly and locally. Currently, Mazanoke handles image optimization and conversion between image formats, but it does not provide a way to convert images to PDF. I would like to do this without using a separate tool.
Describe the solution you'd like
I would like Mazanoke to include a feature that allows users to convert one or more images into a PDF file directly in the browser. For example, after optimizing an image, a user could choose “Export as PDF” to download a PDF containing the selected images.
Describe alternatives you've considered
I have considered using other online tools or desktop software to convert images to PDF, but I prefer a privacy-first, offline solution like Mazanoke.
Additional context
This feature would complement Mazanoke’s current image conversion and optimization tools. Browser-based libraries like jsPDF or pdf-lib could be used to generate PDFs entirely client-side. It would be especially useful for creating simple PDF documents or albums from optimized images.