[iText-questions] Emboss an image

2007-01-03 Thread brijesh kumar
dear team, i have two images,one a signature and the other a logo. i am trying to emboss the signature image on top of the logo. is there anyway to do so using itext Regards, Brijesh Free Movies 100's of Free Feature Length Films - Meet Friends, Watch Movies & Win! --

[iText-questions] Help: Run time Exception

2007-01-03 Thread aman mahajan
  Hi, When i am trying to run one simple program "Hello world" as in the web page. It is giving me following exception. There are no Compilation error. only the following run time error. java.lang.NoSuchMethodError: com.trend.iwss.jscan.appscan.runtime.PolicyProps: method ()V not found a

[iText-questions] OutOfMemoryError exception, when merging of files reaches 60MB

2007-01-03 Thread Pravin Kumar Venkatraj
by using rtf to fake Word into displaying a Word doc? Second, it is possible to do what I want to do, which is have all that arbitrary content show up in between the list items? I haven't seen any examples of that, and no matter how I play around with things the items from "2" o

[iText-questions] Set font face/size in form field inputs?

2007-01-03 Thread Paul Jungwirth
Hello, I'm trying to use a PdfStamper to set some form fields. For one of the fields, sometimes the input is long, and sometimes it is short. I'd like to count the characters in the input and change the field's font face/size accordingly. But I can only see the setField() method. Is there any way

[iText-questions] Adding form fields with PdfStamper?

2007-01-03 Thread Paul Jungwirth
Hello, I want to use PdfStamper to read a PDF document and add a couple buttons to the first page. But it appears that you can only create new form fields with a PdfWriter. Is there any way to add buttons to an existing PDF? Thanks, Paul -- _ Pulchritudo splendor

[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] Footer Elements with different alignment properties

2007-01-03 Thread R . Greg
Here's what I want: - A footer - With user-defined, centered text - And a right-aligned page number I've managed to create a multi-line footer, but both the text and the page number are right-aligned. Is it just wishful thinking at this point, or can I somehow modify the footer's data, perhaps b

Re: [iText-questions] PdfGraphics2D and specific Paint

2007-01-03 Thread Bill Ensley
There is no technical hurdle to this, but the trouble is at some point that unknown paint needs to be converted into instructions for PDF. I think that PdfGraphics2D does a fairly elegant job of handling unknown paints already. If you come up with something, please share it. If its good it wil

Re: [iText-questions] Rtf question about IText

2007-01-03 Thread David Thielen
Try www.windwardreports.com - makes it trivial David Thielen www.windwardreports.com 303-499-2544 x1185 Cubicle Wars - http://www.windwardreports.com/film.htm From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

[iText-questions] PdfGraphics2D and specific Paint

2007-01-03 Thread NCA
Hello, Is it possible to wrap a specific Paint in the PdfGraphics2D with a specific class or function to draw a shape, as it is done for the GradientPaint ? ex : g2.setPaint ( new MyPaint () ); => private void setPaint(boolean invert, double xoffset, double yoffset, boolean fill) { ...

Re: [iText-questions] Rtf question about IText

2007-01-03 Thread Smiley, Stuart A.
Can you use Chapters instead of ListItems? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chris O'Connell Sent: Wednesday, January 03, 2007 9:04 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Rtf question about IText I'm new to IT

[iText-questions] Rtf question about IText

2007-01-03 Thread Chris O'Connell
I'm new to IText and I think it is a great tool. I wish I had discovered it 6 months ago before I started using Apache FOP to create PDF's. Ugh... Anyway, I now have to create a (what I thought was) a fairly simple report in word. I figured I could use IText to generate a .rtf file and stream

[iText-questions] Header problem

2007-01-03 Thread Henry Lu
I have code: public class ReportBuilderFactory extends PdfPageEventHelper { /** The Phrase that will be added as the header of the document. */ protected PdfPTable header; /** The PdfPTable that will be added as the footer of the document. */ protected PdfPTable footer; pu

[iText-questions] pdfptable

2007-01-03 Thread Henry Lu
Is there a way to not show the border of table of PdfPTable? -Henry - 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

[iText-questions] error!!

2007-01-03 Thread Henry Lu
I got the following error when I run the program (PDF): com.lowagie.text.pdf.ColumnText.showTextAligned(Lcom/lowagie/text/pdf/PdfContentByte;ILcom/lowagie/text/Phrase;FFF)V code: ColumnText.showTextAligned(cb, Element.ALIGN_CENTER, header, (document.right() - do

Re: [iText-questions] Patch for signature validation problems of Adobe7documents

2007-01-03 Thread Paulo Soares
The next iText release will require the bouncycastle library for the certificate encryption although it doesn't require it to be the jce provider. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, January

Re: [iText-questions] Section breaks

2007-01-03 Thread Dirk Ulrich
Hi. Thank you. I have a (ONE) Chapter in my Document (to obtain a simple numbering of the subsequent Sections) which contains Sections. Do I have to start a new Chapter? Currently, when using     ... (adding some content to the document's mainChapter)     document.newPage();     document.set

[iText-questions] Patch for signature validation problems of Adobe7 documents

2007-01-03 Thread sergio.tabanelli
I know that, strictly speaking, this is not an itext problem and that it can be avoided using the bouncycastle jce provider, but we are planning to integrate the itext PDF Signature in our java crypto sdk and actually we can't use bouncycastle. So i have made a patch to the PdfPKCS7.java that so

Re: [iText-questions] Rows in a PdfPTable

2007-01-03 Thread Paulo Soares
Only full rows are written. The last row only has one cell filled, there's three missing. This is by design, you must fill all the row cells, there's no default for missing cells. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dirk Ulr

Re: [iText-questions] Colors with alpha

2007-01-03 Thread Leonard Rosenthol
On Jan 3, 2007, at 6:05 AM, Jonas wrote: > I tried tagging all Images with an ICC profile using > img.tagICC(ICC_Profile.getInstance(ColorSpace.CS_sRGB));, > but that didn't change anything. Could you point out how this > should be done, maybe even in the example I posted previously? > Th

[iText-questions] Rows in a PdfPTable

2007-01-03 Thread Dirk Ulrich
When nesting PdfPTable not all rows/cells of the nested table will be written to the Document. Attached you'll find an example class dirk.java which produces the file Dirk.pdf in which you can see that only 12 cells will be created although 13 cells should. Is it a bug or a wrong usage? For inf

Re: [iText-questions] Colors with alpha

2007-01-03 Thread Jonas
I tried tagging all Images with an ICC profile using img.tagICC(ICC_Profile.getInstance(ColorSpace.CS_sRGB));, but that didn't change anything. Could you point out how this should be done, maybe even in the example I posted previously? I also tried using different BlendModes on PdfGState, which w