Performance issue In Aspose Word

Hi Aspose Team,
I’m having some performance issue in Aspose.word. I’m facing issues while converting .docx file to .pdf file.
I’m using trial version of the jar ,Is this the issue because of the trial version of the jar?
The below is code i’m using to Convert the code,
com.aspose.words.Document doc = new com.aspose.words.Document(file.getAbsolutePath());
doc.save(outputPath + FilenameUtils.getBaseName(file.getAbsolutePath())+".pdf");

Sample file used to convert is empty Docx file. Its taking approximately 18sec to convert.

A post was merged into an existing topic: Performance issue in Aspose.word java