Compare commits
No commits in common. "cae3e2323d250b2c7cfc9dc6c55f6a239f1a7359" and "ce8497e61f69d57a92cf3d4ba367a98c6ea82716" have entirely different histories.
cae3e2323d
...
ce8497e61f
@ -700,8 +700,6 @@ namespace Volian.Print.Library
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (File.Exists(outputFileName))
|
if (File.Exists(outputFileName))
|
||||||
{
|
|
||||||
if (!BaselineTesting)
|
|
||||||
{
|
{
|
||||||
String tmpExt = System.IO.Path.GetExtension(outputFileName);
|
String tmpExt = System.IO.Path.GetExtension(outputFileName);
|
||||||
String tmpPTH = System.IO.Path.GetDirectoryName(outputFileName);
|
String tmpPTH = System.IO.Path.GetDirectoryName(outputFileName);
|
||||||
@ -718,7 +716,7 @@ namespace Volian.Print.Library
|
|||||||
} while (files.Contains(filename));
|
} while (files.Contains(filename));
|
||||||
|
|
||||||
outputFileName = filename;
|
outputFileName = filename;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
writer = PdfWriter.GetInstance(document, new FileStream(outputFileName, FileMode.Create));
|
writer = PdfWriter.GetInstance(document, new FileStream(outputFileName, FileMode.Create));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user