Added the form controls and AppSettings keys to allow the user to select the format of the date appended to the output file. Further update to issue #1.
13 lines
415 B
XML
13 lines
415 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="PDF-Path" value=""/>
|
|
<add key="PDF-Output" value=""/>
|
|
<add key="PDF-Name" value="merged"/>
|
|
<add key ="PDF-Extension" value=".pdf"/>
|
|
<add key="overwrite" value="true"/>
|
|
<add key="appendDate" value="false"/>
|
|
<add key ="dateFormat" value="yyyy-MM-dd"/>
|
|
<add key="dateIndex" value="0"/>
|
|
</appSettings>
|
|
</configuration> |