Development #332

Merged
djankowski merged 8 commits from Development into master 2024-05-30 08:08:29 -04:00
Showing only changes of commit 7a5129208c - Show all commits

View File

@ -699,7 +699,7 @@ namespace Volian.Print.Library
try
{
if (File.Exists(outputFileName))
if (File.Exists(outputFileName) && !OverWrite)
{
if (!BaselineTesting && !SaveLinks) // B2024-031 don't do if creating PDF hyperlinks
{