diff --git a/PdfScribe/App.config b/PdfScribe/App.config
index 0130299..cb395d0 100644
--- a/PdfScribe/App.config
+++ b/PdfScribe/App.config
@@ -1,5 +1,10 @@
+
+
+
+
+
@@ -22,4 +27,14 @@
+
+
+
+ %Temp%\PDFSCRIBE.PDF
+
+
+ False
+
+
+
diff --git a/PdfScribe/Program.cs b/PdfScribe/Program.cs
index d9bae51..e3b648d 100644
--- a/PdfScribe/Program.cs
+++ b/PdfScribe/Program.cs
@@ -32,7 +32,7 @@ namespace PdfScribe
#region Other constants
const string traceSourceName = "PdfScribe";
- const string defaultOutputFilename = "OAISISSOFTSCAN.PDF";
+ const string defaultOutputFilename = "PDFSCRIBE.PDF";
#endregion
@@ -143,6 +143,12 @@ namespace PdfScribe
errorDialogInstructionUnexpectedError);
}
+
+ static String GetOutputFilename()
+ {
+
+ return String.Empty;
+ }
///
/// Displays up a topmost, OK-only message box for the error message
///
diff --git a/PdfScribe/Properties/Settings.Designer.cs b/PdfScribe/Properties/Settings.Designer.cs
index fd52c63..3573032 100644
--- a/PdfScribe/Properties/Settings.Designer.cs
+++ b/PdfScribe/Properties/Settings.Designer.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:4.0.30319.1008
+// Runtime Version:4.0.30319.18408
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -22,5 +22,23 @@ namespace PdfScribe.Properties {
return defaultInstance;
}
}
+
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("%Temp%\\PDFSCRIBE.PDF")]
+ public string DefaultOutputFile {
+ get {
+ return ((string)(this["DefaultOutputFile"]));
+ }
+ }
+
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ public bool AskUserForOutputFilename {
+ get {
+ return ((bool)(this["AskUserForOutputFilename"]));
+ }
+ }
}
}
diff --git a/PdfScribe/Properties/Settings.settings b/PdfScribe/Properties/Settings.settings
index 033d7a5..a4bb4e6 100644
--- a/PdfScribe/Properties/Settings.settings
+++ b/PdfScribe/Properties/Settings.settings
@@ -1,7 +1,12 @@
-
-
-
-
-
+
+
+
+
+ %Temp%\PDFSCRIBE.PDF
+
+
+ False
+
+
\ No newline at end of file