Skip to content

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

Notifications You must be signed in to change notification settings

ruvasqm/puppeteer-pdf-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%