English 中文(简体)
如何使用 java 从 pdf 从 pdf 中提取作者细节 。 [已关闭]
原标题:how to extract author details from pdf using java [closed]
  • 时间:2012-05-26 13:31:57
  •  标签:
  • java
  • pdf
Closed. This question needs to be more focused. It is not currently accepting answers.

想要改进这个问题吗? 更新问题,使其只关注一个问题, 只需

Closed 4 years ago.

我有1000和1000多篇PDF文章,我需要从这些文章中只提取作者姓名及其相关细节,如address email ID ,以及PDF内部提供的内容(我的意思是里面的内容),我不想通过获取与PDF元数据相关的细节来做到这一点。因为我尝试过,我最后只能用较少的细节,如作者姓名、标题和一些我根本不需要的其他常用细节。

我在互联网上浏览了所有的API,但我还是得到了解决办法。我需要在爪哇这样做。

最佳回答

I think you can t get it directly from any library. Use iTest library for reading pdf. Once you are able to read text find the Author using regular expression.

问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签