以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  pdf文件读取内容  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=195836)

--  作者:ycs5801
--  发布时间:2025/3/12 22:58:00
--  pdf文件读取内容
Dim pdfFile = O2S.Components.PDFRender4NET.PDFFile.Open("e:\\1.pdf")      
Output.Show(currentText)

下载并在程序中引用了itextSharp控件,怎样读取指定pdf文件的内容(所有页面)?