Is there a command line execution component around?
Use case
- I am trying to convert the HTML part of an email to PDF and attach it to Mysql Record
- My generic email server (as an option) saves just the html in a separate file
email.html - I then want the project’s email parser to convert it to a pdf. If it fails, I want it to attach the html instead.
- I want to call a batch file so that any converter can be used in the future
- I am going to start by trying to use chrome - headless
- I can save the error in a file, but I really want the error back in Delphi.