Re: [iText-questions] Licensing issue with iText 2.0.4

2007-08-14 Thread Darryl Miles
Paulo Soares wrote: This looks like nit-picking but I'll let Bruno answer this one. Paulo I presume the non-nuclear restriction was a copy of the original Sun licensing which has the non-nuclear facility caveat ? What was the intended purpose at Sun of this ? What was the intended

Re: [iText-questions] Licensing issue with iText 2.0.4

2007-08-14 Thread mister bean
This is a theme that goes back quite a few years. Sun essentially wanted to say that Java should not be used for software on which lives might depend. Other versions that are more detailed relating to other dangerous activities and Java have also been used. Apple has used similar warnings in its

[iText-questions] Why single quotation marks will be disappear in the PDF document ?

2007-08-14 Thread andychi12
Hi iText, My name is Andy. I live in Taiwan. Could I ask iText team some question ? My question description: I Use itext-1.3.1.jar and iTextAsian.jar library to print PDF document . When the PDF document content include single quotation marks ( ' ) then will be disappear. Could

[iText-questions] Why single quotation marks will be disappear in the PDF document ?

2007-08-14 Thread andychi12
Hi iText, My name is Andy. I live in Taiwan. Could I ask iText team some question ? My question description: I Use itext-1.3.1.jar and iTextAsian.jar library to print PDF document . When the PDF document content include single quotation marks ( ' ) then will be disappear. Could I

Re: [iText-questions] Why single quotation marks will be disappear inthe PDF document ?

2007-08-14 Thread Paulo Soares
Maybe the font doesn't have that particular glyph. What's the Unicode code of the quotation mark and what font are you using? Paulo - Original Message - From: andychi12 [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Cc: [EMAIL PROTECTED] Sent: Tuesday, August 14, 2007

Re: [iText-questions] Licensing issue with iText 2.0.4

2007-08-14 Thread Darryl Miles
mister bean wrote: This is a theme that goes back quite a few years. Sun essentially wanted to say that Java should not be used for software on which lives might depend. Other versions that are more detailed relating to other dangerous activities and Java have also been used. Apple has used

Re: [iText-questions] How to add javascript to an existing pdf

2007-08-14 Thread Paulo Soares
That's a mail from 2003 and the Earth didn't stand still. That's supported, look at the javadocs. Paulo - Original Message - From: Robert Cearley [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Monday, August 13, 2007 10:06 PM Subject: [iText-questions] How to add

[iText-questions] How to Output an rtf Code

2007-08-14 Thread Steve-O
I'm creating an rtf document and need to insert a symbol that is represented by the rtf code \u9472\'2d I've tried several approaches. One In my app, I create a String variable to represent the code: private String fancyDash = \\u9472\\'2d; I use \\ to literally output \\ I output this string,

Re: [iText-questions] How to Output an rtf Code

2007-08-14 Thread Mark Hall
On Tuesday 14 August 2007 15:42:00 Steve-O wrote: I'm creating an rtf document and need to insert a symbol that is represented by the rtf code \u9472\'2d You want to use the RtfDirectContent object. Greetings, Mark - This

[iText-questions] Servlet Question

2007-08-14 Thread Tom Pessler
I am generating a PDF in a web application using a servlet. The PDF has information from a database in it. I need to add page x of y to every page. I tried to use the PageXofY example but it does not work with the servlet. Any suggestions on how I can do this?

Re: [iText-questions] Licensing issue with iText 2.0.4

2007-08-14 Thread Jochen Schmitt
On Tue, 14 Aug 2007 13:57:28 +0100, you wrote: So if your interpretation of the don't use technology in places where lives might depend upon it is correct, maybe the clause can be downgraded from being interpreted as a license restriction to being guidance information that is not limited to

[iText-questions] Concate with embeded font

2007-08-14 Thread L N
Hi, I have a question and hope you can help me. I am using FOP to create PDF document with custom font (chinese font) embeded in the PDF document. I then use iText to merge these PDF documents into one document. Can you please tell me if iText can prevent the sample font (glyph) for a character

Re: [iText-questions] Concate with embeded font

2007-08-14 Thread Paulo Soares
PdfCopySmart may help you if the font is fully embedded. Paulo - Original Message - From: L N [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Tuesday, August 14, 2007 4:44 PM Subject: [iText-questions] Concate with embeded font Hi, I have a question and hope you

Re: [iText-questions] Converting HTML output from iText back to PDF

2007-08-14 Thread ravi shankar
Hi all Can anybody please respond to my mail below? Thanks a lot . Ravi On 8/11/07, ravi shankar [EMAIL PROTECTED] wrote: Hi I have a iText Java program which creates a pdf file and also gives out the html string of it. I am actually modifying the current html string in a rich