This commit should resolve issue #1. Appending a date to the output file is now a selectable option in the app configuration.
11 lines
334 B
XML
11 lines
334 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"/>
|
|
</appSettings>
|
|
</configuration> |