References not retained while converting word document to pdf

Hi Team,

We are facing issue while we convert word document to pdf. When we convert the document , references are not retained in the resultant pdf document. Attaching the documents for reference and code used. If you see on page 4 , there is a reference created (25) which is clickable in word (input) document. But when we open pdf (output) document , text is retained but is not clickable.

Code :

com.aspose.words.PdfSaveOptions pdfSaveOptions = new com.aspose.words.PdfSaveOptions();
pdfSaveOptions.setUpdateFields(false);
pdfSaveOptions.setSaveFormat(SaveFormat.PDF);
document.save(faos, pdfSaveOptions);

Reference_test.zip (1.0 MB)

Thanks

@saurabh.arora The mentioned reference points to nonexistent bookmark a101367. So there is no place in the document to point to. If you update fields in MS Word you will see Error! Reference source not found. message on the place of the REF field.