From 4820fc6ace30b34c66d53e642ca701c3f7a6337f Mon Sep 17 00:00:00 2001 From: S T Chan Date: Sat, 10 Dec 2016 02:49:44 -0500 Subject: [PATCH 1/2] changed default value for "AskUserForOutputFilename" setting to "True" --- PdfScribe/App.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PdfScribe/App.config b/PdfScribe/App.config index c452d56..9095197 100644 --- a/PdfScribe/App.config +++ b/PdfScribe/App.config @@ -33,7 +33,7 @@ %Temp%\PDFSCRIBE.PDF - False + True From 35ef4b97127f49a04a69feb4aa801e9ac820b3fe Mon Sep 17 00:00:00 2001 From: S T Chan Date: Mon, 15 May 2017 21:51:22 -0400 Subject: [PATCH 2/2] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a085758 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# PdfScribe + +PDF Scribe is a PDF virtual printer - more details to be added later. + +The project was originally developed in VS 2013 Express / Wix 3.7, but will build with VS 2015 community, and Wix 3.11 / Votive 2015.