B2024-034 Fix Overwrite PDF File.

This commit is contained in:
Paul Larsen 2024-05-22 16:08:12 -04:00
parent e15c56f1e2
commit 7a5129208c

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
{