I have installed from NuGet and the MSI (aspose.pdf 10.4) but the Intellisense help does not work at all in either Visual Studio 2013 or 2015.
Hi Dirk,
I added the reference manually and the help docs work. So I think the DLL that was added to NuGet is missing the docs.
Oh, I just wanted to let you know, when I was evaluating PDF components, I almost passed up Aspose just because it didn’t have any intellisense documentation from the NuGet package. You might want to fix this rather quickly as a lot of devs get their components from NuGet.
Hi Dirk,
Hi Dirk,

Hi Dirk,
Thanks for sharing the details.
I have tested the scenario and I am able to reproduce the same problem that summary description is not being shown for methods and properties. For the sake of correction, I have logged it in our issue tracking system as PDFNEWNET-38831. We will investigate this issue in details and will keep you updated on the status of a correction.
We apologize for your inconvenience.
This is still an issue in the latest version of Aspose.PDF .NET. Can you fix this? It’s super hard to code with your API as the methods and classes have no definitions. I have to code by trial and error and the rendering takes time in between. This sucks.
Hi Dirk,
I tried your settings on 11.6 and restarted VS. Intellisense still does not show any documentation.
Hi Dirk,
The issues you have found earlier (filed as PDFNEWNET-38831) have been fixed in Aspose.Pdf for .NET 11.8.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
As soon as I upgraded to 11.8 (from 11.7) it gave me a build error on
using Aspose.Pdf.Text.TextOptions;
The Intellisense works now, so thank you!
Although, and sorry to throw another wrench in this, the documentation you have is not helpful. Many of the method summaries I’ve checked pretty much just define the method name with itself.
Hi Dirk,dirq:
As soon as I upgraded to 11.8 (from 11.7) it gave me a build error on
using Aspose.Pdf.Text.TextOptions;CS0138 A ‘using namespace’ directive can only be applied to namespaces; ‘TextOptions’ is a type not a namespace. Consider a ‘using static’ directive instead
Hi Dirk,dirq:
The Intellisense works now, so thank you!
The details and information regarding their usage can be found in Developer Guide of our API.dirq:
Although, and sorry to throw another wrench in this, the documentation you have is not helpful. Many of the method summaries I’ve checked pretty much just define the method name with itself.For instance:TextFragmentRepresents fragment of Pdf text.TextFragmentCollectionRepresents a text fragment collections.DocumentRepresents a PDF document.Document.RemovePdfaCompliance()Remove pdfa compliance from the documentPdfPageStampConstructor of PdfPageStamp
