[iText-questions] URGENT: Information on WPF support from Itext

2011-03-17 Thread Agarwal, Rohit (GE Healthcare)
Hi, We want to use iText pdf library for our WPF compoenent. As we understand as of now the support for WPF integration is absent in iText. We wanted to know if any development is underway. What is the timeframe when it will be available? Kindly reply soon since we have to take decisions on us

Re: [iText-questions] java.lang.OutOfMemoryError

2011-03-17 Thread Martin Schwartzman
I'm using the 5.0.7-SNAPSHOT. -Original Message- From: Mark Storer [mailto:msto...@autonomy.com] Sent: Thu 3/17/2011 5:42 PM To: Post all your questions about iText here Subject: Re: [iText-questions] java.lang.OutOfMemoryError It looks like JPXDecode (JPEG2000) was added between 2.x an

[iText-questions] horrible drawString in a footer image

2011-03-17 Thread phlegay
Hello, I would like to have a footer with a logo in the footer of my PDF document. So, if my understanding is right, I need to create an image that contains the logo and some text (like the page number). So I create a java.awt.image, then this image is read by a itextimage and the endofpage e

Re: [iText-questions] java.lang.OutOfMemoryError

2011-03-17 Thread Mark Storer
It looks like JPXDecode (JPEG2000) was added between 2.x and the current release. What version are you using? --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; From: Martin Schwartzman [

Re: [iText-questions] java.lang.OutOfMemoryError

2011-03-17 Thread Martin Schwartzman
I'm testing with a j2c code stream. From: Mark Storer [mailto:msto...@autonomy.com] Sent: Thursday, March 17, 2011 3:06 PM To: Post all your questions about iText here Subject: Re: [iText-questions] java.lang.OutOfMemoryError What format is the image in? IIRC, JPEG files are pretty much c

Re: [iText-questions] java.lang.OutOfMemoryError

2011-03-17 Thread Mark Storer
What format is the image in? IIRC, JPEG files are pretty much copied verbatium, while other formats need to be parsed and coverted and so forth. I'm guessing that JPEG images will have a smaller memory footprint. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaime

[iText-questions] java.lang.OutOfMemoryError

2011-03-17 Thread Martin Schwartzman
The OutOfMemoryError occurs at the cb.addImage(img) line. The image I'm trying to write is about 210,703 KB. I'm running the below code fragment from a Servlet in JBOSS-5.0.1.GA, Itextpdf-5.0.7, and java version "1.6.0_20". I'm wondering if there is a simple fix to this problem like turning str

Re: [iText-questions] Append Mode and Attachments

2011-03-17 Thread Mark Storer
It doesn't sound that way, no. I wonder if this is a technical issue, or a common sense one... lets have a look... There's nothing in the PDF spec about it, and I don't see anything in the code either. How can you tell that append mode was disabled? Is it just that your PDF is no longer Rea

[iText-questions] Maven support

2011-03-17 Thread John Aylward
I really appreciate the support you are giving to maven and I saw another thread that asked my question but no answer was found. http://sourceforge.net/mailarchive/message.php?msg_id=26641301 I was thinking you could standardize you maven repository pretty simply by using Nexus to host the fil

Re: [iText-questions] same image, two absolute positions

2011-03-17 Thread Jason Berk
Yes, I was aware and do make use of that functionality. I was trying to shrink the individual PDF as much as possible. I'm also struggling with image formats and their affect on file size. I'm adding two images: a logo and an advertisement. The logo is a 1MB tif file and the ad is an 800KB t

Re: [iText-questions] same image, two absolute positions

2011-03-17 Thread 1T3XT BVBA
Op 17/03/2011 16:54, Jason Berk schreef: I'll have to test, but I think I figured it out...I added my logo to the doc at location A. Then I close and stamp a "page x of y" and a logo in the header at location B. Same logo, two writersthat's probably my issue. Note that PdfSmartCopy

Re: [iText-questions] same image, two absolute positions

2011-03-17 Thread Jason Berk
I'll have to test, but I think I figured it out...I added my logo to the doc at location A. Then I close and stamp a "page x of y" and a logo in the header at location B. Same logo, two writersthat's probably my issue. Jason From: Balder [mailto:bal...@redlab.be] Sent: Thursday, Marc

Re: [iText-questions] same image, two absolute positions

2011-03-17 Thread Balder
Hi On 17/03/2011 16:34, Jason Berk wrote: If I add the same image to a document twice, each time with a different absolute position, does that count as two different images? The size of my PDF is increasing significantly when adding my company logo to a second location. That depends on how you

Re: [iText-questions] same image, two absolute positions

2011-03-17 Thread 1T3XT BVBA
Op 17/03/2011 16:34, Jason Berk schreef: > If I add the same image to a document twice, each time with a different > absolute position, does that count as two different images? The size of > my PDF is increasing significantly when adding my company logo to a > second location. If you reuse the sam

[iText-questions] same image, two absolute positions

2011-03-17 Thread Jason Berk
If I add the same image to a document twice, each time with a different absolute position, does that count as two different images? The size of my PDF is increasing significantly when adding my company logo to a second location. Jason This is a transmission from Purdue Federal Credit Union (Purdu

Re: [iText-questions] Can I make a PDF with AcroForms not editable ?

2011-03-17 Thread 1T3XT BVBA
Op 17/03/2011 14:53, pepgrifell schreef: > thanks for your answer, I will have a look. > > I bought the first edition of the book and I couldn't find this information. > That's why I posted the question. ??? It's explained in the first edition too. Maybe you didn't get to chapter 16 yet? See sectio

Re: [iText-questions] iText 5.0.6 - RTF

2011-03-17 Thread TvT
use iText 2.1.7 2011/3/17 Bipin Mallik > Hello, > > If RTF support has been discontinued then is there any other tool/software > I can use in my application along with the latest version of iText 5.0.6. > > Thanks, > Bipin > > On Thu, Mar 17, 2011 at 6:49 PM, 1T3XT BVBA wrote: > >> Op 17/03/201

Re: [iText-questions] Can I make a PDF with AcroForms not editable ?

2011-03-17 Thread pepgrifell
thanks for your answer, I will have a look. I bought the first edition of the book and I couldn't find this information. That's why I posted the question. pep. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Can-I-make-a-PDF-with-AcroForms-not-editable-tp3383919p3384

Re: [iText-questions] iText 5.0.6 - RTF

2011-03-17 Thread Bipin Mallik
Hello, If RTF support has been discontinued then is there any other tool/software I can use in my application along with the latest version of iText 5.0.6. Thanks, Bipin On Thu, Mar 17, 2011 at 6:49 PM, 1T3XT BVBA wrote: > Op 17/03/2011 13:03, Bipin Mallik schreef: > > Hello, > > We are using

Re: [iText-questions] Can I make a PDF with AcroForms not editable ?

2011-03-17 Thread 1T3XT BVBA
Op 17/03/2011 9:32, pepgrifell schreef: > hi, > > I have a PDF with AcroForms (It contains some fields). The PDF is read in > server side (PDFReader, PDFStamper) and fields are filled with some values. > Then the servlet sends the PDF to client side. When PDF is opened in > browser, the user can ed

Re: [iText-questions] iText 5.0.6 - RTF

2011-03-17 Thread 1T3XT BVBA
Op 17/03/2011 13:03, Bipin Mallik schreef: > Hello, > We are using the RTF (com.lowagie.text.rtf) in our Java program. In > the newer version of iText it is removed. So could you please help me > wheter there are separate RTF jar file available so that I can use in > our program. How the iText w

[iText-questions] iText 5.0.6 - RTF

2011-03-17 Thread Bipin Mallik
Hello, We are using the RTF (com.lowagie.text.rtf) in our Java program. In the newer version of iText it is removed. So could you please help me wheter there are separate RTF jar file available so that I can use in our program. How the iText will call the RTF functions? Your help is helping me to

Re: [iText-questions] Does iText support reading .xlsx excel file?

2011-03-17 Thread Balder
On 17/03/2011 12:28, Paulo Soares wrote: I didn't know iText supported .xls files and it does't support .xlsx either. I didn't know that either. Of course you can use Apache POI and iText® together to read xlsx and write PDFs Paulo

Re: [iText-questions] Does iText support reading .xlsx excel file?

2011-03-17 Thread Paulo Soares
I didn't know iText supported .xls files and it does't support .xlsx either. Paulo From: Anupom Ghosh [mailto:anupomgh...@gmail.com] Sent: Thursday, March 17, 2011 11:22 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Does iText support rea

[iText-questions] Does iText support reading .xlsx excel file?

2011-03-17 Thread Anupom Ghosh
Hi Team, I used iText to read and generated report .xls file -(MS Excel 2003). Now my client want to use MS Excel 2007 and above. Does iText (present/latest version) support reading .xlsx files ? I will obliged if I get my answer as soon as possible. I have propose an alternative solution if pres

[iText-questions] Patch for SimpleXMLParser in iTextSharp to support xml:space attribute

2011-03-17 Thread Thomas Strauß
Hi, I have attached a bug to iTextSharp (http://sourceforge.net/tracker/?func=detail &atid=536236&aid=3219416&group_id=72954) where you can find a fix to the simpleXMLparser.cs to adhere to the xml:space attri

[iText-questions] Can I make a PDF with AcroForms not editable ?

2011-03-17 Thread pepgrifell
hi, I have a PDF with AcroForms (It contains some fields). The PDF is read in server side (PDFReader, PDFStamper) and fields are filled with some values. Then the servlet sends the PDF to client side. When PDF is opened in browser, the user can edit the fields and modify it. I would like to know

Re: [iText-questions] iText 5.0.5 + spaces between words.

2011-03-17 Thread DivyaKambhatla
Yes..will give this a shot..Thank You. -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-5-0-5-spaces-between-words-tp3381312p3383898.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] How to install

2011-03-17 Thread 1T3XT BVBA
Hello, you have posted a mail to itext-questions@lists.sourceforge.net but you weren't subscribed. You are receiving this answer because I've added your mail address in Bcc: I will do this only once! Further answers will be sent to the mailing-list only (you won't receive them if you don't subs