Re: [iText-questions] PDF/A on UNIX machine

2008-10-23 Thread 1T3XT info
Rai wrote: > Hi, > > I have to create PDF/A compliant pdf file on UNIX machine using iText. I am > using Arial.ttf as the embedded font for this. I am able to create the pdf > on UNIX machine. but when I tried to open the same in the Windows machine I > am getting error. > > If the file is create

Re: [iText-questions] setField for multi-select lists?

2008-10-23 Thread 1T3XT info
Nicklas Karlsson wrote: > Hi, > > I found an oldish posting saying that setField was not supported for > multi-select listboxes. Is this still the case? > > Is the workaround to check the field type, typecast correctly and do > some low level selections? I thought I wrote an extra method for thi

[iText-questions] setField for multi-select lists?

2008-10-23 Thread Nicklas Karlsson
Hi, I found an oldish posting saying that setField was not supported for multi-select listboxes. Is this still the case? Is the workaround to check the field type, typecast correctly and do some low level selections? -- --- Nik --

Re: [iText-questions] detect bold fonts and set a marker

2008-10-23 Thread 1T3XT info
kashyap mehra wrote: > hi Paulo, > thanks for replying. > while we are creating a pdf an object goes in which contains the font details > like type and size, now is the reverse possible, that an object containing > those properties of font can be be read as well. > Or i m thinking on wrong lines.

[iText-questions] PDF/A on UNIX machine

2008-10-23 Thread Rai
Hi, I have to create PDF/A compliant pdf file on UNIX machine using iText. I am using Arial.ttf as the embedded font for this. I am able to create the pdf on UNIX machine. but when I tried to open the same in the Windows machine I am getting error. If the file is created on the Windows machine t

Re: [iText-questions] Creating Bookmarks in merged PDF without inserting new pages

2008-10-23 Thread gr3yW0lf
JR Naylor wrote: > > I am new to iText and am trying to solve a problem I am encountering. I > have worked through the examples in the iText in Action book and haven't > been able to get this to work. > > Here is the problem: > I am merging 3 pdf's together into one using PdfCopy and I need to

Re: [iText-questions] detect bold fonts and set a marker

2008-10-23 Thread kashyap mehra
hi Paulo, thanks for replying. while we are creating a pdf an object goes in which contains the font details like type and size, now is the reverse possible, that an object containing those properties of font can be be read as well. Or i m thinking on wrong lines. thanks Kashyap Mehra --- On T

Re: [iText-questions] detect bold fonts and set a marker

2008-10-23 Thread Paulo Soares
iText can't do that. Paulo > -Original Message- > From: kashyap mehra [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 23, 2008 1:25 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] detect bold fonts and set a marker > > hi, > how can we detect bold font o

[iText-questions] detect bold fonts and set a marker

2008-10-23 Thread kashyap mehra
hi, how can we detect bold font or font size and set a marker from a pdf, as in detecting headings of topics? and extracting a particular topic and its content, say for eg. 2.2.4 Introducing imported pages. and printing it to console or extracting it in a text or pdf file. please help. thanks, K

Re: [iText-questions] itext RTF

2008-10-23 Thread Howard Shank
Shweta, It is not possible to do with iText RTF. Regards, Howard Shank - Original Message From: shweta singh <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Thursday, October 23, 2008 1:55:46 AM Subject: [iText-questions] itext RTF Hi I am new to itext. After re

[iText-questions] detect bold fonts and set a marker

2008-10-23 Thread kashyap mehra
hi, how can we detect bold font or font size and set a marker from a pdf, as in detecting headings of topics? and extracting a particular topic and its content, say for eg. 2.2.4 Introducing imported pages. and printing it to console or extracting it in a text or pdf file. please help. thanks, K

Re: [iText-questions] PdfPTable question: Spacing Lines in a cell

2008-10-23 Thread Alexis Pigeon
Phrase.setLeading(float) HTH, alexis On 22/10/2008, Bhojraj, Santosh <[EMAIL PROTECTED]> wrote: > > Hi: > I am using iText 2.1.3 for generating PDF documents. I am adding data to > a cell in the table and the data comes from a "description" type column in > the database (i.e. it is free form t

Re: [iText-questions] PdfPTable question: Spacing Lines in a cell

2008-10-23 Thread 1T3XT info
Bhojraj, Santosh wrote: > Hi: > I am using iText 2.1.3 for generating PDF documents. I am adding data > to a cell in the table and the data comes from a "description" type > column in the database (i.e. it is free form text). When this displayed > on the PDF, I need to put some spacing between

[iText-questions] PdfPTable question: Spacing Lines in a cell

2008-10-23 Thread Bhojraj, Santosh
Hi: I am using iText 2.1.3 for generating PDF documents. I am adding data to a cell in the table and the data comes from a "description" type column in the database (i.e. it is free form text). When this displayed on the PDF, I need to put some spacing between the lines of text. I couldn't find a

Re: [iText-questions] Changing attachment Pin (Needle) background color in Arobat 9

2008-10-23 Thread Pathy
Sorry the border color is still shown in "BLACK" (not WHITE) Pathy wrote: > > Thanks for your reply Leonard, > > Actually I tried with > > annot.setMKBorderColor(Color.WHITE); (This method sets the given value to > Dictionary key "PDFName.BC", I assume BC means BorderColor) > > But the borde