Skip to content

stairwell-inc/html-to-pdf-action

 
 

Repository files navigation

HTML to PDF

A GitHub Action that converts a HTML file to PDF.

✨ Example Usage

- name: html to pdf
  uses: fifsky/html-to-pdf-action@master
  with:
    htmlFile: ./public/index.html
    outputFile: ./public/resume.pdf
    pdfOptions: '{"format": "A4", "margin": {"top": "10mm", "left": "10mm", "right": "10mm", "bottom": "10mm"}}'

pdfOptions relate to puppeteers page.pdf options

About

HTML to PDF for github actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 87.5%
  • JavaScript 9.9%
  • Dockerfile 1.5%
  • Makefile 1.1%