Hello,
I am creating pdf form xml and I need to indent the
paragraphs. How can I do this?
I tried the following and a few other attributes in the
tagmap file that didn’t work
<tag name="paragraph" alias="div">
<attribute
name="indentationleft" value="20" />
</tag>
Alternatively, I used a PdfPageEventHelper, but I can’t
figure out how to get the paragraph object in the onParagraph
method.
I would like to use the approach of event
helper if I can give me the relevant objects on the onXXXXX methods, as I would
need to do much more manipulations than just indenting the para.
Thanks,
Sushil