Hi,
I’m currently doing a test with the free trial version before bying Aspose.Word.Net for my project. This is a really good product.
Aspose.Word.Net does everything I need : generate a PDF by inserting HTML in a Word document model. It does everything except to generate the table of content. After reading on the forum, I found, at my biggest disappointment, that we need to go in Word and do a full update of the document (F9) to refresh the TOC.
But my problem was I need to make a ASPX who will generate a PDF with a table of content… I already have Word on the server who does this process and my project is precisely to eliminate the VBA in Word on the server who does this job (but I can leave Word on the server to get Word objects in .NET).
I just want to be sure I understand correctly, but it will be impossible for me to do my project at this moment with Aspose.Word.NET ??
Unless I generate the table of contents myself with the programming? But this is not the same project.
Thanks…