Hi,
we are a paid licensed customer. We are facing some pdf to html file quality problems. Like: When we convert PDF to HTML using Python multiprocessing (20 files in every 60) some converted files each time words are split into characters.
it suppose to be like
<div>Analysis</div>
But converting :
<div>A</div>
<div>n</div>
<div>a</div>
<div>l</div>
<div>y</div>
<div>s</div>
<div>i</div>
<div>s</div>
Sometimes when we are doing a sequential process means one by one, it’s good. sometimes not.
My questions are:
- Is there any API call limitation? (for example, aspose-pdf the library can handle 3 requests every second)
- Is there any performance issue if I run this script for 30 days?
In my case, I saw that after a few days, the script crashed because of converting PDF to HTML.
My system:
RAM: 24 GB
CPUs: 8
apposed: Python via.Net
version: 23.3 and 23.7 (I tried)
Thanks,
Md Shaedul Islam