开发者

How to verify that pdf is text based using ITextSharp?

I need to verify that the pdf report is text based (and not bitmap based; however it could contain some images). I do not need to extract the text, just to verify that it is text based.

Is there a w开发者_如何学Pythonay how to perform such a verification using ITextSharp library?

Thanks in advance,

Stefan


You can look for text drawing commands easily enough. The least work on your part would be to try to extract the text and see if anything is there. Ideally you'd know some of the text it should contain and search for it. A single sentence or phrase would be plenty for this sort of testing.

Text extraction with iText is pretty trivial these days. Lots of examples floating around SO, and the web.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