Compare commits
No commits in common. "cae3e2323d250b2c7cfc9dc6c55f6a239f1a7359" and "ce8497e61f69d57a92cf3d4ba367a98c6ea82716" have entirely different histories.
cae3e2323d
...
ce8497e61f
@ -700,8 +700,6 @@ 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);
|
||||
@ -718,7 +716,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