Skip to content

word导出的pdf只有3页 #56

@Aikaxiya

Description

@Aikaxiya

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions