B2024-034 Fix Overwrite PDF File.
This commit is contained in:
parent
e15c56f1e2
commit
7a5129208c
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user