Alexander Biryukov
Results
2
comments of
Alexander Biryukov
You can ignore these non critical errors with the option PdfReadAccuracy.Moderate. Full code: int pageCount = PdfReader.Open(memoryStream, PdfDocumentOpenMode.ReadOnly, PdfReadAccuracy.Moderate).PageCount;
It's looks like the issue is on Google side. The same error occurs when publishing via fastlane: https://github.com/fastlane/fastlane/issues/21507