Hi Tilal,
We trying to insert some text in the footer section of PDF file.
We are using TextFragment textFragment = new TextFragment("© Copyrights Symbol ® Registered Symbol"); to add text.
In this case the pdf file is getting generated but while opening the pdf file in Adobe we are getting an error like "Cannot find or create the font '+TimesNewRoman'. Some characters may not display or print correctly."
And even the above text("© Copyrights Symbol ® Registered Symbol") in pdf file is not readable. We are using Adobe Reader 9 (v11).
I have attached the code snippet and screenshot of the error.
Thanks,
Siddesh