Skip to content

RajputChirag27/PupeeteerPdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Generation Program

This repository contains a Node.js program that generates a PDF, saves it to the server, and sends it as a response to the user.

Getting Started

Follow these instructions to run the program on your local machine.

Prerequisites

Ensure you have Node.js installed on your machine. You can download it from Node.js.

Installation

  1. Clone the repository:

    git clone 'Repository_Name'

    Replace 'Repository_Name' with the actual URL of the repository.

  2. Navigate to the project directory:

    cd 'folder_name'

    Replace 'folder_name' with the name of the folder where the repository is cloned.

  3. Install dependencies:

    npm install
  4. Start the server:

    npm start

Usage

Once the server is running, you can generate a PDF by accessing the relevant endpoint. Check invoice.pdf for results after running the program.

Contribution

We welcome contributions to enhance this project. To contribute, follow these steps:

  1. Fork the repository to your own GitHub account.
  2. Clone your fork to your local machine:
    git clone 'your-forked-repository-url'
  3. Create a new branch for your feature or bug fix:
    git checkout -b feature-or-bugfix-name
  4. Make your changes and commit them with a descriptive message:
    git commit -am 'Description of your changes'
  5. Push your changes to your fork:
    git push origin feature-or-bugfix-name
  6. Create a Pull Request (PR) on the original repository with a description of your changes.

We look forward to your awesome contributions!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors