@asad.ali I am using licensed version of aspose pdf and trying to create a PDF file but when large size data is passed then it takes infinite time and results in OutOfMemory exception.
In my attached code file, See the method named “GeneratePDF()”,
- Covertext string contains large size data whereas covertext1 contains small size data.
- coverText gets into infinity when it reaches to “myDocument.ProcessParagraphs();”
method (keeps on loading if you see in Diagnostic Tools). - coverText1 generates pdf properly as it’s having small size data.
Please let us know how to solve this issue as we have already done so much R&D but no success achieved yet. It’s an urgent requirement.
Below is the attched csharp file.
Form1.zip (5.0 KB)