/**
*
*
* <dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-converter</artifactId>
<version>1.19.1</version>
</dependency>
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-full</artifactId>
<version>1.19.1</version>
</dependency>
**/
public class OfdConver {
public static void main(String[] args) throws IOException {
ofd2pdf(Paths.get("D:\\downloadFile\\账户搭建.ofd"), Paths.get("D:\\downloadFile\\asdf1.ofd"));
}
}