Click on the questions below to expand them to see answers to common questions.
There are so many uses.
If you are a software developer, it could be used for generating the PDF manual which comes with the software. You would put the markdown in revision control, edit it with the GUI tool, and add a build step to run the command-line tool to generate the PDFs when doing builds.
If you are running a business that processes orders, you may need to dynamically generate PDF invoices against a customer database on a server. Using the commands available on the server to process plain text, a template of the markdown for the invoice can be populated and piped to WickedDocs along with the formatting template to have a unique PDF output all from a script.