登录
首页 » Java » toPdfUtils-master

toPdfUtils-master

于 2020-11-14 发布 文件大小:22064KB
0 259
下载积分: 1 下载次数: 1

代码说明:

  多种方式实现java word转pdf的demo ,支持docx(Various ways to convert from word to pdf ,supporting docx)

文件列表:

toPdfUtils-master, 0 , 2017-05-26
toPdfUtils-master\lib, 0 , 2017-05-26
toPdfUtils-master\lib\commons-io-2.4.jar, 185140 , 2017-05-26
toPdfUtils-master\lib\commons-lang3-3.1.jar, 315805 , 2017-05-26
toPdfUtils-master\lib\junit-4.10.jar, 253160 , 2017-05-26
toPdfUtils-master\lib\pdf, 0 , 2017-05-26
toPdfUtils-master\lib\pdf\iText-2.1.7.jar, 1130070 , 2017-05-26
toPdfUtils-master\lib\pdf\itextasian-1.5.2.jar, 330063 , 2017-05-26
toPdfUtils-master\lib\pdf\itextpdf-5.5.6.jar, 2265678 , 2017-05-26
toPdfUtils-master\lib\pdf\ooxml-schemas-1.1.jar, 14841622 , 2017-05-26
toPdfUtils-master\lib\pdf\poi-ooxml-3.14-20160307.jar, 1294489 , 2017-05-26
toPdfUtils-master\lib\pdf\xdocreport-1.0.4.jar, 2072617 , 2017-05-26
toPdfUtils-master\lib\poi-3.14-20160307.jar, 2528204 , 2017-05-26
toPdfUtils-master\lib\slf4j-log4j12-1.7.21.jar, 9988 , 2017-05-26
toPdfUtils-master\lib\xmlbeans-2.6.0.jar, 2730866 , 2017-05-26
toPdfUtils-master\src, 0 , 2017-05-26
toPdfUtils-master\src\CommandExecute.java, 1538 , 2017-05-26
toPdfUtils-master\src\LibreOffice.java, 1221 , 2017-05-26
toPdfUtils-master\src\XDocReport.java, 2696 , 2017-05-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • ex07_dialog2.2
    谷歌地图查看位置,很好的实现这个功能,比一般的地图更加清晰,更加合理。(Google Map View location achieve this)
    2013-05-09 23:08:22下载
    积分:1
  • JAVA-The-latest-
    java面试题目全集,帮助面试的初哥进行准备!(java interview questions The Complete Works, to help novices interview preparation!)
    2012-05-24 15:17:51下载
    积分:1
  • SPPanAdmin
    说明:  1、该权限管理系统包括用户管理,角色管理,资源链接管理模块,可以动态分配权限和角色。 2、使用springboot、springdata jpa、shiro等服务端技术,使用freemarker模版渲染页面。 3、系统中对springdata的查询条件Specification做了简单的封装,更加方便查询条件的灵活使用。 4、前端技术:使用Hadmin系统模版,数据表格使用bootstrap table插件,弹窗使用layer插件,日期选择使用laydate插件。表单验证使用jQuery validate插件等等。 5、系统部署: 1)使用mysql数据库,先建立一个空数据库base,最好编码使用utf-8字符集,不然会乱码。 2)把application.properties中的数据库连接信息修改成自己数据库的连接信息。 3)修改spring.jpa.hibernate.ddl-auto为create,目的是让系统自动建表同时初始化相关集成数据。如果不需要自动初始化数据,可以删除resource目录下的import.sql文件。 6、系统启动后,访问:127.0.0.1/admin/会自动跳转到后台登录页面。 7、初始用户名和密码为:admin/111111。(Running environment: jdk8 (jdk7 can also), mysql, Maven build)
    2019-05-26 10:26:31下载
    积分:1
  • workflow
    说明:  一个工作流组件(包括定义和引擎),基于xml文件,可扩展流程节点和处理(A workflow component (including the definition and engine), based on the xml file, scalable processes and processing nodes)
    2008-10-27 12:55:35下载
    积分:1
  • cmpp2.0
    CMPP2版短信平台行业版源码,含配置文件(cmpp2.0 Source code)
    2015-03-13 10:13:46下载
    积分:1
  • hello-world-portlet
    liferay portlet 实例,可以直接部署(liferay portlet instance, can be directly deployed)
    2013-08-03 12:57:10下载
    积分:1
  • 365191126san
    JSP+MYSQL实现的影音系统,功能不错。欢迎大家下载。(JSP+ MYSQL realization of audio-visual system function well. Welcome to the download.)
    2009-05-14 23:02:22下载
    积分:1
  • Ofbiz10.0
    Ofbiz10.04改用mysql数据库配置(Ofbiz10.04 switch to mysql database configuration)
    2013-12-07 22:44:59下载
    积分:1
  • weblogic基本概念
    WebLogic 应用服务器有如下几个基本概念:  Domain: 域是个逻辑概念,用来组织管理一系列的应用服务器实例,也就是下面要解释的server. 域是WebLogic应用服务器中最大的概念,WebLogic应用服务器启动的时候就是以某个域来启动的,它有一个中心配置文件叫config.xml. A domain is the basic administration unit for WebLogic Server instances (servers) that is represented in its own configuration file (config.xml). A domain consists of one or more servers (and their associated resources) that you manage with a single Administration Server. Cluster: 族也是一个逻辑概念,用来分组用途相同的服务器实例,一个域中可以有多个族。 A cluster is a deployment in which multiple WebLogic Server instances (servers) run simultaneously and work together to provide increased scalability and reliability. A cluster appears to clients to be a single WebLogic Server instance. The servers that constitute a cluster can run on the same machine, or be located on different machines. Machine: 机器是物理上的概念,代表一台运行WebLogic应用服务器的实在的机器,包括其IP地址等信息。一个域中可以包括多台机器。(同一台机器可以属于不同的域吗?) A machine is the logical representation of the computer that hosts one or more WebLogic Server instances (servers). WebLogic Server uses configured machine names to determine the optimum server in a cluster to which certain tasks, such as HTTP session replication, are delegated. The Administration Server uses the machine definition in conjunction with the Node Manager application to start remote servers. Server: 服务器,也就是一个应用服务器的实例,用来部署和运行各种J2EE应用程序,也可以来配置各种服务程序。它是WebLogic应用服务器的基本服务单元。一个WebLogic域中一般有一个管理服务器和多个被管理服务器。也就是下面我们要谈到的两个概念。  A server is an instance of WebLogic Server that runs in its own Java Virtual Machine (JVM) and has its own configuration. Each WebLogic Server domain must have one server that acts as the Administration Server. In a typical production environment, the Administration Server is where the Administration Console is run and used to perform administrative tasks. By default, the Administration Server is called myserver. A typical production environment may also have one or more Managed Servers, which are instances of WebLogic Server used to host enterprise applications. Administrative Server: 管理服务器是用来管理配置域的中心点,一般来说,管理服务器上是不部署应用程序的,而是用来统一管理、配置、监控被管理服务器以及部署应用程序到被管理服务器上。一个域中有一台管理服务器。 Managed Server: 被管理服务器是用来部署运行各种应用程序的。一个域中有一台或多台被管理服务器。 Node Manager: 节点管理器是一个单独运行的后台程序,一般运行在被管理服务器的机器上,用来提供远程启动和停止服务器(Server)的功能。
    2014-02-28下载
    积分:1
  • xyz
    pojo的mvc框架,可以和web环境解耦()
    2007-07-18 14:34:15下载
    积分:1
  • 696518资源总数
  • 105028会员总数
  • 6今日下载