Hello,
I am using aspose.word in java product and converting docx file to pdf file using that. I am facing below two issue there :
- Hindi “Joda Akshar” not coming as it is given in docx.
e.g in docx there is ‘निम्नलिखित’ word after converting into pdf file out put getting like this
- On conversion of docx to pdf , image quality is not proper in pdf. Distorted image appeared in pdf after conversion.
Aspose Product: word.aspose in java
version : 22.11
Code :
Document convDoc;
try {
convDoc = new Document(docxFile.getAbsolutePath());
convDoc.save( new FileOutputStream(pdfFile), SaveFormat.PDF);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
Word Input file and pdf out file : DOCXToPDF_issue.zip (152.0 KB)
Please guide us to resolve those issue.