I have a pdf form, and I am using pdfStamper to manipulate the values of listbox.
form.SetListOption("fieldname",String[]{"one","two","three"}); form.RegenerateField("fieldname"); The listbox alignment is set to "right". If I use a PDF editor and change the values myself, it displays correctly. I can also see that the input file has "/Q 2" as the listbox object If I run it through iTextSharp, the listbox is left aligned. Is this a bug, or do I need to do something else? ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. 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