and we have a PDF ready for esign

This commit is contained in:
2024-11-22 11:26:50 -06:00
parent 91cfb4d026
commit 24ca5b5dfa
5 changed files with 157 additions and 122 deletions

View File

@@ -3,5 +3,12 @@
export PARTY1="Acme Co"
export PARTY2="Joint Venture Co"
# Expand variables into an intermediate markdown file for conversion to PDF
./mo DealMemoInput.md > DealMemoRendered.md
#./mo DealMemoInput.md
# Generate the PDF
pandoc --from=markdown --to=pdf DealMemoRendered.md -o ReadyForExecution.pdf