Hi, I have been exploring Aspose product family but I am facing issue while using Aspose.Pdf.Cpp. I have installed nuget package for the same but when after installing, when I add headers, it does not find the path.
I have Aspose.Words.cpp working perfectly to my needs which I installed the same way as I installed Aspose.pdf.cpp.
e.g. it does not find below path #include “Aspose.PDF.Cpp/Document.h” #include “Aspose.PDF.Cpp/DocumentInfo.h”
I even tried giving the exact path of these header and adding libs in visual studio project properties. it compiled but complained about the DLL missing.
I am not sure why this extra overhead is there with Aspose.PDF.Cpp.
Your problem looks like a problem in your development environment and not with Aspose.PDF. I recommend that you search for tips like this and also check file permission in your development environment.