Getting null for bookmark

I am sending the below parameters to get a bookmark from API

  1. action: "Bookmarks"
  2. documentId: "data.pdf"
  3. elementId: "pdfViewer"
  4. hashId: "QWSFPQy4HqNSkfz/X6Oi2Q=="
  5. uniqueId: "Sync_PdfViewer_339e5842-80ac-4e75-6116-604f557b5c7b"


It is returning null.

Below is the API code

PdfRenderer pdfviewer = new PdfRenderer(_cache);
var jsonResult = pdfviewer.GetBookmarks(jsonObject);
return Content(JsonSerializer.Serialize(jsonResult));


1 Reply 1 reply marked as answer

SK Shamini Kiruba Sobers Syncfusion Team October 27, 2021 08:07 AM UTC

Hi Tejinder, 

Greetings from Syncfusion support. 

We are unable to reproduce the reported issue. The sample we tried at our end can be downloaded from the following link. 



Kindly look into the following video screenshot captured while trying to replicate the issue. 


Please share the modified sample along with the data.pdf file to replicate the issue at our end so that we can provide a prompt solution at the earliest. 

Regards, 
Shamini 


Marked as answer
Loader.
Up arrow icon