如何将从PDF文件中提取的文本转换为asp.net中的XML文件? [英] How to convert text extracted from a PDF file to a XML file in asp.net?

查看:70
本文介绍了如何将从PDF文件中提取的文本转换为asp.net中的XML文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将从PDF文件中提取的文本转换为asp.net中的XML文件?



我尝试了以下代码。但它没有用。

XmlDocument xd = new XmlDocument();

xd.LoadXml(这是一本书);

How to convert text extracted from a PDF file to a XML file in asp.net?

I tried the below code. But it is not working.
XmlDocument xd = new XmlDocument();
xd.LoadXml("This is a Book");

推荐答案

我认为在.Net中使用XML时需要填空。

这是一个良好的系列教程

不要着急,这是基本的东西。
I think you need to fill blanks when it comes to working with XML in .Net.
Here is a good series of tutorials.
Don't hurry, it is fundamental stuff.


这篇关于如何将从PDF文件中提取的文本转换为asp.net中的XML文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