You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to purepdf-discuss
How to change a space between lines in PurePDF? I want to change a
space between lines in document with PurePDF but i cannot find a way
to do it. I used Chunk and Paragraph for output text but they haven't
any properties to change space between lines.
Please help.
Sorry for my bad English =)
Paul Hastings
unread,
Feb 26, 2011, 10:59:23 PM2/26/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to purepdf...@googlegroups.com
On 2/26/2011 4:07 PM, Maxim Pryakihn wrote: > How to change a space between lines in PurePDF? I want to change a
in the PDF reference (and iText & purePDF) line spacing is called "leading". so in org.purepdf.elementsParagraph look for setLeading() etc.