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

imbhargav5/puppeteer-pdf-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

Packages

No packages published