Mapper-Server
Microservice which process source and template files to create multiple results. ๐ฌ
What is this for?
For example you have docx template and you want to get 100 pdf files. ๐น
So you could take CSV file with 100 rows ๐ฃ. Every row has column titled as DATA_TITLE and contains data to fill template in.
Then you could add special markers ๐ like %DATA_TITLE% to docx file.
So when you send this two files (source and template file) ๐ to microservice and get result of processing.
Use cases
- Generating similar
pdffiles to send emails ๐ซ - Printing documents and forms ๐
- Anything else ๐พ
Powered by
- ๐จ
Go lang - ๐บ
Heroku