Re: [iText-questions] PdfAnnotation (with SWF) not Printing

2008-04-04 Thread jgmaux
Thanks lt3xt , Leonard Our flash programmer said: ' Default apperance is not possible, beacuse our SWF is dinamic. It shows an image from XML data'. I hate Macromedia Flash!!! Thanks. [EMAIL PROTECTED] escribió: Quoting jgmaux <[EMAIL PROTECTED]>: SWF show,

Re: [iText-questions] PdfAnnotation (with SWF) not Printing

2008-04-04 Thread jgmaux
No, it's an example, My real rectangle is ..new Rectangle(150,123,200,256 ) SWF show, but not printing Thanks... [EMAIL PROTECTED] escribió: > jgmaux wrote: > >> PdfAnnotation anote = PdfAnnotation.createScreen(pdfwriter, new >> Rectangle(10

Re: [iText-questions] PdfAnnotation (with SWF) not Printing

2008-04-03 Thread jgmaux
Thanks Leonard I didn't it. Is it necessary? Thanks in advance. Leonard Rosenthol escribió: Did you supply a default appearance for your SWF? Leonard On Apr 3, 2008, at 4:42 PM, jgmaux wrote: Hi Leonard This is my information: * Acrobat Reader Version: 8.1.0.2007051100 * S.O.: Micr

Re: [iText-questions] PdfAnnotation (with SWF) not Printing

2008-04-03 Thread jgmaux
platform in order to print? Leonard On Apr 3, 2008, at 1:47 PM, jgmaux wrote: Hi, I'have a problem. I'have a annotation with a SWF file. It's display but not printing. This is my code. ... PdfFileSpecification fs = PdfFileSpecification.url(pdfwriter, filePath); PdfA

[iText-questions] PdfAnnotation (with SWF) not Printing

2008-04-03 Thread jgmaux
Hi, I'have a problem. I'have a annotation with a SWF file. It's display but not printing. This is my code. ... PdfFileSpecification fs = PdfFileSpecification.url(pdfwriter, filePath); PdfAnnotation anote = PdfAnnotation.createScreen(pdfwriter, new Rectangle(100,100,100,100), "prueba", fs,"app

Re: [iText-questions] Problem: java.lang.NoSuchMethodError in new iText version!!!!

2008-04-02 Thread jgmaux
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jgmaux Sent: Wednesday, April 02, 2008 4:03 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Problem: java.lang.NoSuchMethodError in new iText version Hi Howard, I see http://www.1t3xt.inf

Re: [iText-questions] Problem: java.lang.NoSuchMethodError in new iText version!!!!

2008-04-02 Thread jgmaux
Ok Thanks . I think it would be a useful document about removed methods, classes and fields of iText historic jar's. It's very useful to migration apps with very older iText jar's to a new iText jar's Thanks. 1T3XT info escribió: jgmaux wrote: Hi Howar

Re: [iText-questions] Problem: java.lang.NoSuchMethodError in new iText version!!!!

2008-04-02 Thread jgmaux
nk escribió: http://www.lowagie.com/iText/docs.html Howard - Original Message From: jgmaux <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Wednesday, April 2, 2008 10:07:25 AM Subject: Re: [iText-questions] Problem: java.lang.NoSuchMethodError in new iText ve

Re: [iText-questions] Problem: java.lang.NoSuchMethodError in new iText version!!!!

2008-04-02 Thread jgmaux
Sorry Bruno, My english is very bad. I'am Spanish. I reformulate my question: Where is a doc with a list of all deprecated methods in new iText version?? Thanks- Bruno Lowagie escribió: jgmaux wrote: Ok, Thanks. Are there any documentation? What a strange question! If yo

Re: [iText-questions] Problem: java.lang.NoSuchMethodError in new iText version!!!!

2008-04-02 Thread jgmaux
Ok, Thanks. Are there any documentation? Bruno Lowagie escribió: jgmaux wrote: com.lowagie.text.Cell --> .setNoWrap(boolean) setMaxLines(1) com.lowagie.text.Table --> setSpaceBetweenCells(float) setSpacing(float); br,

[iText-questions] Problem: java.lang.NoSuchMethodError in new iText version!!!!

