[iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread Cornelissen, Frans [PRDBE]
Hi, is it possible to embed a jpeg2000 encoedd image in a pdf file? we want to use this in a medical image repository pdf files are really well suited to send out, to annotate and add drawings in extra layers, to review, sign, etc. So our problem is that

Re: [iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread Cornelissen, Frans [PRDBE]
Hi, is het mogelijk om met itext een jpeg2000 image als pdf te verpakken? is it possible to embed a jpeg2000 encoedd image in a pdf file? we want to use this in a medical image repository pdf files are really well suited to send out, to annotate and add drawings in

[iText-questions] Which PDF format supports itext

2007-09-27 Thread Michael Vermeulen
Hi i am new in this list. Can somebody tell me which PDF formats are supported by itext. PDF/X PDF/A-1a PDF/A-1bhttps://mail.tedopres.com/mail/m.vermeulen/Inbox/?Cmd=contentsPage=1 Inbox PDF/E PDF/UA PDF/H thanks Michael

Re: [iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread Leonard Rosenthol
On Sep 27, 2007, at 4:02 AM, Cornelissen, Frans [PRDBE] wrote: is it possible to embed a jpeg2000 encoedd image in a pdf file? Of course. It's been possible since PDF 1.5. So are the images already encoded as JPEG2000? JPX? JP2? Leonard

Re: [iText-questions] Which PDF format supports itext

2007-09-27 Thread Leonard Rosenthol
On Sep 27, 2007, at 8:13 AM, Michael Vermeulen wrote: Can somebody tell me which PDF formats are supported by itext. PDF/X PDF/A-1a PDF/A-1b These are all supported by iText. PDF/E This one is not. PDF/UA This is still in the early process, so nothing can be

[iText-questions] CAD format

2007-09-27 Thread Michael Vermeulen
Hi Is it possible with iText to generate PDF on the fly from: SVG DWG DGN Thanks Michael Disclaimer --- Dit E-mailbericht inclusief eventuele bijlagen is vertrouwelijk en uitsluitend bestemd voor de bedoelde

Re: [iText-questions] CAD format

2007-09-27 Thread Bruno Lowagie (iText)
Michael Vermeulen wrote: Hi Is it possible with iText to generate PDF on the fly from: SVG If you use Apache Batik in combination with iText, yes. DWG DGN No. br, Bruno - This SF.net email is sponsored by: Microsoft

Re: [iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread Cornelissen, Frans [PRDBE]
Leonard, they are JP2 images. how do you embed them in a pdf with iText? tx,regards, frans -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Leonard Rosenthol Sent: Thursday, 27 September 2007 15:12 To: Post all your questions about iText here Subject: Re:

Re: [iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread Bruno Lowagie (iText)
Cornelissen, Frans [PRDBE] wrote: Hi, is het mogelijk om met itext een jpeg2000 image als pdf te verpakken? Ik denk niet dat dit al mogelijk is met iText, maar misschien weet Paulo daar meer over. (Het zou iets kunnen zijn dat hij in de pijplijn heeft wat verdere

Re: [iText-questions] Loading iText into oracle 10g with loadjava

2007-09-27 Thread nathanwray
Alleni, have you had any luck using ncomp on itext? I spent a couple of days trying to ncomp 1.4.8 without much luck, I wondered if I would fare any better with 2.0.5 . Thanks Nathan Alleni wrote: I need to load the iText jar into an oracle 10g database using loadjava. When I attempt I

[iText-questions] setLeading-Problem

2007-09-27 Thread meenakshi thilagam
Hello Everybody, I have an image and a description below it. I want to minimize the distance between the image and the next line (description) I am using setLeading(0.7). The output Iam getting is that the description is written on the image itself. This is how I am doing it.

Re: [iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread wasegraves
It appears iText does not recognize jpeg2000 (.jp2 extension). Bruno? Cheers, Bill Segraves -- Original message from Leonard Rosenthol [EMAIL PROTECTED]: -- On Sep 27, 2007, at 4:02 AM, Cornelissen, Frans [PRDBE] wrote: is it possible to embed a jpeg2000 encoedd image

Re: [iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread Bruno Lowagie
Paulo Soares wrote: Next week jp2 images will be supported. I've taken a day off next Friday. Maybe I can make a release then. After that I'll be unavailable for 2 weeks (filmfestival vacation). br, Bruno - This SF.net

Re: [iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread wasegraves
Thanks, Paulo. BTW, the U.S. Library of Congress web site has many images in SID format. While the MrSid viewer can export in TIF format, which can then be imported directly by iText, it would be nice if iText could also import SID files directly. Any chance? Soon? Cheers, Bill Segraves

Re: [iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread Paulo Soares
Next week jp2 images will be supported. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, September 27, 2007 4:07 PM To: Post all your questions about iText here Subject: Re: [iText-questions] embedding

Re: [iText-questions] setLeading-Problem

2007-09-27 Thread mister bean
I don't use the iText sharp version, but you have a conceptual issue here. Leading is the distance between two baselines. So if you make the leading of this new paragraph only 0.7 pts below the image, any text larger than 0.7 pts will overwrite the image. Increase the leading so that the

Re: [iText-questions] 64-bit iText Version?

2007-09-27 Thread mister bean
There are several standard reasons for using 64-bit Java. Two principal ones: 1) your app needs more than 4GB of heap 2) your Java apps needs to run in 64-bit space. Here is IBM's description of this particular situation: There are Java programs that have to run within the process of a 64-bit

Re: [iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread Paulo Soares
I've just commit support for jp2 images but it's barely tested. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie Sent: Thursday, September 27, 2007 4:44 PM To: Post all your questions about iText here Subject: Re:

Re: [iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread Paulo Soares
That's unlikely to happen, the format is hardly open. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, September 27, 2007 4:54 PM To: Post all your questions about iText here Subject: Re: [iText-questions]

Re: [iText-questions] Issue in converting chinese content to pdf

2007-09-27 Thread nsk clr
Hi Paulo I bundled the ttf as a jar and use the following FontFactory.register(C:\\Itext\\arialuni.jar\\arialuni.ttf, Arial Unicode MS); to access it. I get the below exception. ExceptionConverter: java.io.IOException: C:\Itext\arialuni.jar\arialuni.ttf not found as

Re: [iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread Leonard Rosenthol
SID is proprietary format :(. On Sep 27, 2007, at 11:53 AM, [EMAIL PROTECTED] wrote: BTW, the U.S. Library of Congress web site has many images in SID format. While the MrSid viewer can export in TIF format, which can then be imported directly by iText, it would be nice if iText could

[iText-questions] pdf checkbox help

2007-09-27 Thread Prasad Potla
Checkbox on the pdf form is not printed on paper. I can see the check box in the pdf document/form. Please let me know. If i had to do anything different. Thanks Prasad - This SF.net email is sponsored by: Microsoft Defy all

Re: [iText-questions] embedding jpeg2000 images in pdf with iText?

2007-09-27 Thread William A. Segraves
Note: Paolo's response was about the SID image format used for some of the images on the U.S. LOC web site. Thanks, Paolo. I understand; and agree, as well. So, for now, iText users who wish to convert SID images to PDF can use the LOC-supplied SID-viewer to export SID as TIF; and then, use

Re: [iText-questions] 64-bit iText Version?

2007-09-27 Thread Darryl Miles
Even so there is no native code within itext.jar only Java bytecode, this makes iText a Pure Java implementation of library and application code. This is pretty easy to verify and audit yourself as there are no .SO or .DLL files shipped with it (which would commonly encapsulate native code).

Re: [iText-questions] pdf checkbox help

2007-09-27 Thread Paulo Soares
You must also set the print flag in the field. Paulo - Original Message - From: Prasad Potla [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Thursday, September 27, 2007 5:01 PM Subject: [iText-questions] pdf checkbox help Checkbox on the pdf form is not printed on