gpt4 book ai didi

java - 使用 Aspose 在 Java 中将 pdf 转换为 word 时不显示图表

转载 作者:行者123 更新时间:2023-12-01 17:55:46 25 4
gpt4 key购买 nike

我决定将excel转换为word,但是,有人建议我必须将excel转换为pdf,在这之后,我将pdf转换为word,但Excel有一个正确的pdf格式的图表不幸的是,它没有出现词。

import com.aspose.cells.FileFormatType;
import com.aspose.cells.Workbook;
import com.aspose.pdf.Document;
import com.aspose.pdf.SaveFormat;

public class Test {
public static void main(String[] args) throws Exception {

String dir="D:/Test/";

Workbook workbook = new Workbook(dir+"test.xlsx");

workbook.save(dir+"testexcel.pdf", FileFormatType.PDF);

Document document = new Document(dir+"testexcel.pdf");

document.save(dir+"testexcel1.docx", SaveFormat.DocX);

}
}

这是我的Excel: https://ufile.io/8wruc

最佳答案

@Saeed Aliakbari,是的,这可能是图表丢失的原因。 Aspose.Pdf for Java API 的试用版(无需申请 Aspose 许可证)插入了评估水印,并且只能查看/编辑任何集合的四个元素。您可以获得 30 天的临时许可证用于评估目的。这将是一个完整的许可证,让您可以在购买之前测试 API 的各个方面。

我作为开发者布道者与 Aspose 合作。

关于java - 使用 Aspose 在 Java 中将 pdf 转换为 word 时不显示图表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45035244/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com