xkraty / doc2pdf

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

Open olistik opened 3 years ago

olistik commented 3 years ago

https://github.com/xkraty/doc2pdf/pull/1#discussion_r603125737

We should then extract module methods into proper classes at this point.

olistik commented 3 years ago

@xkraty Waiting your feedback on #11 before giving this a spin.