You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with the speed of saving PDF documents. On average, it takes approximately 30ms to save a single document object. However, when attempting to save a document with 400 objects, it takes around 12 seconds, which is significantly slow. We need to investigate the document saving process and optimize it to improve performance. It is possible that the issue lies in repeated writes of nested objects in the PDFDictionary.
The text was updated successfully, but these errors were encountered:
There is a problem with the speed of saving PDF documents. On average, it takes approximately 30ms to save a single document object. However, when attempting to save a document with 400 objects, it takes around 12 seconds, which is significantly slow. We need to investigate the document saving process and optimize it to improve performance. It is possible that the issue lies in repeated writes of nested objects in the
PDFDictionary
.The text was updated successfully, but these errors were encountered: