Re: [iText-questions] Creation of PDF/A PDF's

2007-11-12 Thread Leonard Rosenthol
I don't know what spec you are reading, but the final version of the PDF/A Standard says: 6.3.3.2 CIDFonts For all Type 2 CIDFonts, the CIDFont dictionary shall contain a CIDToGIDMap entry that shall be a stream mapping from CIDs to glyph indices or the name Identity, as described in PDF Re

Re: [iText-questions] Creation of PDF/A PDF's

2007-11-12 Thread Leonard Rosenthol
On Nov 12, 2007, at 1:06 AM, Foris Zoltan wrote: > I would like to solve the PDF to PDF/A conversion. I know that > there is a lot > of work but i think that > I already solved the following: > 1.) Adjust annotations/bookmark actions - remove not allowed actions Make sure that you get AL

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

2007-11-12 Thread Jonathan G . Underwood
Bruno Lowagie lowagie.com> writes: > The conversation was interesting, but now I'm confused: > is there any further action required by us? > I mean: the sun.txt has been removed from SVN. > It's no longer in iText 1.5.3. I see it's still in > iText 2.0.4, but it won't be in iText 2.0.5 (the > next

Re: [iText-questions] image + classpath

2007-11-12 Thread Mark Hall
Hi, if you could provide a small, runnable example for me to test, then I'll look further into this. Unfortunately I'm pretty busy and currently don't have time to construct my own test case. Two other questions: * Does it work with the PdfWriter? * Are no exceptions being generated? Regards,

Re: [iText-questions] image + classpath [RTF]

2007-11-12 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Bompart Cedric > Sent: Monday, November 12, 2007 4:20 PM > To: iText-questions@lists.sourceforge.net > Subject: [iText-questions] image + classpath > > Hello, > > I'm using itext 2.0.6 (jdk 1.4)

Re: [iText-questions] BarcodePostnet

2007-11-12 Thread Paulo Soares
It's a numeric only code. See http://zone.ni.com/devzone/cda/tut/p/id/5027. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Abraham > Sent: Monday, November 12, 2007 5:35 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-qu

[iText-questions] BarcodePostnet

2007-11-12 Thread Abraham
Hi all, I`m trying to add a table with a BarcodePostnet image to already created document . This is my code (barcode128 works fine with same code): BarcodePostnet postNet = new BarcodePostnet(); postNet.setCode("Probando"); Image imagePN = postNet.createImageWithBarcode(stamper.getUnderContent( r

[iText-questions] image + classpath

2007-11-12 Thread Bompart Cedric
Hello, I'm using itext 2.0.6 (jdk 1.4). I've got an issue with rendering an image in RTF. If I'm loading an image from the file system, it works fine. But if I'm loading an image from the classloader (embedded in a jar/war file), the output RTF document has an empty image (I have the expected v

Re: [iText-questions] Non breaking space \u00a0

2007-11-12 Thread Paulo Soares
I never saw that happening. Please post a link to the pdf. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Rollins > Sent: Monday, November 12, 2007 2:56 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Non

[iText-questions] Non breaking space \u00a0

2007-11-12 Thread Mark Rollins
I've internationalised a document that uses iText. The library I'm using for this is "com.ibm.icu.text" which puts a \u00a0 as a separator for numeric values in some languages (eg Swedish). While this looks OK on the screen when viewed with Acrobat reader, when it prints off (I've tried various

Re: [iText-questions] Creation of PDF/A PDF's

2007-11-12 Thread Paulo Soares
Here's what I have: 7.3.1 CIDFonts For all Type 2 CIDFonts, the CIDFont dictionary shall contain a CIDToGIDMap entry that shall be a stream mapping from CIDs to glyph indices or the name Identity, as described in Table 5.13 of the PDF Reference. NOTE 1 - Only fonts whose characters are referenced

Re: [iText-questions] Creation of PDF/A PDF's

2007-11-12 Thread Foris Zoltan
The identity is a valid name but if the font is embeded as subset the CIDToGIDMap should contain an array and not a name. The specification says that it can be a name or an array (the map). Paulo Soares wrote: > > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL

Re: [iText-questions] Page Overflow on iSeries

2007-11-12 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > I have been using the iText application with command SPLTOPDF on my > iSeries. I fear nobody on the iText mailing list is familiar with SPLTOPDF. > 1) On PDF, last line of each page is overflowed onto a 2nd Page I don't understand what this means because I don't know h

Re: [iText-questions] I am having an issue with overlapping

2007-11-12 Thread Bruno Lowagie
Yerger, Chad wrote: > text in a cell. I am using Chunk within a cell and Table..not PdfPTable. > Does this have something to do with special chars..or length of text. > Anyways around. You'll have to do more effort explaining the problem. Please post a small standalone example reproducing the pr

Re: [iText-questions] Question about splitCharacter

2007-11-12 Thread Tom Tolman
I apologize since listing out the cases was not a very good way to describe my question. What I was hoping to find out is the answer to the following question: Can I get i-text to consider some characters to be allowed to only split on the end of the line, such as ')' and other characters to onl

[iText-questions] Page Overflow on iSeries

2007-11-12 Thread Tony_Goodall
I have been using the iText application with command SPLTOPDF on my iSeries. Most spool converts perfectly fine, however I have had issues with a couple. 1) On PDF, last line of each page is overflowed onto a 2nd Page 2) Spool with underline included throws PDF completely out of line. regards

Re: [iText-questions] Creation of PDF/A PDF's

2007-11-12 Thread Foris Zoltan
I would like to solve the PDF to PDF/A conversion. I know that there is a lot of work but i think that I already solved the following: 1.) Adjust annotations/bookmark actions - remove not allowed actions 2.) Adjust transparency(set to 1) 3.) Adjust Color space (I am not sure that is working in all

Re: [iText-questions] Creation of PDF/A PDF's

2007-11-12 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Foris Zoltan > Sent: Monday, November 12, 2007 8:12 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Creation of PDF/A PDF's > > >> I also found out that if the fo

Re: [iText-questions] Microsoft : WMF integration in iTextSharp

2007-11-12 Thread Paulo Soares
Did you try: Document.wmfFontCorrection = 1; Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of valerie marc > Sent: Monday, November 12, 2007 10:29 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Microsoft : WMF

[iText-questions] Microsoft : WMF integration in iTextSharp

2007-11-12 Thread valerie marc
Hello Paulo, Coming back for the WMF integration issue ... Guillaume, my colleague has contacted Microsoft about this, ant it appears that we didn't use the correct mode in our generation of WMF file. Find below the threads concerning this problem : What do you think about that ? Can this helps

Re: [iText-questions] Creation of PDF/A PDF's

2007-11-12 Thread Foris Zoltan
Foris Zoltan wrote: > > > > Foris Zoltan wrote: >> >> I would like to solve the PDF to PDF/A conversion. I know that there is a >> lot of work but i think that >> I already solved the following: >> 1.) Adjust annotations/bookmark actions - remove not allowed actions >> 2.) Adjust transparenc