GithubHelp home page GithubHelp logo

fendaq / ofdrw Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ofdrw/ofdrw

0.0 0.0 0.0 260.14 MB

OFD Reader&Writer 像写HTML和Word那样简单的编写OFD。《GB/T 33190-2016 电子文件存储与交换格式版式文档》实现的OFD版式文档,读写库。

Home Page: https://github.com/Trisia/ofdrw

License: Apache License 2.0

Java 99.88% HTML 0.12%

ofdrw's Introduction

OFD Reader & Writer

- license

在使用OFDRW前请务必悉知 《OFD Reader & Writer免责声明》

如何clone和预览存在困难,请移步 https://gitee.com/Trisia/ofdrw

Talk is cheap,Show me the code. ——Linus Torvalds

像写HTML和Word那样简单的编写OFD。

根据《GB/T 33190-2016 电子文件存储与交换格式版式文档》标准实现版式文档OFD库(含有书签)。

项目结构:

QuickStart

引入依赖

<dependency>
    <groupId>commons-io</groupId>
    <artifactId>commons-io</artifactId>
    <version>2.6</version>
</dependency>

<dependency>
  <groupId>org.ofdrw</groupId>
  <artifactId>ofdrw-full</artifactId>
  <version>1.5.2</version>
</dependency>

如何生成一份OFD文档?

如何把大象放入冰箱。

public class HelloWorld {
    public static void main(String[] args) throws IOException {
        Path path = Paths.get("HelloWorld.ofd");
        try (OFDDoc ofdDoc = new OFDDoc(path)) {
            Paragraph p = new Paragraph("你好呀,OFD Reader&Writer!");
            ofdDoc.add(p);
        }
        System.out.println("生成文档位置: " + path.toAbsolutePath());
    }
}

效果如下:

示例

相关文档目录:

如果您对OFDRW合法签名签章以及验证有意向,我们可以为您提供相关商务咨询服务,请联系QQ: 1009020096 或邮箱 [email protected]

推荐的免费OFD阅读器: 福昕OFD版式办公套件 . http://www.htfoxit.com/Download/index/id/712

源码安装

在项目根目录下运行

mvn install

就可以完成项目的构建打包,安装到本地Maven仓库中。

交流

Share and Communicate

为了方便大家的交流提供QQ群

QQ群

群号: 577682453

参与贡献

参考 贡献指南

项目情况

进展

>> 项目进展

如果各位对 OFD R&W 有 问题 或是 建议 欢迎提交issue和PullRequest,这样的大家的问题都可以很好的得到分享,我也很乐意解答各位问题。

项目关注度

项目获得 Star曲线

Stargazers over time

ofdrw's People

Contributors

trisia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.