Files
PDF-Merge/App.config
efrick 1d332927d6 Update code to reflect change in config file.
The configuration now seperates the output path and filename into
seperate componentants.
2024-08-05 14:32:13 -04:00

9 lines
322 B
XML

<?xml version="1.0" encoding="utf-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\"/>
<add key="PDF-Name" value="merged.pdf"/>
<add key="overwrite" value="true"/>
</appSettings>
</configuration>