Abnormal machine
The normal machine
Replacement drive or folder
CodePudding user response:
Can try to use Free Spire. Doc for Java convert
The import com. Spire. Doc. *;
Public class WordtoPDF {
Public static void main (String [] args) {
//load word sample document
The Document Document=new Document ();
Document. The loadFromFile (" Sample. Docx ");
//save the file
Document. SaveToFile (out/toPDF. PDF, FileFormat. PDF);
}
}