Added PDFCount to getLibraryDocuments

Fixed logic to set DebugStatus for PDFs
This commit is contained in:
Rich
2011-04-19 15:22:30 +00:00
parent 5c6a21a96e
commit 76bdab0549
2 changed files with 8 additions and 1 deletions

View File

@@ -220,6 +220,7 @@ namespace Volian.Print.Library
document.Open();
// Create Layers
CreateLayers(writer.DirectContent);
MSWordToPDF.DebugStatus = DebugOutput ? 1 : 0;
PrintOverride.Reset();
if (DebugOutput)
{