8000 GitHub - lucafaggianelli/html-to-pdf-action: HTML to PDF for github actions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lucafaggianelli/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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.8%
  • JavaScript 6.9%
  • Dockerfile 1.3%
0