Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.13 KB

XImage to PDF

XImage to PDF is a web application that allows users to upload images (JPG and PNG) and convert them into a single PDF document. The generated PDF can be downloaded and will be automatically deleted after 30 seconds for security purposes.

Features

  • Upload multiple images (JPG and PNG)
  • Convert images to PDF
  • Download the generated PDF
  • Automatic deletion of PDF after 30 seconds

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js (v14 or later)
  • npm (Node Package Manager)

Installation

Follow these steps to install and set up the project:

  1. Clone the repository:

    git clone https://github.com/YourUsername/XImage-to-PDF.git
    cd XImage-to-PDF
  2. install dependency:

    npm install
  3. run project:

    npm run dev