2008-04-02 Thread jgmaux
Hi, I update to iText-2.1.0.jar , iText-rtf-2.1.0.jar from older iText jar's. I have some problems like java.lang.NoSuchMethodError (undefined methods) These methods existed in older versions and now not exist: com.lowagie.text.Cell --> .setNoWrap(boolean) com.lowagie.text.Table --> setSpaceB

Re: [iText-questions] How to embed a SWF inside a PDF with ITEXT???

2008-04-01 Thread jgmaux
Ok Xavier, Thanks. It's works, But, Is it possible to pass parameters to SWF??? Thanks Xavier Le Vourch escribió: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > jgmaux wrote: > | Hi, > | > | How to embed a SWF inside a PDF with ITEXT??? > | > | It's

[iText-questions] How to embed a SWF inside a PDF with ITEXT???

2008-04-01 Thread jgmaux
Hi, How to embed a SWF inside a PDF with ITEXT??? It's possible? Thans in advance - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad

[iText-questions] Embed Flash in a PDF/RTF. Possible???

2008-04-01 Thread jgmaux
Hi, It's possible to embed a Flash inside a PDF o RTF with Itext Thanks in advance. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http

Re: [iText-questions] RTF getPageNumber?????

2007-01-12 Thread jgmaux
Ok, thanks. Bruno Lowagie (iText) wrote: jgmaux wrote: Hi, How do I getPageNumber in an RTF document? The pages I've read say ask the writer, but neither RtfWriter nor RtfWriter2 have a getPageNumber method. Asking an RTF document for a page number is like asking an HTML

Re: [iText-questions] RTF getPageNumber?????

2007-01-12 Thread jgmaux
er footer = new RtfHeaderFooter(footerTable); >return footer; >} > >I call it like this >document.setFooter(getFooter()); >and each page is numbered. > >Stuart > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of >j

[iText-questions] RTF getPageNumber?????

2007-01-11 Thread jgmaux
Hi, How do I getPageNumber in an RTF document? The pages I've read say ask the writer, but neither RtfWriter nor RtfWriter2 have a getPageNumber method. Thanks in advance. - Take Surveys. Earn Cash. Influence the Future

Re: [iText-questions] RTF: setAbsolutePosition of Image . work for RTF?

2007-01-04 Thread jgmaux
Ok, thanks Bruno Lowagie wrote: jgmaux wrote: Hi, Another RTF issue: setAbsolutePosition of Image . work for RTF? No, I don't think RTF supports this (but I'm not sure, I'm not an RTF special

[iText-questions] RTF: setAbsolutePosition of Image . work for RTF?

2007-01-04 Thread jgmaux
Hi, Another RTF issue: setAbsolutePosition of Image . work for RTF? Thanks in advance. * * - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

Re: [iText-questions] RTF: scaleToFit() and scalePercent() of Imageclass work for RTF?

2007-01-04 Thread jgmaux
Thanks, I have an alternative solution (Sorry, my english language is very bad, because I 'am from Spain..) Using java.awt.image.BufferedImage and related javax.imageio.ImageIO, java.awt.image.AffineTransformOp, etc. public static BufferedImage scale(double scale, BufferedImage srcImg

Re: [iText-questions] RTF: scaleToFit() and scalePercent() of Imageclass work for RTF?

2007-01-04 Thread jgmaux
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of *jgmaux *Sent:* mercoledì 3 gennaio 2007 21.32 *To:* Post all your questions about iText here *Subject:* [iText-questions] RTF: scaleToFit() and scalePercent() of Imageclass work for RTF? Hi, ScaleToFit() and scalePercent

[iText-questions] RTF: scaleToFit() and scalePercent() of Image class work for RTF?

2007-01-03 Thread jgmaux
Hi, ScaleToFit() and scalePercent() of Image class work for RTF? I created the image from JPEG. The methods worked for PDF. However, they seems not working for RTF. My iText version is 1.4.8 Thanks. * * - Take Surveys

[iText-questions] RTF Documents: Horizontal lines?

2007-01-02 Thread jgmaux
Hi, Horizontal lines in RTF documents? It is possible? Thanks. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business top