pdfhgj-mer-gerwer
v1.0.0
Published
a Node.js command-line application that allows users to merge multiple PDF files into a single PDF document
Downloads
2
Readme
README for PDF Merger Project Project Name: PDF Merger
Description: PDF Merger is a Node.js command-line application that allows users to merge multiple PDF files into a single PDF document. The application uses the pdf-lib library to handle the PDF merging process efficiently, ensuring the integrity and quality of the documents remain intact.
Installation:
Clone this repository to your local machine. Navigate to the project directory. Run npm install to install the necessary dependencies, including pdf-lib. Usage: To merge PDF files, run:
css Copy code node index.js --output "path/to/merged.pdf" --files "path/to/file1.pdf" "path/to/file2.pdf" ... --output: Path where the merged PDF file will be saved. --files: A list of paths to the PDF files that you want to merge. Dependencies:
pdf-lib: For creating and modifying PDF documents. Contributing: Contributions are welcome! Please fork the repository and submit a pull request with your proposed changes.
License: This project is licensed under the MIT License - see the LICENSE file for details.