Hi Team
Yesterday I signed up for trial access to the Essential PDF API. I am trying to create a c# console application to split a pdf document based on bookmarks. The basis of my code is the code sample supplied on the Syncfusion website.
My issue is that I cannot access the PdfBookmarkBase class, that is to say, the program is not recognising it.
I have tried creating the app targeting .net core 5.0 app and 4.8 framework. Same issue.
I have consulted the documentation and believe I have added the necessary Nuget package (syncfusion.pdf.winforms) and assembly references to the project.
I have added the following using statements to my code:
using Syncfusion.Pdf;
using Syncfusion.Pdf.Parsing;
using Syncfusion.Pdf.Graphics;
using Syncfusion.Pdf.Grid;
Any advice/assistance with this issue will be gratefully received. Thankyou.
Gerard