Last Updated:
15 Sep 2026 15:49
by ADMIN
PdfProcessing: Support Font Registration from Stream to Reduce Caller Memory Usage
Currently, font registration APIs accept only byte[], requiring callers to load the entire font file into memory before passing it to the library. This can be problematic for large font files, especially CJK fonts, which can significantly increase application memory usage.