Hello,
As stated above we are getting an
IndexOutOfRangeException when we are trying to print 2 pdfs after we've merged them (the PdfDocument.Save() method).
Code:result = PdfDocument.Merge(pdfDocs.ToArray()) where pdfDocs contains the 2 pdf files
result.Save(output); where output is just an empty Stream waiting to be populated
EO.pdf version installed:
20.0.83 tried with the oldest
20.1.45 but still get the same error
This link contains the 2 documents with problems (expires in 7 days):
https://we.tl/t-67HBvtI9tH Can you please see what is wrong here and also fix this problem since some of our clients are not able to print documents because of this.