[iText-questions] Certificate Encryption

2006-03-17 Thread Mark Pfeifer
Can iText be used to create PDF files that are encrypted with a person's public key? Thanks, Mark __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[iText-questions] Re: Background images

2006-03-17 Thread Paul
Paul yahoo.fr> writes: > > Hi, > > Is it possible to put an image as a background of a cell and write on it (in > rhe cell) with a white color ? > > I know how to create the tables and cells, > I know how to include iamges in my pdf, > but I don't know if it's possible and how to have the ima

[iText-questions] Unknown File Type Error

2006-03-17 Thread Murali Thirumalai
I am using a Servlet to generate a pdf file and display through ServletOutputStream. The code works on my local machine. But when I deployed it to the Deployment Server, I am getting the error ' Unknown File type'. Instead of displaying the pdf content on the browser, it is trying to save the fil

[iText-questions] MultiColumnText in non-automatic mode

2006-03-17 Thread Matt White
Hello - I'm not sure what I'm doing wrong with a MultiColumnText layout in non-automatic mode. An example is attached. If I call the MultiColumnText() constructor without any parameters it seems to work fine, but I can't specify the initial Y value for where I want the layout to appear. If I c

Re: [iText-questions] Background images

2006-03-17 Thread bruno
Paul wrote: I know how to create the tables and cells, With PdfPTable and PdfPCell. I know how to include iamges in my pdf, With Image, setAbsolutePosition and PdfContentByte.addImage but I don't know if it's possible and how to have the image uin the back and write in the cell.

[iText-questions] Background images

2006-03-17 Thread Paul
Hi, Is it possible to put an image as a background of a cell and write on it (in rhe cell) with a white color ? I know how to create the tables and cells, I know how to include iamges in my pdf, but I don't know if it's possible and how to have the image uin the back and write in the cell. hav

Re: [iText-questions] Repeat:Indissoluble text

2006-03-17 Thread bruno
Philipchik, Alexander wrote: How I can add lines beetwen in that document after it created?? Your initial question was formulated in a way that nobody could give you an answer that makes sense. Reposting the question doesn't change this. For instance: if the 'wrong' situation occurs. What ki

[iText-questions] Repeat:Indissoluble text

2006-03-17 Thread Philipchik, Alexander
  Hello, I use itext 1 year and now find a problem. I have complex document with text and tables. At the end of document I need to add author name. Name must be on a page with at leas 1 text string (no one name on a page). How I can do it?   Can I change anything in a document afte

Re: [iText-questions] Dashed line circle

2006-03-17 Thread bruno
Daniel Łaś wrote: Hi Is it possible to draw circle with dashed line using PDFContentByte ? Yes, http://itextdocs.lowagie.com/tutorial/directcontent/graphics/index.html#paths See the example: http://itextdocs.lowagie.com/examples/com/lowagie/examples/directcontent/graphics/Shapes.java http:/

[iText-questions] Dashed line circle

2006-03-17 Thread Daniel Łaś
Hi Is it possible to draw circle with dashed line using PDFContentByte ? Regards _ Daniel Łaś e-direct Polska sp. z o.o. 45-075 Opole ul. Krakowska 39 tel. +48 77 4417868 fax. +48 77 4537534 --- This SF.Net email is s

Re: [iText-questions] Template documents

2006-03-17 Thread bruno
Martin Voelkle wrote: The problem with this approach is that there is no way to mark the areas that must be filled, like PDF fields. When converting the original source to PDF you can specify that some 'text object' (a Chunk, a PdfPCell,...) marks the location of a form field. br, Bruno

Re: [iText-questions] Newbie Concat PDF question - iTextSharp

2006-03-17 Thread bruno
Douglas A. White wrote: PdfReader reader = {this is the part where I get confused as to how to do it with three or more known filename strings, do I need three readers?] ??? You need to construct the reader three times, with the three different file paths. br, Bruno -