I have just installed the free version of BullZip PDF Printer and I want to send .docx documents to this printer without Word installed and it must be free using managed .NET code.
The reason for this is that I have an AngularJS web application and a REST back end that I am developing for a personal project so commercial alternatives are out of the window for cost reasons.
My web application basically generates invoices from a Word .dotx template and I'd like these sent to the BullZip PDF printer where I can monitor the output folder and grab the PDF file before sending it to the browser via REST.
Most examples and suggestions all seem to lean towards using Word installed on the server, or purchasing commercial software and none of these are suitable for me.
There must be some free library in existence these days that can do this without having to buy expensive software for such a simple task.