Exporting an Excel workbook as a PDF with bookmarks

Hello,

I have come across this article about Aspose.Cells for .NET: Add PDF Bookmarks

Would there be an equivalent for Aspose.Cells for Java?

We are working in an Excel workbook with several sheets. We would like to save it as PDF, with bookmarks for each worksheet (so that we get an index on the left side of Adobe Reader). If this is possible, a how-to would be greatly appreciated :slight_smile:

Thanks in advance.

Vincent

Hi,

I am afraid, the feature is not available in Aspose.Cells for Java. We have logged your request into out issue tracking system with an issue id: CELLSJAVA-16407. We will inform you if there is any update about it.

Thank you.

Hi,

We have released our next official version Aspose.Cells for Java (Latest Version)
so you may download it now.

To add bookmark to the generated pdf file, please see
the javadoc of following Classes/APIs:

Create PdfBookmarkEntry for Chart Sheet

SaveOptions.setPdfBookmarkEntry(entry);

Thank you.