Given a .doc file containing some placeholders in the form of the pattern {placeholder_here} and a replacement strategy (a mapping between placeholder texts and the content to be inserted), it applies the replacements and converts the document into a .pdf.
MIT License
0
stars
0
forks
source link
Make the pladeholder pattern an optional parameter #5
https://github.com/xkraty/doc2pdf/pull/1#discussion_r603125737
We should then extract module methods into proper classes at this point.