有从PDF中提取文字的控件吗?如“Aspose.Pdf for .NET”
我们有Aspose.Pdf for .NET的控件,可以从PDF提取文字,但是对中文字体支持不是很好,建议你试用一下 PDFlib TET 这个控件,相对来说对中文支持好得多。
请推荐html->PDF, Word->PDF的好产品
根据您的需求,我们建议结合Aspose.Pdf,Aspose.Words,Aspose.PDF.Kit三个产品来使用,可以达到您所描述的需求。
收藏订阅
Aspose.Pdf for .NET 4.4.0
What's New?
What's improved?
What's Fixed?
Aspose.Pdf for Java 2.6.0
The main new features added in this version:
The main bugs fixed are listed as following:
How to specify the system fonts folder path
When using JDK 1.4, you must manually set path to windows fonts catalog by setting system property i.e. aspose.pdf.fontpath or by calling the Pdf.setTruetypeFontDirectoryPath(); method. However when using JDK 5 and JDK 6, the product automatically finds the system fonts folder.
For example: java -Daspose.pdf.fontpath=c:\windows\fonts -cp aspose.pdf.jdk14.jar;. your.entry.Point or by using the setTruetypeFontDirectoryPath() method:
Pdf pdf = new Pdf(); //.......... pdf.setTruetypeFontDirectoryPath("c:\\windows\\fonts");