Update code to reflect change in config file.

The configuration now seperates the output path and filename into
seperate componentants.
This commit is contained in:
2024-08-05 14:32:13 -04:00
parent f85361ed27
commit 1d332927d6
5 changed files with 56 additions and 7 deletions

View File

@@ -2,7 +2,8 @@
<configuration>
<appSettings>
<add key="PDF-Path" value="C:\Users\ltdvw\Documents\PDF-Test"/>
<add key="PDF-Output" value="C:\Users\ltdvw\Documents\PDF-Test\merged.pdf"/>
<add key="PDF-Output" value="C:\Users\ltdvw\Documents\PDF-Test\"/>
<add key="PDF-Name" value="merged.pdf"/>
<add key="overwrite" value="true"/>
</appSettings>
</configuration>