On page 1456 of this document, Aspose.PDF 10.1.0 throws a null reference exception. Aspose 9.9.0 runs fine.
Hi Kent,
Hi Kent,
I am using VS2013 with Update 4 build against .Net 4.5.1 on Windows 7 x64. Aspose.PDF 10.1.0 which is using runtime v4.0.30319.
Note, I forgot to provide a license in the code from my previous post. I believe that omission was the cause for the IndexOutOfRange exception. I am assuming that even though the page count is 1905 there is some limitation getting those pages out of the collection while in evaluation mode.
Once I added reading the a valid license to the code I am back to thorwing a NullRefernceException.
Also note that when I revert back to Aspose.PDF 9.9.0 with this project I get output very similar to what you have posted in your most recent screenshot.
I have modified the source and I am hosting the complete project here.
I have also attached the output I see when I run this program with a valid license.
Hi Kent,AA.Engineering:
Note, I forgot to provide a license in the code from my previous post. I believe that omission was the cause for the IndexOutOfRange exception. I am assuming that even though the page count is 1905 there is some limitation getting those pages out of the collection while in evaluation mode.
We are further testing the scenario using updated project and will keep you posted with our findings.AA.Engineering:
Once I added reading the a valid license to the code I am back to thorwing a NullRefernceException.
Also note that when I revert back to Aspose.PDF 9.9.0 with this project I get output very similar to what you have posted in your most recent screenshot.
I have modified the source and I am hosting the complete project here.
I have also attached the output I see when I run this program with a valid license.
Any progress updates?
Hi Kent,