Problem
It is not possible to add some secure PDFs, the append window remains frozen.
Source of the problem
The problem is caused by misidentification of the PDF type. Open Bee™ Portal fails to detect that it is a secure PDF.
Impacted versions
Open Bee™ Portal 6.3.0 to 6.4.2
Solution
In the installation folder:
-
Open lib/model/openbee/pdfReport/ObPdfi.php
-
Line 190: RReplace value 100 with 1500:
Code before modification
$bytesPerCycle = 100;
Amended Code
$bytesPerCycle = 1500;