You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

fileasy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fileasy

Fileasy is a simple CLI tool to convert images to PDFs and vice versa, and merge PDFs

0.1.2
Source
pipPyPI
Maintainers
1

📄 Fileasy

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.

✨ Features

✅ Convert images to PDF

✅ Convert PDFs to images

✅ Merge multiple PDF files

✅ Combine image conversion and merging in one step

📦 Installation

You can install Fileasy directly from PyPI:

pip install fileasy

🚀 Usage

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

🧪 Examples

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

🔧 File Format Support

TypeFormats
Image Input.jpg, .jpeg, .png, .bmp, .tif, .tiff, .gif, .webp
PDF Input.pdf

📄 License

This project is licensed under the Apache License.

Keywords

file conversion pdf image merge cli

FAQs

Did you know?

Socket

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.

Install

Related posts