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

Tempfiles and remote file #12

Closed olistik closed 3 years ago

olistik commented 3 years ago

Fetches the remote file in a tempfile before passing it to the conversion process.

Uses a tempfile to create the intermediate conversion.