Appending a date to the output file is now working.
This commit should resolve issue #1. Appending a date to the output file is now a selectable option in the app configuration.
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
<appSettings>
|
||||
<add key="PDF-Path" value=""/>
|
||||
<add key="PDF-Output" value=""/>
|
||||
<add key="PDF-Name" value="merged.pdf"/>
|
||||
<add key="PDF-Name" value="merged"/>
|
||||
<add key ="PDF-Extension" value=".pdf"/>
|
||||
<add key="overwrite" value="true"/>
|
||||
<add key="appendDate" value="false"/>
|
||||
</appSettings>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user