[iText-questions] modify existing rtf

2008-08-19 Thread mzk741009
hello! forgive my pool english.can i import a RTF file and modify it? thanks! - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Mobli

[iText-questions] Padding Methods

2008-08-19 Thread Mike Duffy
I just downloaded the latest and greatest version of iText. I also purchased the book, "iText in Action" (an exceptionally good book). The book references methods for cell padding on page 171 (setPaddingLeft, setPaddingRight, setPaddingTop, and setPaddingBottom). These methods are not in the l

Re: [iText-questions] How do I make ColumnText.showTextAligned work forPdfWriter.RUN_DIRECTION_RTL?

2008-08-19 Thread Paulo Soares
Are you using a font with the needed glyphs, like arial.ttf? It won't work with Helvetica. Paulo - Original Message - From: "Andreas Kemkes" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 19, 2008 10:13 PM Subject: [iText-questions] How do I make ColumnText.showTextAligned work forPdfW

Re: [iText-questions] iText-questions Digest, Vol 27, Issue 56

2008-08-19 Thread Paulo Soares
iText doesn't support dynamic forms. (Another post from you coming from a digest and I kick you out of the mailing list.) Paulo - Original Message - From: "Kevin Yu" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 19, 2008 10:29 PM Subject: Re: [iText-questions] iText-questions Digest,

[iText-questions] How do I make ColumnText.showTextAligned work for PdfWriter.RUN_DIRECTION_RTL?

2008-08-19 Thread Andreas Kemkes
I am trying to use ColumnText.showTextAligned to display text in a header/footer, but it swallows the arabic/hebrew glyphs. To exemplify the problem I've used the RightToLeft.java from the 'iText Tutorial' and added the following: ColumnText.showTextAligned(cb,

Re: [iText-questions] iText-questions Digest, Vol 27, Issue 54

2008-08-19 Thread Paulo Soares
SetFieldProperty won't work with LiveCycle forms. (Any particular reason why you use a digest with all the posts?) Paulo - Original Message - From: "Kevin Yu" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 19, 2008 8:41 PM Subject: Re: [iText-questions] iText-questions Digest, Vol 27, I

Re: [iText-questions] iText-questions Digest, Vol 27, Issue 54

2008-08-19 Thread Kevin Yu
hi all, how do I set a form field to readonly in dynamic form? (iTextSharp) form.SetFieldProperty(str,"setfflags",PdfFormField.FF_READ_ONLY, null) ; doesn't seems to do it. thanks Kevin > From: [EMAIL PROTECTED]> Subject: iText-questions Digest, Vol 27, Issue 54> > To: itext-quest

[iText-questions] Setting headers dynamically in pdf

2008-08-19 Thread Nipun Aggarwal
My program starts with creating 6 top rows and then data rows. What I want to do is, that when the page number increments I want to set Rows 1,2,3 and 6 as the headerRows. Is that possible and if it is what should I be doing to make it work like that? Thanks ---

Re: [iText-questions] Create text URL's within document created using Graphics2D

2008-08-19 Thread Paulo Soares
I've never used it but as far as I'm aware: g2.setRenderingHint(PdfGraphics2D.HyperLinkKey.KEY_INSTANCE, "http://go.to";); // Write your text here g2.setRenderingHint(PdfGraphics2D.HyperLinkKey.KEY_INSTANCE, PdfGraphics2D.HyperLinkKey.VALUE_HYPERLINKKEY_OFF); Paulo > -Original Message-

Re: [iText-questions] Create text URL's within document created using Graphics2D

2008-08-19 Thread aerogun2
Paulo, Thanks for the reply..Not sure how I can pass HyperLinkKey.KEY_INSTANCE as its not accessible. I dont see any documentation on that too. Also,I looked at setRenderingHint(Key,Object) and dont see what value to pass for Key. Is that the value of text element in the table? Maybe an examp

Re: [iText-questions] radio button

2008-08-19 Thread Paulo Soares
AcroFields.getAppearanceStates() Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Michael Marcavage > Sent: Tuesday, August 19, 2008 2:14 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] radio button > > > Please fo

Re: [iText-questions] Setting different headers dynamically in pdf

2008-08-19 Thread Paulo Soares
You'll have to control yourself the layout and create a new table for the next page. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Nipun Aggarwal > Sent: Tuesday, August 19, 2008 6:47 PM > To: itext-questions@lists.sourceforge.net > Subje

[iText-questions] Setting different headers dynamically in pdf

2008-08-19 Thread Nipun Aggarwal
My program starts with creating 6 top rows and then data rows. What I want to do is, that when the page number increments I want to set Rows 1,2,3 and 6 as the headerRows. Is that possible and if it is what should I be doing to make it work like that? Thanks ---

