中国最专业的商业控件服务网

慧都控件网

节假日值班电话:023-66090381
product
最经典Silverlight控件套包助你打造酷炫的Web应用程序

有从PDF中提取文字的控件吗?如“Aspose.Pdf for .NET”

我们有Aspose.Pdf for .NET的控件,可以从PDF提取文字,但是对中文字体支持不是很好,建议你试用一下 PDFlib TET 这个控件,相对来说对中文支持好得多。

请推荐html->PDF, Word->PDF的好产品

根据您的需求,我们建议结合Aspose.PdfAspose.WordsAspose.PDF.Kit三个产品来使用,可以达到您所描述的需求。

上一个 上一个 DynamicPDF Merger 下一个 下一个PDFlib TET
Aspose.Pdf
[产品编号: 10565 ]  
Aspose.Pdf

收藏订阅

  • 当前版本:v6.6   [销售以商家最新版为准,如需其他版本,请来电咨询]
  • 开  发 商:ASPOSE 独家代理
  • 产品类型:独立控件
  • 产品功能:PDF
  • 控件类型:.NET / JAVA
  • 其他特性:Web Form / Windows Form
  • 产品源码:不提供源码
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍 下载 购买 版本更新 开发商 视频与培训 评论(2)  
v4.5  Aspose.Pdf v4.4 (10-06-23) v4.2

Aspose.Pdf 版本更新 v4.4 (更新日期:6/23/2010)

Aspose.Pdf for .NET 4.4.0

What's New?

  • Support for .NET Framework 4.0 / Visual Studio 2010.
  • Support for MemoryStream object while creating PDF in Direct-to-File mode.
  • Overloaded method  BindFO(XmlDocument xmldocument,XmlDocument xsldocument); which now also takes XSLT as an argument.

What's improved?

  • Better fonts support while creating PDF documents.
  • Stable inLineHTML to PDF conversion

What's Fixed?

  • 14597 -  Textinfo style is lost when using BOLD or ITALIC tags in HTML content
  • 16422 -  Text Colors are not properly being displayed during HTML to PDF conversion
  • 16385 -  Unable to add Html Table where end tag is "/table"
  • 16388 -  Barcode font doesn't print anymore in PDF
  • 16964 -  Add DefaultColumnWidth property in Table class
  • 16865 -  Pdf.BindFO(System.Xml.XPath.IXPathNavigable XmlDoc, String XSLDoc); missing
  • 16233 -  Issue while displaying German Dateformat
  • 14937 -  Problem converting multipage / multidimension tiff to PDF
  • 16387 -  Aspose.Pdf for .NET does not work with Visual Studio 2010 / .NET 4.0
  • 16792 -  Invalid scale for large image
  • 15058 -  Table.IsVerticalBroken = true is not working correctly
  • 12951 -  Direct to File Mode is causing issue with MemoryStream

Aspose.Pdf for Java 2.6.0

What's New?

      The main new features added in this version:

  • Some new methods in XMLDocument class are added
  • Image resources from URL can be added

What's improved?

  1. Performance of this release is 4x-6x times better than previous version 2.5.0, while images are placed inside PDF sections or embedded as attachments.
  2. When using JDK 5 and JDK 6, the new version finds the system fonts folder automatically and there is no need to specify it manually as required with JDK 4.

What's Fixed?

      The main bugs fixed are listed as following:

  • 13383 - XLS to PDF conversion issue with Aspose.Pdf for Java
  • 14981 - Bottom border to the table is not appearing in Excel to PDF conversion
  • 15164 - Images with dimension equal or greater than 1024x768 are causing issue
  • 15185 - Error adding 1024x768 images
  • 15982 - Doesn't work when desired resources placed on network path like a \\host\share\image.jpg 
  • 15985 - Don't able to attach file to pdf document
  • 15992 - Large text or binary attachments causes program halt
  • 15995 - Can't attach document as stream
  • 15996 - Adding images and imageInfo throught XML API causes exceptions
  • 15997 - Doesn't work with file resources
  • 16244 - Image resources can't be added from URL
  • 16229 - Documents attached other XML API has incorrect size and content
  • 16518 - XmlDocument does not load or save documents

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");