Basic working program.
It will merge PDFs from a directory. Configuration is currently all manual.
This commit is contained in:
8
App.config
Normal file
8
App.config
Normal file
@@ -0,0 +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\merged.pdf"/>
|
||||
<add key="overwrite" value="true"/>
|
||||
</appSettings>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user