I have a .tex file that uses a specific 5-digit number (that I change in the document whenever I run it) and a .csv file to generate a PDF document. A co-worker of mine wants to use it, but installing MikTeX/Texmaker so she can run just one little script twice a year seems like overkill.
I'd like to convert my .tex file to an executable that takes two input arguments: the 5-digit number and the name of the .csv file, and outputs the PDF based on those. Even better would be something that opens a dialog box asking for the 5-digit number, then opens a window for her to point to the file.
Are either of these possible?
.csvfile, e.g. by adding a small code sample? Maybe using LaTeX at all is overkill here and a similar result could be achieved by using some special PDF-related libraries with a standard programming language? Otherwise, I don't see a way to get the wanted binary without bundling the executables from the TeX distribution and invoking them when running the binary. – siracusa May 10 '17 at 06:28