Development #292

Merged
djankowski merged 8 commits from Development into master 2024-04-05 10:54:58 -04:00
3 changed files with 15 additions and 13 deletions
Showing only changes of commit 72eaac478f - Show all commits

View File

@@ -700,6 +700,8 @@ namespace Volian.Print.Library
try
{
if (File.Exists(outputFileName))
{
if (!BaselineTesting)
{
String tmpExt = System.IO.Path.GetExtension(outputFileName);
String tmpPTH = System.IO.Path.GetDirectoryName(outputFileName);
@@ -716,7 +718,7 @@ namespace Volian.Print.Library
} while (files.Contains(filename));
outputFileName = filename;
}
}
writer = PdfWriter.GetInstance(document, new FileStream(outputFileName, FileMode.Create));