我们如何在c#中获取Winnovative中的特定pdf页面内容(文本)

时间:2016-06-23 11:37:44

标签: c#

我有一个大问题,我需要你的帮助。请将上述问题的解决方案发给我。我想在winnovative工具C#库中获取pdf生成页面的内容。我可以获得页数但不能获得内容(文本)。所以我如何获得特定的pdf页面内容 提前致谢

        for (int i = 0; i < winnovative.Document.Pages.Count; i++)
          {
           winnovative.Document.Pages.Count     //return the number of pages
           var page = winnovative.Document.Pages[i];  

            }

1 个答案:

答案 0 :(得分:0)

您可以尝试使用Winnovative PDF to Text Converter工具获取PDF页面的文字内容。