B2024-021 #290
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user