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

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to