0

I want to read pdf objects with their positions and all styling properties like (text font name, font size , font weight , position) similarly image ( position , height , width ) and other objects in C# .net Is there any library paid or free available that can help in achiving this.

P.S I want to read them in form of objects not in form of string or image

Thanks

4

3 回答 3

0

这可能会有所帮助:http ://www.pdflib.com/download/tet/ 如果您已经找到了另一个解决方案,请分享。

编辑: Telerik 也有一个不错的 PDF 控件。

于 2013-08-21T09:33:08.693 回答
0

The XFINIUM.PDF library (developed by the company I work for) supports extraction of page content as a collection of high level objects, text, images and paths. The 'Page Objects' sample shows this feature.

于 2013-08-27T18:45:08.887 回答
0

Pdfium.Net SDK 也可以帮助您。通过此 API,您可以访问文本、图像和其他对象的集合。请注意,我在开发此 API 的公司工作。

于 2016-09-06T02:39:15.133 回答