GroupDocs.Conversion-for-Java icon indicating copy to clipboard operation
GroupDocs.Conversion-for-Java copied to clipboard

word导出的pdf只有3页

Open Aikaxiya opened this issue 1 year ago • 1 comments

代码示例 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); }

Aikaxiya avatar Jun 26 '24 16:06 Aikaxiya

@Aikaxiya

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

atirtahirgroupdocs avatar Jun 26 '24 18:06 atirtahirgroupdocs