groupdocs-conversion / GroupDocs.Conversion-for-Java

GroupDocs.Conversion for Java examples, plugins and showcase projects
https://products.groupdocs.com/conversion/java
MIT License
24 stars 15 forks source link

word导出的pdf只有3页 #56

Open Aikaxiya opened 3 months ago

Aikaxiya commented 3 months ago

代码示例 public static void main(String[] args) { String docPath = "C:\Users\Desktop\f09028a43e5d4a4cb3b73ffdf773734a.docx"; String pdfPath = "C:\Users\Desktop\f09028a43e5d4a4cb3b73ffdf773734a.docx"; Converter converter = new Converter(docPath); PdfConvertOptions pdfConvertOptions = new PdfConvertOptions(); converter.convert(pdfPath, pdfConvertOptions); }

atirtahirgroupdocs commented 3 months ago

@Aikaxiya

请注意,如果您在没有许可证的情况下评估 API,您可能会面临 评估限制。好消息是,您可以 此处 为 API 申请临时许可证。