
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Fileasy is a simple CLI tool to convert images to PDFs and vice versa, and merge PDFs
Fileasy is a simple, lightweight command-line interface (CLI) tool to convert between image files and PDFs, and to merge multiple PDF files. It supports common image formats like JPG, PNG, BMP, TIFF, and more.
✅ Convert images to PDF
✅ Convert PDFs to images
✅ Merge multiple PDF files
✅ Combine image conversion and merging in one step
You can install Fileasy directly from PyPI:
pip install fileasy
fileasy [-h] [-c] [-m] [-f FILES [FILES ...]] [-o OUTPUT]
Fileasy is a simple CLI tool to convert images to PDFs and vice versa, and merge PDFs'
options :
-h, --help Show this help message and exit
-c, --convert Convert the input file
-m, --merge Merge the input files
-f, --files FILES [FILES ...] List of files to merge
-o, --output OUTPUT Output file for conversion
Convert an image to PDF
fileasy -c -f image.jpg -o output.pdf
Convert a PDF to images
fileasy -c -f document.pdf -o image_output.jpg
Merge multiple PDF files
fileasy -m -f file1.pdf file2.pdf -o merged.pdf
Convert multiple images and merge into one PDF
fileasy -c -m -f img1.jpg img2.jpg -o merged.pdf
Type | Formats |
---|---|
Image Input | .jpg , .jpeg , .png , .bmp , .tif , .tiff , .gif , .webp |
PDF Input | .pdf |
This project is licensed under the Apache License.
FAQs
Fileasy is a simple CLI tool to convert images to PDFs and vice versa, and merge PDFs
We found that fileasy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.