当前位置: 首页> 娱乐> 明星 > 如何制作软件界面_大连网站制作美工_seo做什么网站赚钱_网络推广方案模板

如何制作软件界面_大连网站制作美工_seo做什么网站赚钱_网络推广方案模板

时间:2025/7/19 4:14:48来源:https://blog.csdn.net/Be_insighted/article/details/142412250 浏览次数:0次
如何制作软件界面_大连网站制作美工_seo做什么网站赚钱_网络推广方案模板

引入依赖,低版本的报错,2.0.2能够实现转换

        <dependency><groupId>org.ofdrw</groupId><artifactId>ofdrw-converter</artifactId><version>2.0.2</version><exclusions><exclusion><groupId>org.apache.logging.log4j</groupId><artifactId>log4j-slf4j-impl</artifactId></exclusion></exclusions></dependency>

代码实现

import org.ofdrw.converter.ConvertHelper;
import java.io.File;
import java.io.IOException;
import java.nio.file.Path;
import java.nio.file.Paths;/*** @Description: ofd格式转pdf* @author: Be.insighted* @create: 2024/9/21 10:03* @since 1.0.0*/public class OFDToPDFUtil {public static void main(String[] args) throws IOException {File ofdFile = new File("D:\\下载-浏览器\\dzfp_岳易楼 食府_20240920191050.ofd");Path pdfPath = Paths.get("D:\\下载-浏览器\\dzfp_岳易楼 食府_20240920191050.pdf");ConvertHelper.toPdf(ofdFile.toPath(), pdfPath);}
}

关键字:如何制作软件界面_大连网站制作美工_seo做什么网站赚钱_网络推广方案模板

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: