word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf?
转pdf的部分代码:
private byte[] convertToPdf(Document Document) throws Exception {
try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) {
PdfSaveOpti…... 中文技术支持 words-java ztthu November 4, 2025, 8:16am...private byte[] convertToPdf(Document document) throws Exception { try...