Re: [iText-questions] Problem with generating PDF/A with iText

2008-08-19 Thread Leonard Rosenthol
Acrobat Professional - 8 or later. Leonard On Aug 19, 2008, at 10:06 AM, AJ Weber wrote: Slightly OT: Does anyone know of a validation-tool for checking a PDF against any of the version standards? I.e. a "standard PDF" (not PDF/A or PDF/X) conforms to "PDF Version 1.2" (or not)? Thanks,

[iText-questions] Scaling an image to place in a RTF document

2008-08-19 Thread Le Doyen, Loic
Hi, I want to resize an image before placing it into my document, but the methods scaleAbsolute, scalePercent and scaleToFit aren't doing anything, the image still have is original size. Parameters are Floats, are values still in pixel or in percentage (for scalePercent) ? Best regards, Loïc

Re: [iText-questions] Re move bookmarks with depth less then x

2008-08-19 Thread carstenstp
Hi, no I have von a solution and created a function :-). This function extract the bookmarks to xml and reduce the Bookmarks-Tree with XPATH. The code will be available in the next PDFSam (http://www.pdfsam.org/) Version. -- View this message in context: http://www.nabble.com/Remove-bookmarks-

Re: [iText-questions] Problem with generating PDF/A with iText

2008-08-19 Thread AJ Weber
Slightly OT: Does anyone know of a validation-tool for checking a PDF against any of the version standards? I.e. a "standard PDF" (not PDF/A or PDF/X) conforms to "PDF Version 1.2" (or not)? Thanks, AJ - Original Message - From: Paulo Soares To: Post all your questions about iTe

Re: [iText-questions] pdfReader and very large pdf documents

2008-08-19 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Steve Rossi > Sent: Friday, August 15, 2008 9:05 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] pdfReader and very large pdf documents > > I have a theory that what I'm t

Re: [iText-questions] Letter-spacing

2008-08-19 Thread Britta Michel
Paulo Soares schrieb: > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of Britta Michel >> Sent: Friday, August 15, 2008 10:35 AM >> To: iText-questions@lists.sourceforge.net >> Subject: [iText-questions] Letter-spacing >> >> Hello, >> >> I hav

[iText-questions] Andrew S Moy/CHI/NTRS is in class.

2008-08-19 Thread Andrew S Moy
I will be out of the office starting August 19, 2008 and will not return until August 21, 2008. Hello, Please contact Carl Groebe (312) 557-5454 if you need any assistance during this time, thanks. - This SF.Net email is s

Re: [iText-questions] stretching/shrinking fonts

2008-08-19 Thread Paulo Soares
Chunk.setHorizontalScaling(). Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sven Boden > Sent: Friday, August 15, 2008 2:08 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] stretching/shrinking fonts > > > I'm lo

Re: [iText-questions] Letter-spacing

2008-08-19 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Britta Michel > Sent: Friday, August 15, 2008 10:35 AM > To: iText-questions@lists.sourceforge.net > Subject: [iText-questions] Letter-spacing > > Hello, > > I have a question concerning character-sp

Re: [iText-questions] Create text URL's within document created using Graphics2D

2008-08-19 Thread Paulo Soares
It can be dore with the rendering hint HyperLinkKey.KEY_INSTANCE. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Saurabh Raval > Sent: Tuesday, August 19, 2008 1:58 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions]

Re: [iText-questions] Rowspan property in PdfPCell

2008-08-19 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, August 19, 2008 10:24 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Rowspan property in PdfPCell > > > Hi to all, > > if I understand

[iText-questions] Problem of Table of contents in RTF

2008-08-19 Thread Le Doyen, Loic
Hi, I try to create a table of contents, inserting a field at the beginnig of the document, then using styles created like : new RtfParagraphStyle("heading 1", this.styleToc[0].tocFont, parseInt(this.styleToc[0].tocPolice), this.getFontStyle(this.styleToc[0].tocFormat), this.getColor(this.sty

[iText-questions] Image loading in MAC

2008-08-19 Thread Sai Pradeep
Hi all, I am using iText 1.4 . My images are not loading in MAC OS. The same code is working fine in windows. Except the loading of images ,the rest is working fine in MAC. Is there any separate way of loading the images in MAC using itext...? What could be the problem..? It is not

[iText-questions] Rowspan property in PdfPCell

2008-08-19 Thread be
Hi to all, if I understand the documentation (book and news group) correct, there is no "rowspan" property for PdfPCell. The only way to "simulate" rowspan is to use nested tables. Is this correct? Are there any plans to implement a "rowspan" property for PdfPCell? Does someone made changes to