I am working on Itext7 Pdf generation , In the beginning I am setting font with Identity-h embedded . After some point need to read the document content for searching particular text , But not able decode the Decode Identity-h embedded font
Asked
Active
Viewed 182 times
0
-
Hi, please attach your code – Alexey Subach May 21 '20 at 16:32
-
Please be aware that before the document is saved, subset embedded fonts cannot be finalized. Thus, trying to read data you just added might fail because your font objects are not fully generated yet. – mkl May 21 '20 at 18:06
-
@mkl can't we Decode Identity-h embedded font – Sagar N H May 28 '20 at 12:18
-
*"can't we Decode Identity-h embedded font "* - probably not before it actually is embedded. While you still are working on the PDF in question, its subset embedded fonts are still not complete. – mkl May 28 '20 at 17:20