[iText-questions] PdfContentStreamProcessor and Type3 fonts

2013-06-26 Thread Gylfi Ingvason
Gents, I'm playing with the PdfContentStreamProcessor - doing some text extraction testing - in iTextSharp (5.4.2) and I'm finding that Type3 fonts are not supported. No text is extracted and no errors are thrown even though the encoding is present and is straight ASCII. It appears that

Re: [iText-questions] Null pointer exception in PdfWriter

2010-08-06 Thread Gylfi Ingvason
) { currentPdfReaderInstance = GetPdfReaderInstance(reader); } return currentPdfReaderInstance.GetNewObjectNumber(number, generation); } Gylfi -Original Message- From: Gylfi Ingvason [mailto:gylfi.ingva...@solimarsystems.com] Sent: Thursday, August 05, 2010 3:59 PM To: 'Post all

Re: [iText-questions] Null pointer exception in PdfWriter

2010-08-05 Thread Gylfi Ingvason
here Subject: Re: [iText-questions] Null pointer exception in PdfWriter This area was extensively changed in 5.0.3 (when it's out this weekend but you can get it from the SVN), it would be worth to see if the problem is already fixed. Paulo -Original Message- From: Gylfi Ingvason

[iText-questions] Null pointer exception in PdfWriter

2010-08-04 Thread Gylfi Ingvason
Gents, I'm using an older version of iTextSharp (4.1.6 equivalent), and recently ran into a null pointer exception in PdfWriter while splitting a PDF file. Never seen this before despite running all kinds of data for years. The error happens on the PdfDocument Close() call, that leads to a

Re: [iText-questions] Python 2.5 wrapper for iTextSharp

2010-04-22 Thread Gylfi Ingvason
Use IronPython and iTextSharp. No wrappers needed. -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: Thursday, April 22, 2010 12:04 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Python 2.5 wrapper for iTextSharp Ignacio.ruizdeconejo

Re: [iText-questions] Producing images without duplicating them in thePDF file

2010-03-25 Thread Gylfi Ingvason
You might want to try to use PdfSmartCopy instead of PdfWriter - it caches stream objects. -Original Message- From: Fred Cohen [mailto:f...@all.net] Sent: Thursday, March 25, 2010 9:21 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Producing images without

Re: [iText-questions] Querry regarding iText jars: What is the Max size a PDF can be generated ?

2010-03-24 Thread Gylfi Ingvason
Don't know about the Java version of iText, but last time I checked, iTextSharp did not support generating PDF files greater than 2 GB and my impression from Paulo was that this was deliberate and that adding that support was not being planned. _ From: Leonard Rosenthol

Re: [iText-questions] design pattern

2010-03-22 Thread Gylfi Ingvason
Hi Jason, I've had some experience in this regard and with large files in general, and I agree with Paulo/Leonard that this can be a tricky process. My experience is that the file difference is not that great, but it can add up especially if you have a lot of fonts. Font and FontDescriptor

[iText-questions] Font caching during import

2010-03-07 Thread Gylfi Ingvason
Gents, We're using PdfSmartCopy to concatenate documents, and one thing that is becoming a serious problem for us is that imported Font and FontDescriptor objects are being replicated on page import. Only FontFile stream objects are cached and re-referenced. Specifically, we are concatenating

[iText-questions] Adding a /Name to an XObject Form containing an imported page

2009-12-16 Thread Gylfi Ingvason
Gents, I use PdfWriter to import pages as such: PdfImportedPage page = writer.GetImportedPage(reader, pageNumber); writer.DirectContent.AddTemplate(page, ... ); This wraps the page in an XObject Form that is then referenced by the Page being generated in the output. What I would like to do is

Re: [iText-questions] Adding a /Name to an XObject Form containing an imported page

2009-12-16 Thread Gylfi Ingvason
. Leonard -Original Message- From: Gylfi Ingvason [mailto:gylfi.ingva...@solimarsystems.com] Sent: Wednesday, December 16, 2009 3:40 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Adding a /Name to an XObject Form containing an imported page Gents, I use PdfWriter

Re: [iText-questions] AcroForm with empty Fields array

2009-11-23 Thread Gylfi Ingvason
There is nothing that says that all Widget annotations have to be listed in the Fields array - they can just be regular annotations. It's weird, but not illegal. Leonard -Original Message- From: Gylfi Ingvason [mailto:gylfi.ingva...@solimarsystems.com] Sent: Thursday, November 19, 2009 2:47 PM

Re: [iText-questions] AcroForm with empty Fields array

2009-11-23 Thread Gylfi Ingvason
Awesome! Thanks a lot Bruno - you guys are the best. Gylfi -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: Monday, November 23, 2009 10:06 AM To: Post all your questions about iText here Subject: Re: [iText-questions] AcroForm with empty Fields array Gylfi Ingvason

Re: [iText-questions] AcroForm with empty Fields array

2009-11-20 Thread Gylfi Ingvason
doesn't bat an eye. How very Odd. That makes your get better tools argument that much more difficult. --Mark Storer Senior Software Engineer Cardiff.com #include disclaimer typedef std::DisclaimerCardiff DisCard; -Original Message- From: Gylfi Ingvason [mailto:gylfi.ingva

[iText-questions] AcroForm with empty Fields array

2009-11-19 Thread Gylfi Ingvason
Gents, I use PdfStamper to flatten forms/free text and then typically perform other operations using either PdfWriter or PdfCopy. This has been working fine until recently when a customer complained that text fields in an AcroForm were missing after flattening the form. Upon investigating, I

Re: [iText-questions] Color shift and missing Transparency Group

2009-10-06 Thread Gylfi Ingvason
and missing Transparency Group The group must be added to the page. I tried adding it to the XObject and it didn't work. Paulo - Original Message - From: Gylfi Ingvason gylfi.ingva...@solimarsystems.com To: 'Post all your questions about iText here' itext-questions@lists.sourceforge.net Sent

Re: [iText-questions] Color shift and missing Transparency Group

2009-10-06 Thread Gylfi Ingvason
-Original Message- From: Gylfi Ingvason [mailto:gylfi.ingva...@solimarsystems.com] Sent: Tuesday, October 06, 2009 8:05 AM To: 'Post all your questions about iText here' Subject: Re: [iText-questions] Color shift and missing Transparency Group You're right - from reading the spec I assumed it would

Re: [iText-questions] Color shift and missing Transparency Group

2009-10-05 Thread Gylfi Ingvason
on. Paulo - Original Message - From: Gylfi Ingvason gylfi.ingva...@solimarsystems.com To: 'Post all your questions about iText here' itext-questions@lists.sourceforge.net Sent: Monday, September 21, 2009 7:53 PM Subject: Re: [iText-questions] Color shift and missing Transparency Group Sorry, I

Re: [iText-questions] Color shift and missing Transparency Group

2009-10-05 Thread Gylfi Ingvason
an RGB page group and an CMYK page group and both pages are included in a single page, what should be the resulting page group? Paulo - Original Message - From: Gylfi Ingvason gylfi.ingva...@solimarsystems.com To: 'Post all your questions about iText here' itext-questions

[iText-questions] Color shift and missing Transparency Group

2009-09-21 Thread Gylfi Ingvason
All, I'm using iTextsharp and noticed a color shift in an image after a page import using PdfWriter. The reason for the change in color is that the Transparency Group dictionary in the imported page object is not being preserved when the page is being imported into an XObject Form. I'm assuming

Re: [iText-questions] Color shift and missing Transparency Group

2009-09-21 Thread Gylfi Ingvason
21, 2009 2:28 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Color shift and missing Transparency Group Can you post a link to one of those PDF? Paulo -Original Message- From: Gylfi Ingvason [mailto:gylfi.ingva...@solimarsystems.com] Sent: Monday

Re: [iText-questions] Color shift and missing Transparency Group

2009-09-21 Thread Gylfi Ingvason
and missing Transparency Group I need a PDF to work on. Paulo - Original Message - From: Gylfi Ingvason gylfi.ingva...@solimarsystems.com To: 'Post all your questions about iText here' itext-questions@lists.sourceforge.net Sent: Monday, September 21, 2009 7:53 PM Subject: Re: [iText-questions