Hello,
I am using Aspose PDF 21.3 to convert PDF(with annotation) to WORD. but word can’t display characters.Someone knows what is the problem?
code:
Document doc = new Document(dataDir + "PDFJAVA-39123-annotation.pdf");
DocSaveOptions saveOptions = new DocSaveOptions();
saveOptions.setFormat(DocSaveOptions.DocFormat.DocX);
attachment:pdf、word
PDFJAVA-39123-annotation.pdf (5.6 KB)
PDFJAVA-39123-annotation.docx.zip (9.8 KB)