Op 16/12/2010 19:27, Bob Barnes schreef: > Hi all, > > Does anyone have any suggestions for using the DottedLineSeparator or > subclassing it to create better looking 'dots'? I've tried playing with line > width and a few other settings, but it still looks 'pixelated', especially > when the pdf is viewed in less than actual size. Has anyone created a > separator class that uses periods instead that they'd be willing share or > have ideas about how to create one? Currently the DottedLineSeparator draws a dotted line using a specific dash pattern and line cap (PDF syntax: J, d, m and l operators). You should either implement the DrawInterface, or extend the VerticalPositionMark class. This allows you to draw dots using every possible operator available in the Adobe Imaging Model.
------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
