iTextSharp 5.5.13.1 no data is available for encoding 10000 when extracting text from PDF
问题 I'm trying to extract text from a multipage PDF document and almost all documents extract fine, but a couple of documents blow up with the encoding 10000 error. The only unique thing about the document pages that don't work is that they have a button and form fields on them. { var pageNumbersToSave = new List<int>(); for (var i = 1; i <= r.NumberOfPages; i++) { try { var s = PdfTextExtractor.GetTextFromPage( r, i, new SimpleTextExtractionStrategy() ); I also tried using a PDFStamper to