Hello,
if we call BindPdf of PdfConverter class with the attached PDF the mnethod stuck and does not finish. No exception or anything eles will be thrown!
input.pdf (2,9 MB)
Simple try:
var pdfConverter = new PdfConverter();
pdfConverter.BindPdf(“input.pdf”);
Kind Regards,
Andy