The configuration now seperates the output path and filename into seperate componentants.
9 lines
322 B
XML
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> |