Merge pull request 'C2023-023 Quick Print' (#190) from C2023-023 into Development

Merging into Development after successful code review
This commit is contained in:
2023-12-21 11:24:46 -05:00
4 changed files with 66 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.