[iText-questions] how to convert a com.lowagie.text.image to java.awt.image?

2004-05-13 Thread Carsten Hammer
Hi, to view some images instanciated using com.lowagie.text.image I need to convert it to java.awt.image. How can I do it? Best regards, Carsten --- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broad

[iText-questions] iText Javadoc

2004-05-13 Thread robert . roeser
Hi, Can you tell me where to find iText's Javadocs? Do they exists? Thanks Robert Roeser Email: [EMAIL PROTECTED] Desk: 503-401-3610 --- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband an

[iText-questions] Linestyle and Watermark

2004-05-13 Thread Bill Groom
Hi All, On the subject of watermarks and linestyles I do have a couple of questions: 1. I want to be able to place a watermark on each page. This watermark contains text (e.g. draft) and should be transparant. What is the best way to realize this? - A watermark? - Make text transparant, place

[iText-questions] Re: FontFactory.getFont(...), Text not being bolded/italized

2004-05-13 Thread Craig Fleming
Hey there, I did some digging and fixed my problem. The problem was that RtfWriter uses Font.getFamilyname() all over the place, and the family name of Arial Italic and Arial Bold is just plain Arial. So when being written to the RTF, the name Arial was put into the font table and being used. And

Re: [iText-questions] I have a question about Reading RTF

2004-05-13 Thread Leonard Rosenthol
At 11:53 PM 5/12/2004, Alejandro Arcodaci wrote: How can I read a RTF file into a document class object ? What I am looking for is the way to read a template written in RTF format replace some paragraphs and then save the result in PDF format. Windward Reports - http://www.winward.com.

Re: [iText-questions] Comparing two PDF documents

2004-05-13 Thread Leonard Rosenthol
At 04:35 AM 5/13/2004, Praveen Sharma wrote: I was just wondering if somebody has tried comparing two PDF documents and can share the experience/knowledge. You mean manually using Adobe Acrobat to do it, or with a text editor? If so, it is pretty straightforward... Or are you ta

[iText-questions] (No Subject)

2004-05-13 Thread Yuri André de Barros Gonçalves
please, I'm a beginner... I must create PDF's documents that contains some paragraphs that cannot be orphans, i.e., these paragraphs cannot appear alone in one page. It's means that the lines of the previous page must be rearranged to occupy all the previous page and at least one line of the pr

Re: [iText-questions] WYSIWYG PDF Editor based on itext

2004-05-13 Thread taa boo
hi every one, Please click on the SourceForge icon in case you did not see the download link Other option is in the Readme link..installation instruction together with download link :-) cheers vu ngoc tan --- Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > At 04:14 AM 5/12/2004, taa boo wrote:

RE: [iText-questions] clob to image

2004-05-13 Thread Turetsky, Seth
You can ignore this, I found the solution/bug in my code -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Turetsky, Seth Sent: Thursday, May 13, 2004 9:11 AM To: [EMAIL PROTECTED] Subject: [iText-questions] clob to image I have an image stored as a CLOB in O

[iText-questions] Any form filling examples

2004-05-13 Thread Jason Mosher - hotmail
Does anybody have any examples of filling a form?  Basically what I am looking for is reading in a PDF file with forms, filling them with some data and writing the file back out with the filled values.   Thank you very much in advanced.

Re: [iText-questions] iTextSharp form filling

2004-05-13 Thread Jason Mosher - hotmail
Paulo:   Will iTextSharp be updated to allow for Form Filling?  I tried iTextdotNET but ran into a problem between a C# byte (0-255) and a J# byte (-127 - 128) and I cannot convert my data to the J# byte.  Just curious.  I may make an attempt to upgrade it myself * shivers *   Thanks. ---

Re: AW: [iText-questions] How to modify a signature dictionary

