c# - Extract all content using MUPDF.net - Stack Overflow

Is there a way to extract all content from mupdf?For example the following code using the GetText() me

Is there a way to extract all content from mupdf? For example the following code using the GetText() method will extract all text in html format:

using MuPDF.NET

var document = new Document("path-to-doc.pdf")
for (int i = 0; i < document.PageCount; i++) {
           var htmlContent = page.GetText("html");
           
}

this will not necessairly include form fields, vector graphics e.t.c. How would i get all of these and their relative positions within the PDF?

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745117917a4612241.html

相关推荐

  • c# - Extract all content using MUPDF.net - Stack Overflow

    Is there a way to extract all content from mupdf?For example the following code using the GetText() me

    8小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信