Hi
Facing issues with PPTX to PDF conversion using spire.presentation when the presentation has hyperlinks linked to internal slides.
code used : presentation.SaveToFile(destinationFilePDF, FileFormat.PDF);
Case 1 : Test1.pptx
The presentation has hyperlink to internal slides(reference to slide name) . The conversion is successful but the pdf file the forward(slide) hyperlink works not the backward(slide)link.
Attached (test1.pptx and test1.pdf ) for reference.
Case 2 : Test2.pptx
The presentation has hyperlink to internal slides(reference to slide next and previous) . The conversion to pdf file does not work it throws exception as follows
at sprわ..ctor(sprゖ A_0, RectangleF A_1, String A_2, Boolean A_3)
at sprギ.ᜀ(spr㐜 A_0)
at sprギ.ᜀ(spr㐗 A_0)
at spr㐗.ᜀ(spr㐕 A_0)
at spr㐔.ᜁ(spr㐕 A_0)
at spr㐑.ᜀ(spr㐕 A_0)
at spr㐔.ᜁ(spr㐕 A_0)
at spr᧲.ᜀ(spr A_0, Stream A_1, spr᧮ A_2)
at spr.ᜀ(Stream A_0, spr᧳ A_1, spr᧴ A_2)
at spr.ᜀ(String A_0, spr᧳ A_1)
at Spire.Presentation.Presentation.SaveToFile(String file, FileFormat fileFormat)
Attached (test2.pptx) for reference.
Would appreciate help on resolving this issue .