actions-marketplace-validations/MD <-> PDF Spec Generator

Convert markdown files into PDF and generate specification document via GitHub Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
accessTokenSecret GitHub API tokenyes${{ github.token }}
repositoryName of repositoryyes${{ github.repository }}
branchRefBranch to use workflow fromyes${{ github.event.ref }}
specDirDirectory where all the Markdown files are locatedyes.
outputDirPDF file directoryyes.
outputFilenamePDF filenameyesspec.pdf
chapterContentsFilenameChapter contents filenameyes_contents.md
chapterIndexFilenameChapter index filenameyes_index.md
tocSectionStartString to identify the start line of toc sectionyesSTART toc
tocSectionEndString to identify the end line of toc sectionyesEND toc
revisionHistorySectionStartString to identify the start line of revision history sectionyesSTART revision history
revisionHistorySectionEndString to identify the end line of revision history sectionyesEND revision history
revisionCommitRegExpRegular expression to identify revision commitsyes^revision\((?<revision_number>.*)\):((?<revision_notes>.*))$
headerFilePathPath to header html fileyes""
footerFilePathPath to footer html fileyes""
namedescription
pdfPathFile path to generated PDF