docx4j-docx4j-3.2.2

所属分类:Java编程
开发工具:Java
文件大小:22200KB
下载次数:1
上传日期:2016-07-14 15:10:02
上 传 者jhlpudnzhanghao
说明:  用Java语言进行自动生成Word的时候,可使用docx4j工具类进行封装实现
(Word automatically generate the Java language, can be used to achieve encapsulation tools docx4j)

文件列表:
docx4j-docx4j-3.2.2 (0, 2015-09-04)
docx4j-docx4j-3.2.2\.classpath (1550, 2015-09-04)
docx4j-docx4j-3.2.2\.project (562, 2015-09-04)
docx4j-docx4j-3.2.2\.settings (0, 2015-09-04)
docx4j-docx4j-3.2.2\.settings\org.eclipse.core.resources.prefs (255, 2015-09-04)
docx4j-docx4j-3.2.2\.settings\org.eclipse.jdt.core.prefs (695, 2015-09-04)
docx4j-docx4j-3.2.2\.settings\org.eclipse.m2e.core.prefs (121, 2015-09-04)
docx4j-docx4j-3.2.2\CHANGELOG.md (54877, 2015-09-04)
docx4j-docx4j-3.2.2\RELEASE_HOWTO.md (9445, 2015-09-04)
docx4j-docx4j-3.2.2\build-fop-svn.xml (22695, 2015-09-04)
docx4j-docx4j-3.2.2\build.xml (25661, 2015-09-04)
docx4j-docx4j-3.2.2\docs (0, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Bookmark_crossrefs.docx (15903, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Creating SmartArt with docx4j.docx (185129, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_GettingStarted.docx (115475, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_GettingStarted.html (468133, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_GettingStarted.pdf (1281894, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_GettingStarted_Chinese_simplified.html (209759, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_GettingStarted_Chinese_traditional.html (209804, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_GettingStarted_Espagnol.html (213789, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_GettingStarted_Francais.html (212399, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_GettingStarted_German.html (213315, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_GettingStarted_Hindi.html (237463, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_GettingStarted_Japanese.html (221486, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_GettingStarted_foreign.html (192681, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_Russian.docx (750576, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_Russian.docx_files (0, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_Russian.docx_files\ac050bde-6cb6-4399-992a-36862a4ff6caimage1.png (524277, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_Russian.docx_files\ac050bde-6cb6-4399-992a-36862a4ff6caimage2.png (14327, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_Russian.docx_files\ac050bde-6cb6-4399-992a-36862a4ff6caimage3.png (164355, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_Russian.html (138738, 2015-09-04)
docx4j-docx4j-3.2.2\docs\Docx4j_Russian.pdf (1107377, 2015-09-04)
docx4j-docx4j-3.2.2\docs\HOWTO_translate.txt (1209, 2015-09-04)
docx4j-docx4j-3.2.2\docs\JAXP_TransformerFactory_XSLT_notes.txt (3355, 2015-09-04)
docx4j-docx4j-3.2.2\docs\OpenDoPE Flat OPC XML processing.docx (183803, 2015-09-04)
docx4j-docx4j-3.2.2\docs\OpenDoPE_Images.docx (41261, 2015-09-04)
docx4j-docx4j-3.2.2\docs\OpenDoPE_XHTML.docx (37515, 2015-09-04)
docx4j-docx4j-3.2.2\docs\developer (0, 2015-09-04)
... ...

README ====== What is docx4j? --------------- docx4j is an open source (Apache v2) library for creating, editing, and saving OpenXML "packages", including docx, pptx, and xslx. It uses JAXB to create the Java representation. - Open existing docx/pptx/xlsx - Create new docx/pptx/xlsx - Programmatically manipulate docx/pptx/xlsx (anything the file format allows) - CustomXML binding (with support for pictures, rich text, checkboxes, and OpenDoPE extensions for repeats & conditionals, and importing XHTML) - Export as HTML or PDF - Produce/consume Word 2007's xmlPackage (pkg) format - Apply transforms, including common filters - Font support (font substitution, and use of any fonts embedded in the document) How do I build docx4j? ---------------------- Get it from GitHub, at https://github.com/plutext/docx4j For more details, see http://www.docx4java.org/blog/2012/05/docx4j-from-github-in-eclipse/ If you are working with the source code, please join the developer mailing list: docx4j-dev-subscribe@docx4java.org Where do I get a binary? ------------------------ http://www.docx4java.org/downloads.html How do I get started? ------------------ See the Getting Started guide. And see the sample code: https://github.com/plutext/docx4j/tree/master/src/samples Where to get help? ------------------ http://www.docx4java.org/forums or StackOverflow (use tag 'docx4j') Please post to one or the other, not both Legal Information ----------------- docx4j is published under the Apache License version 2.0. For the license text, please see the following files in the legals directory: - LICENSE - NOTICE Legal information on libraries used by docx4j can be found in the "legals/NOTICE" file.

近期下载者

相关文件


收藏者