Re: [iText-questions] can table cells support watermark images?

2003-07-01 Thread Bruno
Quoting Mark Goking <[EMAIL PROTECTED]>: > can table cells support watermark images? > i want to place an image inside a table cell as background. > is this possible? If you use PdfPTable, you can add content in different layers with a CellEvent. --

[iText-questions] "read less image data than expected" error when concatenating pdf files with concat_pdf.java

2003-07-01 Thread Martin Koel
Hi all, Has anybody ever received this error message: "read less image data than expected" in Acrobat Reader when opening a file that was produced by the concat_pdf class? I used concat_pdf to merge to pdf files into one and received this error. It only happens with certain files, most of the time

[iText-questions] Boldface in a Landscape layout

2003-07-01 Thread mvajskop
Hello Everyone I am designing a document that is in landscape format. I create the document as described in the tutorial: Document document = new Document(PageSize.LETTER.rotate(), 0, 0, 36, 36); // Landscape Whenever I try to add something to this document in boldface type, it does not ap

[iText-questions] Help

2003-07-01 Thread Joao Issamu Francisco
Olá, Gostaria de saber para reduzir os espaços entre as linhas de um paragrafo? E se é possível controlar a altura de um table e de um cell? Obrigado João -- POP. Nem parece internet grátis. Seja POP você também! Acesse: http://www.pop.com.br/pop_discador.php e baixe o POPdiscador. --

[iText-questions] can table cells support watermark images?

2003-07-01 Thread Mark Goking
Title: Message can table cells support watermark images?    i want to place an image inside a table cell as background.   is this possible?  --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.493 / Virus Database: 292 - Release

[iText-questions] hyphenation

2003-07-01 Thread Dieter Zysk
Hi, two questions to hyphenation: 1. Is it possible to suppress hyphenation for special characters. For example forcing to keep the text "Andre Agassi" together ?? 2. Or the other way round: Could I force hyphenation at a defined position. " I want hyph the following long word: adverise- (fo

[iText-questions] special symbols cant be read by chunk alias in xml

2003-07-01 Thread Mark Goking
Title: Message     1) i have a tagmap mapping chunk to my text. if i use symbols like dash -, a trademark symbol ™   and ®, it gives me an exception, any workaround on this one?   2) is it possible to map a Graphic class to xml tagmap? i want to map it so i can do something like in html

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-01 Thread D S S Sampath Kumar
>> I tried your workaround, it doesn't>> Can you pass your code which you checked across.>>http://itext.sourceforge.net/src/com/lowagie/text/Cell.java>http://itext.sourceforge.net/src/com/lowagie/text/Table.java>>public Cell(Properties attributes) {>...>String r = (String)attributes.remove(ElementT

[iText-questions] Ajuda - Help

2003-07-01 Thread Joao Issamu Francisco
Olá, Gostaria de saber para reduzir os espaços entre as linhas de um paragrafo? E se é possível controlar a altura de um table e de um cell? Obrigado João -- POP. Nem parece internet grátis. Seja POP você também! Acesse: http://www.pop.com.br/pop_discador.php e baixe o POPdiscador.

RE: [iText-questions] Update on Creating PDF via Servlet

2003-07-01 Thread Rich Freedman
I just completed an application that mixes PDF forms with JSPs. iText was wonderful, but I must say that dealing with the interactions between various versions of various web browsers and versions of Acrobat Reader was quite a challenge. I did finally get things to work consistently, and here are

[iText-questions] Luk Lau/Nationwide/NWIE is out of the office.

2003-07-01 Thread LAUL
I will be out of the office starting 07/01/2003 and will not return until 07/06/2003. I will respond to your message when I return. --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals,

RE: [iText-questions] Update on Creating PDF via Servlet

2003-07-01 Thread Paulo Soares
First of all, a jsp IS NOT a servlet. It will be converted into a servlet but it's not a servlet. Jsp where made to generate html, not binary data as a PDF. Your problem (probably) happens because you have CR in your JSP. This CR is not treated as code whitespaces but rather as data that is sent to

RE: [iText-questions] XSL FO

