C2023-023 Quick Print
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user