[iText-questions] RtfWriter2 Update

2005-05-09 Thread Mark Hall
Hi The RtfWriter2 has been updated with the following new functionality: * Support for the background colour in the Chunk. * Support for additional font styles in RtfFont. This includes support for text hiding. The rtf tutorial has been updated to include the new functionality. Greetings, Ma

[iText-questions] SSL Problem with pdf

2005-05-09 Thread otaviofcs
Hy all, We have a application that works fine in tomcat 5.5.9 with ssl support. We build some reports to work with pdf itext 1.2.1. It is working nice while we use the 8080 port or the 80 port, but it's not working when using ssl. The error is: javax.net.ssl.SSLHandshakeException: sun.secur

[iText-questions] Re: Using iText with an EPS file

2005-05-09 Thread Carsten Hammer
Hi Bill, unfortunatly the implementation of the postscript interpreter is seriously limited at the moment. The good news is that some parts of it can easily extended. It is based on the postsriptviewer sample at http://java.sun.com/products/java-media/2D/samples/ If you unpack the PostscriptView

RE: [iText-questions] Error when generating fonts

2005-05-09 Thread Paulo Soares
http://www.lowagie.com/iText/history.html and look for the string "TrueTypeFontUnicode". > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of kamaraj jawahar > Sent: Monday, May 09, 2005 6:13 AM > To: kamaraj jawahar; itext-questions@lists.sourceforg

RE: [iText-questions] PdfStamper.close throw NullPointerException

2005-05-09 Thread Paulo Soares
Are you sure that you didn't exhaust somewhere the file handles? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Fernandez Garcia, Cesar > Sent: Monday, May 09, 2005 1:42 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions

RE: [iText-questions] Hyphenation create a new pattern

2005-05-09 Thread Paulo Soares
The files *.hyp are gone, iText reads directly the xml FOP patterns. About the XML patterns you'll have to convert the tex files. It's practically a one to one conversion except for the TEX escapes. Post the TEX file and I'll give you some directions. > -Original Message- > From: [EMAIL PR

Re: [iText-questions] How can I disable to print a PDF from the viewer ?

2005-05-09 Thread bruno
Fabienne Madaule wrote: Hy, Is it possible to view a PDF without the possibility of print it ? I have tried with the options above : PdfStamper.setViewerPreferences( PdfWriter.HideToolbar | PdfWriter.HideMenubar | PdfWriter.HideWindowUI) , but it seems to be impossible to d

[iText-questions] PostScript Images

2005-05-09 Thread Praveen Kumar
Hi All, I am trying to add the Postscript images into pdf, I am not able to add them is there any way to add them, I have tried the example given in the tutorial for adding the postscript images to the document but it didnt work. Help me out to know how to add the Postscript images in to the Pdf

[iText-questions] How can I disable to print a PDF from the viewer ?

2005-05-09 Thread Fabienne Madaule
Hy, Is it possible to view a PDF without the possibility of print it ? I have tried with the options above : PdfStamper.setViewerPreferences( PdfWriter.HideToolbar | PdfWriter.HideMenubar | PdfWriter.HideWindowUI) , but it seems to be impossibl

[iText-questions] Setting of Cell Width of Cell

2005-05-09 Thread Krishna Kalyan K
Hi, I am held up in setting cell width to Cell of Table in com.lowagie.text. I am not able to set the width using setWidth function. Is there any other option. In this case i am supposed to use Table only not PdfTable. Also how can we set height of the cell. This is an urgent query. Tha

Re: [iText-questions] iText-lplanet-SSJS - Pdf Creation Problem-2

2005-05-09 Thread Rajesh
Hi Paulo, At last I got it. :) . I compiled the full source code and compiled in jdk1.2. Then I was able to create a pdf and was able to add a paragraph and an image. But when I tried compiling using the ant command 'ant compile' the building of jar failed as there was some error in compil

[iText-questions] Hyphenation create a new pattern

2005-05-09 Thread Pablo Rito
Dear Sir ! Thanks for helping me, but I manage to create a .hyp file using the 3 option of creating a pattern file !      1.  Convert the TeX hyphenation pattern file to the FOP format. The FOP format is an xml file conforming to the DTD found at {fop-dir}/hyph/hyphenation.dtd.   Im n

[iText-questions] PdfStamper.close throw NullPointerException

2005-05-09 Thread Fernandez Garcia, Cesar
hello all, i am using Spring and have a view that works well for a time but after a hours begin to throws exception all the requests: the view is: public class FormularioPdfView extends AbstractView { private static final int OUTPUT_BYTE_ARRAY_INITIAL_SIZE = 1024; public

Re: [iText-questions] slightly off-topic: change fonts in PDF

2005-05-09 Thread Leonard Rosenthol
At 06:53 AM 5/9/2005, Gerd Mueller wrote: I've got the following problem: I've created a PDF document with OpenOffice that uses the built-in OpenOffice-font Nimbus Roman No 9 and I asume, that OO stores this as embedded font into the PDF. I would believe that to be the case as well - but yo

Re: [iText-questions] Itext Performance

2005-05-09 Thread Leonard Rosenthol
At 04:36 AM 5/9/2005, Xavier Robert wrote: Nethertheless I need to compare the MD5 sum of documents. The second method generate an ID in the PDF so the sum is never the same at each generation of the same document. Nor should it be - each document is unique. There is no guarantee that e

[iText-questions] slightly off-topic: change fonts in PDF

2005-05-09 Thread Gerd Mueller
Hi, I've got the following problem: I've created a PDF document with OpenOffice that uses the built-in OpenOffice-font Nimbus Roman No 9 and I asume, that OO stores this as embedded font into the PDF. If I now use Acrobat to edit the PDF (fix some typos) it doesn't allow me that because of the

[iText-questions] Itext Performance

2005-05-09 Thread Xavier Robert
Hi everybody, I am using FOP to process XML to PDF. FOP need a lot of memory to add a simple number of page in a document. In order to resolve this problem, I am using Itext in post processing for adding a number of page. I find 2 methods to do that : 1) protected void imprimeNbPage( Inte

[iText-questions] Problem with Chapter/Section indention

2005-05-09 Thread Christian Lauer
I've found out that in case a indention is defined for a chapter with sub-sections and the contents of the whole chapter spans over more than one page, the indention differs from page to page. Is this a bug in iText, or am I doing something wrong? I've attached the source code of an example, showi

[iText-questions] Re: Stack overflow in iText

2005-05-09 Thread bruno
Horsfield, Dr M.A. wrote: Dear Bruno, This is a remark that should be posted to the mailing-list. As for the PageSize update, I didn't have the time to make a 1.3.1 release yet, but I don't think I will use the code you have sent me. I think it's better to create a list of PageSizes (dynamicall

Re: [iText-questions] need help

2005-05-09 Thread bruno
Praveen Kumar wrote: Hi paul, I am using Itext jar for the pdf generation, it all works fine as of now I am trying to add a tag with in my html contents for producing the indentation as now Itext not make use of this tag I am in need to get this tag work with in the pdf generated . Can you h

Re: [iText-questions] Sending pdf by a servlet / modify the default "save as" name

2005-05-09 Thread bruno
bluecameleon wrote: Hi, I have a servlet that builds my pdf and send it directly to the browser. This way, the address is something like "http://myUrl/myApp? param1=value1¶m2=value2". Now, when the pdf is displayed in the browser, if I use the save icon to save the pdf file, the defaut name is som