2004-05-13 Thread DI Randolph Kepplinger
hello! i saw that you have been posting on the subject digitally signing pdf. did you finally succeed and do you have a working example for this? regards randolph On Tue, 2 Mar 2004, [ISO-8859-1] "Sölter, Peter" wrote: > Hi Luis, > you need to calculate the signature over the whole PDF (withou

[iText-questions] Access is denied on web server

2004-05-13 Thread Davis, Joe
I developed a web application using iTextSharp. When I posted the code with iTextSharp and ICSharpCode.SharpZipLib references intact, users receive the following error message: Access is denied: 'ICSharpCode.SharpZipLib'. at iTextSharp.text.pdf.PdfDocument.Close() at iTextSharp.text.Document.Cl

RE: [iText-questions] Printing problem with fonts

2004-05-13 Thread Javier Arregui
More remarks: If the document has only one page, it's printed correctly. I've got no idea about what's happening here... > -Mensaje original- > De: Javier Arregui [mailto:[EMAIL PROTECTED] > Enviado el: jueves, 13 de mayo de 2004 13:48 > Para: [EMAIL PROTECTED] > Asunto: [iText-questio

[iText-questions] PDF Help ?

2004-05-13 Thread Taghreed Samarah
Dear Sir , I searched for "How to fill a PDF template from XML file -JAVA-" . I found an answer to the same question but I did not manage opening the address . Please do it possible that you supplies me with a link or a suggested document about this subject . Thank you for your help . Reg

Re: [iText-questions] iTextSharp form filling

2004-05-13 Thread Jason Mosher - hotmail
Thanks for the information.  Do you know if there is an example of form filling?  I tried searching the examples on the web site and did not find that particular example.  I will keep searching, but if you know of a resource, that would be great.   Thanks. - Original Message - F

[iText-questions] clob to image

2004-05-13 Thread Turetsky, Seth
I have an image stored as a CLOB in Oracle and want to stream it out to a pdf(without writing it to the server first). Can anyone point me into the right direction? I was trying to use the getInstance method of Image, where the parameter is byte[]. Is this the correct data type to use? Thanks in

[iText-questions] Printing problem with fonts

2004-05-13 Thread Javier Arregui
Hello, I generate PDF documents in a Linux box. These documents, displayed in Acroread 5.x in Windows , show the following Font Summary information: * Original font: (Helvetica Type 1) * Used font: (ArialMT TrueType) They are perfectly displayed. When printing, the following error appears: "Imp

RE: [iText-questions] rotating a generated barcode

2004-05-13 Thread Paulo Soares
Get the barcode as a com.lowagie.text.Image and rotate it. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of john strecker > Sent: Wednesday, May 12, 2004 8:16 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] rot

RE: [iText-questions] Hyphenation and negative numbers

2004-05-13 Thread Paulo Soares
That has only to do with line breaking. See the example split_char.java at itextpdf.sf.net. You'll need: public boolean isSplitCharacter(char c) { if (c <= ' ') { return true; } if (c < 0x2e80) return false; return ((c >= 0x2e80 && c

RE: [iText-questions] Height of embedded PdfPTable? (Help!)

2004-05-13 Thread Paulo Soares
Stretching is done for top alignd cells. If you ALIGN_MIDDLE no stretching will occur. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Idan Gazit > Sent: Thursday, May 13, 2004 5:29 AM > To: [EMAIL PROTECTED] > Subject

RE: [iText-questions] iTextSharp form filling

2004-05-13 Thread Paulo Soares
iTextSharp is a port for a very old version. Use http://www.ujihara.jp/iTextdotNET/en/ instead.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Mosher - hotmailSent: Wednesday, May 12, 2004 11:09 PMTo: [EMAIL PROTECTED]Subjec

RE: [iText-questions] WYSIWYG PDF Editor based on itext

2004-05-13 Thread Paulo Soares
It's at https://sourceforge.net/projects/fckitext/ Best Regards, Paulo Soares > -Original Message- > From: Leonard Rosenthol [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 12, 2004 9:35 PM > To: taa boo; Paulo Soares; [EMAIL PROTECTED] > Subject: Re: [iText-questions] WYSIWYG PDF Edit

Re: [iText-questions] WYSIWYG PDF Editor based on itext

2004-05-13 Thread Leonard Rosenthol
At 04:14 AM 5/12/2004, taa boo wrote: We are promoting itext to new WYSIWYG editor lever..Our website www.pdfone.net I didn't see the download link :(. Where do we get it from? Leonard --- Leonard Rosenthol

Re: [iText-questions] I have a question about Reading RTF

2004-05-13 Thread Bruno
Quoting Alejandro Arcodaci <[EMAIL PROTECTED]>: > How can I read a RTF file into a document class object ? What I am > looking for is the way to read a template written in RTF format replace > some paragraphs and then save the result in PDF format. iText doesn't have an RTF parser, so you should