puppeteer-pdf-action

A Github Action to create a PDF out of a website URL. Useful to generate resumes out of portfolio websites.

Stars
7
Committers
1

Puppeteer PDF Action

It runs puppeteer to get print a PDF version of a URL.

A very handy action if you want to generate resumes/cover letters using your portfolio website.

Usage

steps:
  - name: Convert https://github.com to PDF
    uses: "imbhargav5/puppeteer-pdf-action@master"
    with:
      url: https://github.com
      output-file-path: github.pdf
Package Rankings
Top 15.54% on Github actions