我正在使用iTextSharp 4.1.6.0版本,並且我的代碼拋出「未打開所有者密碼的PdfReader」異常。奇怪的是,我可以打開所有單個PDF文件,但合併它們失敗。繼其他線程我嘗試: PdfReader.unethicalreading = true;
但此參數是不被接受,我得到: 'PDFReader' does not contain a definition for 'unethi
我試圖循環瀏覽PDF上的每個頁面以查找特定關鍵字。守則適用於其他的PDF很好,除了這one 我的代碼 Using oReader As New pdf.PdfReader(pdfFilename)
For pCurrent = oReader.NumberOfPages To 1 Step -1
Dim strategy As pdf.parser.ITextExtract