I am a simple user who has run into something that I can’t get to work.
Background:
I am a senior living in a senior apartment complex. On Thursday nights we play Bingo. I wrote a program in visual basic, now in visual studio community edition, to call Bingo. Creating the games has always been a manual thing - create an odg, then also export it as jpg. I have a odg I copy first then edit in libreoffice and then export as jpg. I decided to add the ability to create games to the program. Using process.start with the odg file name starts libreoffice and lets me edit the game. Trying to make export automatic by using process.start again on soffice with parameters for the conversion. Libreoffice seems to start in the background ok, but then exits without doing the export. I assume there is an error in the parameters I am passing but never see an error message.
Question:
Is there a way to log the errors from Libreoffice - in this case parameters it might be rejecting - when running from a process.start rather than interactively?
Please let me know if there are any questions, additional information needed, etc…
Thank you.