2003-07-01 Thread Paulo Soares
No. Use FOP. Best Regards, Paulo Soares > -Original Message- > From: Lloyd Bergman [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 14:14 > To: itext-questions > Subject: [iText-questions] XSL FO > > Does iText support XSL Formatting Objects? > > > > > --

Re: [iText-questions] XSL FO

2003-07-01 Thread Bruno
Quoting Lloyd Bergman <[EMAIL PROTECTED]>: > Does iText support XSL Formatting Objects? No, I agreed not to compete with FOP long ago. Bruno --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, P

RE: [iText-questions] Update on Creating PDF via Servlet

2003-07-01 Thread Bruno
Quoting Brook Stevens <[EMAIL PROTECTED]>: > I don't know anything about any other servlets, > but I use the following code > in servlet environment. I may, however, not understand your > question/setup enough for this to be useful. Don't worry, I wrote iText especially to use in a Servlet envi

RE: [iText-questions] Update on Creating PDF via Servlet

2003-07-01 Thread Brook Stevens
Title: RE: [iText-questions] Update on Creating PDF via Servlet I don't know anything about any other servlets, but I use the following code in  servlet environment.  I may, however, not understand your question/setup enough for this to be useful. response.setContentType("application/pdf");

[iText-questions] XSL FO

2003-07-01 Thread Lloyd Bergman
Does iText support XSL Formatting Objects? --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NE

[iText-questions] Update on Creating PDF via Servlet

2003-07-01 Thread top_dawg_
I have gotten the generation of the PDF dynamically to work to a certain extent for my own application and was wondering if anyone might be able to help. So far here's how I got it to work. I had to change inline to attachment and the attachment made it work, inline just kept displaying the byte

RE: [iText-questions] border in PdfPTable

2003-07-01 Thread Paulo Soares
getDefaultCell() will not work with addCell(PdfPCell), in this case the properties come from the PdfPCell. Best Regards, Paulo Soares > -Original Message- > From: Roberto Cipollini [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 10:32 > To: [EMAIL PROTECTED] > Subject: [iTex

RE: [iText-questions] Reading an encrypted file

2003-07-01 Thread Paulo Soares
Don't worry about the exception, reading a single pdf key will take a lot more time than processing an exception. Best Regards, Paulo Soares > -Original Message- > From: Hubert Lingo [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 10:58 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]

RE: [iText-questions] XForm generated

2003-07-01 Thread Paulo Soares
You should complain to jpedal but maybe using PdfCopy will help if you don't have fields in the pdf. Best Regards, Paulo Soares > -Original Message- > From: Yvain Malsot [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 8:51 > To: [EMAIL PROTECTED] > Subject: [iText-questions]

Re: [iText-questions] border in PdfPTable

2003-07-01 Thread Roberto Cipollini
you are right. I have to set the setBorder(0) for each of my PdfPCell. it's working. thanks again. Roberto - Original Message - From: "Sergio Lopez Rodriguez" <[EMAIL PROTECTED]> To: "'Roberto Cipollini'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 12:12 PM Subje

RE: [iText-questions] Password-protected file to None password-protected file

2003-07-01 Thread Paulo Soares
Code example: PdfReader reader = new PdfReader("my_file.pdf", "my_password); PdfStamper stamp = new PdfStamper(reader, new FileOutputStream("output.pdf")); stamp.close(); Best Regards, Paulo Soares > -Original Message- > From: Leonard Rosenthol [SMTP:[EMAIL PROTECTED] > Sent: Monday, Jun

[iText-questions] Luk Lau/Nationwide/NWIE is out of the office.

2003-07-01 Thread LAUL
I will be out of the office starting 07/01/2003 and will not return until 07/06/2003. I will respond to your message when I return. --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals,

RE: [iText-questions] border in PdfPTable

2003-07-01 Thread Sergio Lopez Rodriguez
Maybe I'm wrong but I fear you'll have to set for each cell NO_BORDER It's curious because the iText API I have says " getDefaultCell public PdfPCell getDefaultCell() Gets the default PdfPCell that will be used as reference for all the addCell methods except addCell(PdfPCell)." so this makes m

RE: [iText-questions] Reading an encrypted file

2003-07-01 Thread Hubert Lingo
Yes, but there is no mean to prevent the IOException when reading an encrypted file. What I need is to know if the file is encrypted BEFORE opening it. Thus, as exception is rather heavy, I prevent an exception to be thrown. Thanks Hubert From: Paulo Soares <[EMAIL PROTECTED]> To: 'Hubert Li

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-01 Thread Bruno Lowagie
D S S Sampath Kumar wrote: >Try if this works as a workaround: > > > I tried your workaround, it doesn't Can you pass your code which you checked across. http://itext.sourceforge.net/src/com/lowagie/text/Cell.java http://itext.sourceforge.net/src/com/lowagie/text/Table.java public Cell(Pr

[iText-questions] border in PdfPTable

2003-07-01 Thread Roberto Cipollini
Hi. can anyone says why i see a bordered table in my pdf even if i set no border for my PdfPtable? PdfPTable footer = new PdfPTable(1); footer.setTotalWidth(convertToPoints(50)); //convertToPoints: method to convert from millimeters to point footer.getDefaultCell().setBorder(com.lowagie.text.Recta

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-01 Thread D S S Sampath Kumar
Hi Bruno,   Thanks again.   >> 1. While define the XML tags for Table & Cells.  I couldn't able to set  the>> Border color. My XML coding is >>  >> >>  >>   >>   >>   >>   >>   >>   >>   >>   >>   >>   >>   >>  >>I checked my code, but I don't see what could be wrong.>Try if this works as a workaro

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-01 Thread Bruno
Quoting D S S Sampath Kumar <[EMAIL PROTECTED]>: > 1. While define the XML tags for Table & Cells. I couldn't able to set the > Border color. My XML coding is > > > > > > > > > > > > > > > I checked my code, but I don't see what could be wrong. Try if thi

[iText-questions] XForm generated

2003-07-01 Thread Yvain Malsot
Hi, I'm using iText in order to split PDF files (one file per page). After splitting, PDF files are ok in visualisation (in Acrobat Reader or other reader), but I want to extract data from those output files, by using Jpedal. PDFs created by iText seem to be changed (not the same version as inp

Re: [iText-questions] Chapter, Table-XML, Mix XML-Runtime values

2003-07-01 Thread D S S Sampath Kumar
Hi Bruno, Thanks for your quick response. I have some more issues.   1. While define the XML tags for Table & Cells.  I couldn't able to set the Border color. My XML coding is     Can you tell me what is wrong in this.   2. This is related to No.4 in the p