Hi
we have a docx file with custom font after open it using Aspose word and sending it to the printer the Thai text becomes not clear for reding it
we are do something like :
AsposeWordsPrintDocument awPrintDoc = new AsposeWordsPrintDocument(document)
DocPrintJob printJob = service.createPrintJob();
SimpleDoc simpleDoc = new SimpleDoc(awPrintDoc, pageableFlavor, null);
printJob.print(simpleDoc, printRequestAttributeSet);
for aspose use .zip (75.0 KB)
we are using aspose word 20.8 and i tried it using the latest aspose withe the same results