Details
Description
Zend_Pdf performance still can be improved by using corresponding str...() functions instead of iterating strings char by char.
Zend_Pdf performance still can be improved by using corresponding str...() functions instead of iterating strings char by char.
Done.
This improvement decrerases PDF processing (read and update operations) time by 40% and save operation time by 10%.