Re: [iText-questions] Re: HTMLWorker and ColumnText

2005-07-26 Thread Paulo Soares
Your code won't work in a browser either. If you replace the "span" tags with "p" tags it will work. - Original Message - From: "Rebecca" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 26, 2005 7:01 PM Subject: [iText-questions] Re: HTMLWorker and ColumnText > I don't think I can attach f

[iText-questions] Re: HTMLWorker and ColumnText

2005-07-26 Thread Rebecca
I don't think I can attach files through this, and I'm at work, so I can only post here. Here is an isolated example of what I am seeing. *this is the same length as the text in my report that i really want to used here please. ABCDEFGHIJKLMNOPQRSTUVWXYZ AGAIN OVER AND OVER AGAIN

Re: [iText-questions] non licensed fonts

2005-07-26 Thread Leonard Rosenthol
At 09:19 AM 7/26/2005, sreeram ramesh kumar wrote: My job is to ensure that the pdf files we accept should not have any font that is not licensed. I am not trying to use any non licensed font.   Understood... Based on the explanation given by you, can I assume that I dont have to check

[iText-questions] Re: Deploying Webapp using iText to Unix server

2005-07-26 Thread John Worley
Hans-Werner Hilse sub.uni-goettingen.de> writes: > > Hi, > > On Wed, 20 Jul 2005 22:38:37 -0500 > "Worley, John C" lmco.com> wrote: > > > The window that opens in a new browser window where the PDF > > should appear displays the text: "Error 500: Can't connect to X11 window > > server using '

[iText-questions] itext support writing the javax.swing.text.Document(interface) to the pdf format directly?

2005-07-26 Thread agletfan agletfan
itext developer: Hi! I write some code about the editor in java and I want to export the edited text to the pdf file. javax.swing.JEditorPane or javax.swing.JTextPane, you know, support the StyledDocument and offer a API getDocument() which they extends from the javax.swing.text.JText

Re: [iText-questions] missing RtfTotalPageNumber class in itext-1.3.jar

2005-07-26 Thread gyannuzzi
Thanks for the clarification Mark. Much appreciated! Mark Hall wrote: On Monday 25 July 2005 22:47, gyannuzzi wrote: Hello, I am new to itext, and I downloaded the 1.3 jar and have been working through the examples. In the rtf tutorial, the RtfTotalPageNumber class seems to be missing from m

Re: [iText-questions] pdfContentByte: endText vs. circle

2005-07-26 Thread Paulo Soares
You must close a path before starting the text. This is wrong: moveTo lineTo beginText ... endText circle stroke This is right: beginText ... endText moveTo lineTo circle stroke This is also right: moveTo lineTo stroke beginText ... endText circle stroke - Original Message - From:

Re: Re: Re: [iText-questions] How to sign PDF using iText ..suite..

2005-07-26 Thread fassel eric
re Hello ! Is there some other samples with external signing ? Eric FASSEL === le 26/07/2005, 12:41:26 vous écriviez: === >The examples use a pkcs12 file because something had to be used to generate >the external signature. In your case you'll use something else to produce >that sign

[iText-questions] pdfContentByte: endText vs. circle

2005-07-26 Thread Serge LE HUITOUZE
Hello there, I'm trying to produce graphical representations of some data together with accompanying text that is represented as mere paragraphs. My graphical representations involves axis and (String) labels on these axis. My inspiration for drawing labels was file "align2.java" in Paulo's ex

Re: [iText-questions] non licensed fonts

2005-07-26 Thread sreeram ramesh kumar
Hi,   Thanks for the reply.   My job is to ensure that the pdf files we accept should not have any font that is not licensed. I am not trying to use any non licensed font.   Based on the explanation given by you, can I assume that I dont have to check the licenses of the fonts used in a pdf docum

Re: Re: [iText-questions] How to sign PDF using iText ..suite..

2005-07-26 Thread Paulo Soares
The examples use a pkcs12 file because something had to be used to generate the external signature. In your case you'll use something else to produce that signature. - Original Message - From: "fassel eric" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; "itext-questions" Sen

Re: Re: [iText-questions] How to sign PDF using iText ..suite..

2005-07-26 Thread fassel eric
re-Hello All the samples in the "How to sign a PDF" are with pkcs12 file. And with a smartcard it's impossible to obtain the 'PrivateKey', but it's possible to sign (with iaik java lib) a Hash code, is there a way to put this signature in the PDF ? Perhaps is similar the DSE200 sample ?. Than

[iText-questions] Query

2005-07-26 Thread Parmod Budhwar
hi,  i have one issue ragarding PDF formating.. We have 2 part in PDF one is Header Part and other one is Body Part of PDF. In the  Body part of PDF when the data is exceeding and its going to the next page.At that time one Line(straight line like "" this)is coming at the

Re: [iText-questions] missing RtfTotalPageNumber class in itext-1.3.jar

2005-07-26 Thread Mark Hall
On Monday 25 July 2005 22:47, gyannuzzi wrote: > Hello, I am new to itext, and I downloaded the 1.3 jar and have been > working through the examples. In the rtf tutorial, the > RtfTotalPageNumber class seems to be missing from my download. I > downloaded the jar twice and extracted to make sure.

Re: [iText-questions] Re: We are thinking about using IText in one of our products....

2005-07-26 Thread Mark Hall
On Monday 25 July 2005 20:14, Sergey Vlasov wrote: > When you plan to checkin the code changes around the Stylesheet? Are you > going to support .css files? Have you look into using W3C CSS SAC API? Not this week and then I'm on holiday for two weeks, so I'll be looking into it in August. I'm a b