Re: [iText-questions] size of the itext barcode decreases when printed on pdf generated with insetsoft reporting libraries

2014-06-19 Thread Paulo Soares
I know that I'm answering to spam but it's interesting to note that even commercial iText is a cheaper way to produce linear and 2D barcodes even if you don't need the PDF part. Paulo On Thu, Jun 19, 2014 at 4:48 AM, babard arronwa...@gmail.com wrote: Hi, How about the java code 128

[iText-questions] Can't get destination page in SimpleBookmark.getBookmark(reader)

2014-06-19 Thread minsu
I tried to parse a pdf with bookmark. I used SimpleBookmark.getBookmark(reader) and get a list of HashMap. For each bookmark, i got: Action=GoTo Named=table.4 Title=Table of Contents but there's no Page=?, how do i know the destination of each bookmark. Thanks -- View this message in context:

Re: [iText-questions] Can't get destination page in SimpleBookmark.getBookmark(reader)

2014-06-19 Thread Paulo Soares
You have named destinations in the PDF. The line Named=table.4 points to a dictionary/array of names that maps the names to pages. You may call PdfReader.consolidateNamedDestinations() to convert the names to page numbers and have the expected Page=?. Paulo On Thu, Jun 19, 2014 at 11:35 PM,

[iText-questions] Arabic Data disappears on Form flattening in iText

2014-06-19 Thread aanchal
I have populated an acrofield with some Arabic data using PDFStamper. The text disappears when I flatten the form while it is working fine for English. Please guide. BaseFont unicode = null; unicode = BaseFont.createFont(D:/arialuni.ttf, BaseFont.IDENTITY_H, BaseFont.EMBEDDED);