C2023-023 Quick Print

This commit is contained in:
2023-12-20 12:21:43 -05:00
parent 03cbaa055a
commit 3acdf1f6b4
4 changed files with 62 additions and 3 deletions

View File

@@ -687,7 +687,7 @@ namespace Volian.Print.Library
PdfWriter writer=null;
iTextSharp.text.Document document = new iTextSharp.text.Document(rect);
try
{
{
writer = PdfWriter.GetInstance(document, new FileStream(outputFileName, FileMode.Create));
// PDFA1B does not allow layers, so this is disabled for now
// If enabled, CreateLayers will need to be skipped.