Hi All,
We are using iText api to read a pdf form template and populate it . After
populating we are printing the pdf generated using smart jprint api , we are
using smartjcommon_1.7.1.jar. The entire content of the pdf prints very
well except the content in the text area. This content (content in text area) is
getting printed in an abnormal way,
eg: if the content in the text area is :
AAAAA
BBBBB
CCCCC
DDDDD
.......
It is printed as
AAAAA
BBBBB
BBBBB
BBBBB
...
The second line is repeatedly printed in the subsequent
lines.
We tried printing pdf generated using other api (eg Adobe API), this was
printing correctly.
Can any one suggest a way to resolve this issue.
Thanks in advance,
Krishna Kishore