I am using Aspose.Words latest release 17.2.0 to convert Word2Pdf. However, basic conversion (using document.save(outputFile, pdfSaveOptions) ) is working fine so far.
Opening the generated PDF in pdf viewer does not contain INDEX though the .docx contains TOC. Converting the same document to PDF from MS Word contains those INDEX in pdf viewer.
Question: is there in Aspose.Words Java API to set any property to get this INDEX available in generated PDF?