Skip to content

AADependencies/html2pdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html2pdf

Converts HTML files into PDF using chrome-headless-render-pdf.

Inputs

htmlPath

Required The file path of the HTML to convert. Default index.html.

pdfName

Required The PDF file name to use (excluding the .pdf extension). Default output.

Example usage

uses: markwilson/[email protected]
with:
  htmlPath: 'test.html'
  pdfName: 'test'

About

GitHub action to convert HTML to PDF

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dockerfile 63.9%
  • Shell 36.1%