I’m trying to get a page count of all files in a folder. I’ve been successfull at getting ppt, doc, xls, and some html pages. Other html pages that are around 7 pages actually come out to be 227 pagecount in the Document object. I’ve attached the file to see if you can tell me what the problem is or even be a fix in a later version. The original file is an html file, but I had to change the extension to txt in order to attach it to this message.
Another question is in disposing of aspose objects. Are Document, Presentation, and Workbook not disposable? I feel like in doing pagecounts on all these files, I get tons of memory leaks.
Thanks