Hi,
we have to Combine multiple (5000) PDF-Files.
We are running into an exception after about 2000 files.
I put an other task into your Core Demo app (15.1 File Combine).
We can see, that memory and handles are running higher and higher, til crash.
What can we do?
Regards, Christian Freund
Crashing while multiple combines
Moderators: Daniel - PDF-XChange, PDF-XChange Support, Vasyl - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Stefan - PDF-XChange
Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.
When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.
When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
-
- User
- Posts: 44
- Joined: Fri Mar 16, 2018 9:51 am
Crashing while multiple combines
You do not have the required permissions to view the files attached to this post.
-
- Site Admin
- Posts: 332
- Joined: Sun Nov 21, 2004 3:19 pm
Re: Crashing while multiple combines
Hi Christian,
Please try these modifications in your project settings:
Please try these modifications in your project settings:
You do not have the required permissions to view the files attached to this post.
-
- Site Admin
- Posts: 3586
- Joined: Thu Jul 08, 2004 10:36 pm
Re: Crashing while multiple combines
Also, please add
after closing the documents.
Code: Select all
Marshal.ReleaseComObject(sQDoc);
Marshal.ReleaseComObject(sTDoc);
PDF-XChange Co Ltd. (Project Director)
When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.