Update App.config to blank the paths.
This commit is contained in:
parent
8c8abc3ce3
commit
71f34c7cca
@ -1,8 +1,8 @@
|
||||
<?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-Path" value=""/>
|
||||
<add key="PDF-Output" value=""/>
|
||||
<add key="PDF-Name" value="merged.pdf"/>
|
||||
<add key="overwrite" value="true"/>
|
||||
</appSettings>
|
||||
|
Loading…
x
Reference in New Issue
Block a user