首页 > 编程语言 >Spire.Doc for Java 12.5.1 -2024-05-30

Spire.Doc for Java 12.5.1 -2024-05-30

时间:2024-06-01 19:32:59浏览次数:17  
标签:documents Java 05 Doc PDF converting BugSPIREDOC Word issue

Spire.Doc for Java is a professional Word API that empowers Java applications to create, convert, manipulate and print Word documents without dependency on Microsoft Word.

By using this multifunctional library, developers are able to process copious tasks effortlessly, such as inserting image, hyperlink, digital signature, bookmark and watermark, setting header and footer, creating table, setting background image, and adding footnote and endnote.

In addition, Spire.Doc for Java supports file format conversions from Word to PDF, XPS, Image, EPUB, HTML, TXT, ODT, RTF, WordML, WordXML and many more.

the release of Spire.Doc for Java 12.5.1. This version supports ignoring header and footer comparison options when comparing documents, and also fixes some known issues such as incorrect paragraph alignment when converting HTML to Word, redundant content appeared when converting Word to PDF. More details are listed below.

Here is a list of changes made in this release

CategoryIDDescription
New featureSPIREDOC-10156Supports ignoring headers and footers when comparing PDF documents.
CompareOptions options=new CompareOptions();
Options.IgnoreHeadersAndFooters=true;//Default is false
BugSPIREDOC-9330
SPIREDOC-10446
Fixes the issue that the text was garbled after converting a DOCX document to a PDF document.
BugSPIREDOC-9309Fixes the issue that the content was messed up after converting a DOCX document to a PDF document.
BugSPIREDOC-9349Fixes the issue that the content appeared different when it was opened with WPS tool after loading and saving the document.
BugSPIREDOC-10137Fix the issue that the text direction of the vertical text box was incorrect after converting a Word document to a PDF document.
BugSPIREDOC-10373Fix the issue that the program threw "cannot be cast to java.lang.Float" exception when comparing Word documents.
BugSPIREDOC-10383Fixed the issue that the paragraph alignment was incorrect after converting HTML to Word documents.
BugSPIREDOC-10408Fixed the issue that the program threw "Specified argument was out of the range of valid values" exception when loading Word documents.
BugSPIREDOC-10455Fix the issue that paging was incorrect after converting Word documents to PDF documents using WPS rules.
BugSPIREDOC-10459Fixed the issue that images were rotated after converting Word documents to PDF documents.
BugSPIREDOC-10466Fix the issue that extra content appeared after converting Word documents to PDF documents.
BugSPIREDOC-10481Fix the problem that the program threw a "NullPointerException" when converting Word documents to PDF documents.
BugSPIREDOC-10485Fix the issue that extra blank pages appeared after converting Word documents to PDF documents using WPS rules.
BugSPIREDOC-10513Fix the issue that the content of the drop-down box was garbled after converting a Word document to a PDF document.

标签:documents,Java,05,Doc,PDF,converting,BugSPIREDOC,Word,issue
From: https://blog.csdn.net/john_dwh/article/details/139359649

相关文章

  • 使用docker部署项目
    一、docker私有镜像仓库1、docker私有镜像仓库库(Repository)是集中存放镜像的地方,又分为公共镜像和私有仓库。当我们执行dockerpullxxx的时候,它实际上是从registry.docker.com这个地址去查找,这就是Docker公司为我们提供的公共仓库。在工作中,我们不可能把企业项目上传到公共......
  • 大三学生第一次Java面试记录
    前言分享一下第一次面试的经历吧,希望对焦虑害怕的大学生有帮助吧,其实我也很慌~~一、2024年5月8号这天我在牛客app上找的校招网申,然后看着跟开发有关的公司就都投了,主打一个广撒网,因为我觉得在校大学生也没有实习经验,学校也不是双一流知名学校,校招的企业应该要求会宽容一点......
  • java如何取得拼音的首字母
    packagecom.junfun.pms;importnet.sourceforge.pinyin4j.PinyinHelper;publicclassPinyinUtils{publicstaticStringgetFirstLetter(Stringinput){StringBuilderresult=newStringBuilder();for(charc:input.toCharArray()){......
  • 【网络研究观】-20240531
    战争揭开美国武器优势的面纱随着俄军在哈尔科夫地区稳步推进,乌克兰战争对美国国防机器而言是一场灾难,这一点越来越明显,这不仅是因为我们的援助未能挽救乌克兰的撤退和可能的失败。更重要的是,这场战争无情地暴露了我们国防体系的深层潜在缺陷。批评者长期以来一直认为,我们对......
  • n240528
    python打包工具setuptools生产requirements.txt文件pipfreeze>requirements.txtpipinstall-rrequirements.txt源码打包pythensetup.pysdist文件结构setup.py要与module同级或为上级源码安装到site-packagepythonsetup.pyinstallpipinstallxxx.tar.gz......
  • C语言--CH05--操作符(上)
    C语言–CH05–操作符(上)一、算术操作符+-*/%操作规则:1、%的操作数只能为整数。2、/的操作数中只要有一个浮点数,运算结果就为浮点数。3、除了%以外的操作符的操作数都可以不是整数。4、%10即取个位数,%100即取个位十位数,以此类推。5、整数/整数,结果向下取整......
  • java8,频繁old gc,通过修改g1回收器之后,效果很好
    原配置:-Xms15360m-Xmx15360m-XX:NewSize=4096m-XX:MaxNewSize=4096m-XX:MetaspaceSize=512m-XX:MaxDirectMemorySize=1024m-XX:+UseG1GC-XX:+HeapDumpOnOutOfMemoryError-XX:HeapDumpPath=/data/logs/skynet-\${DAOKEAPPUK}/\${DAOKEAPPUK}_heapDump.hprof-XX:+UseC......
  • Java base(1):注解、泛型、通配符、重载、重写
    注解:用于在代码中插入元数据,不会直接影响程序的执行,但可以被编译器、开发工具或运行时环境用来处理特定任务,如编译时检查、生成额外的代码、进行框架级配置等。预定义注解:java给的,例如:@Override:用于标记一个方法是重写父类的方法。自定义注解元注解:注解其他注解的注解。元数......
  • 报错信息:Unable to make field private final java.lang.Class java.lang.invoke.Seri
    jdk版本与当前MyBatisPlus版本不兼容解决方法:1.升级MyBatisPlus的版本。2.或者使用以下方法--add-opensjava.base/java.lang.invoke=ALL-UNNAMED......
  • (JAVA)设计模式-适配器模式
    模式的定义和特点:适配器模式(Adapter)是一种将一个类的接口转换成客户希望的另外一个接口的设计模式,可以提高代码的复用性和灵活性。结构与实现:定义一个适配器类来实现业务接口,再继承现有组件库中已经存在的组件。示例:创建业务接口类:点击查看代码publicinte......