Re: [iText-questions] Problem with PDF/A validation

2008-11-18 Thread Schalück , Elmar
Clarification: Intarsys reports: 1 Error: Font QTCBLA+DejaVuSansMono must be embedded 2 Warnings: No unique ID found No history entry existing Report was in German, so the translation may be suboptimal. So why does Intarsys think, the font isn't embedded? Elmar > Don't know what they are

[iText-questions] force pages to mononchrome

2008-11-18 Thread Jim Gabriel
Is there a way to either set the entire PDF or force each page to monochrome using iText? We programmatically create PDFs that view and print find under windows, however, when the PDF is sent to the printer under linux, the cups driver handles only the embedded images incorrectly. All bits are

Re: [iText-questions] Policy for adding unittests?

2008-11-18 Thread Kevin Day
Original contributor was Mark Thompson (http://1t3xt.com/about/acknowledgments/index.php?page=people&id=60) - the original release did not update the currentPdfReaderInstance value in getImportedPage() (although it did override the method), so I don't think we will get info from that avenue.  Th

Re: [iText-questions] Access tables from PDF file?

2008-11-18 Thread Kevin Day
Well, SimpleTextExtractingPdfContentStreamProcessor is just a listener on the parser.  It determines whether a carriage return is appropriate given the vertical position of the current text relative to the previous text (this, by the way, is *not* a robust solution - it's quite possible for text

Re: [iText-questions] "Scanline must begin with EOL code word" when reading certain Fax files

2008-11-18 Thread Stefan Unterhofer
Well, I don’t know how to do it, but if you could point me to some TIFF CCITT4 Standard Descriptions I could give it a try. Stefan Von: Paulo Soares [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 18. November 2008 19:48 An: Post all your questions about iText here Betreff: Re: [iText-quest

Re: [iText-questions] Access tables from PDF file?

2008-11-18 Thread Neil Aggarwal
Kevin: Actually, I have an idea. It seems to me that if I can get the operations that are going on, such as a hard return and the X position when it writes text, I can do what I need. I am thinking a callback that SimpleTextExtractingPdfContentStreamProcessor invokes to let it know what is hap

Re: [iText-questions] Access tables from PDF file?

2008-11-18 Thread Kevin Day
Let me know if you need to bounce ideas...   - K   --- Original Message ---    From: "Neil Aggarwal" <[EMAIL PROTECTED]> To: "'Post all your questions about iText here'" Cc:  Date: Tue, 18 Nov 2008 15:26:41 -0600 Subject: Re: [iText-questions] Access tab

Re: [iText-questions] Access tables from PDF file?

2008-11-18 Thread Neil Aggarwal
Kevin: Thank you for the tip. I think you are right in that the most straightfoward solution is to look at the column heading locations. I will try that approach first. Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox.

Re: [iText-questions] Access tables from PDF file?

2008-11-18 Thread Kevin Day
Code executing in SimpleTextExtractingPdfContentStreamProcessor.displayText() has all the information you need to determine where on the page a given text string is going to be placed.  You should be able to use that information to create multiple text outputs instead of a single text output (on

[iText-questions] Access tables from PDF file?

2008-11-18 Thread Neil Aggarwal
Hello: I am trying to use iText to read the values from this file: http://www.bcad.org/PDFs/TAX-RATE-CHARTS%202008.pdf I used the text extractor on the file and it gave me all the text which I expected. I am trying to figure out if it is possible for me to step through the tables and pull the

[iText-questions] Usps Intelligent Mail Barcode?

2008-11-18 Thread pickm
I could not find any information on the mailing list or in the book for Usps Intelligent Mail Barcodes. Does iText support it? -- View this message in context: http://www.nabble.com/Usps-Intelligent-Mail-Barcode--tp20567701p20567701.html Sent from the iText - General mailing list archive at N

Re: [iText-questions] "Scanline must begin with EOL code word" when reading certain Fax files

2008-11-18 Thread Paulo Soares
If you know how to fix it, go ahead. You have the sources. Paulo From: Stefan Unterhofer [EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 3:29 PM To: 'Post all your questions about iText here' Subject: Re: [iText-questions] "Scanline must begin with EOL code wor

[iText-questions] TIFF image to PDF

2008-11-18 Thread Mukherjee, Sankar
Hi All, We convert Tiff images to PDFs using IText software. We need for our clients to increase image size within the PDF -like increase by 10,20,30%. Please let me know if this can be done without damaging the integrity of the data. Thanks Sankar Mukherjee AXA Equitable 212-314-2562

Re: [iText-questions] Font Encoding

2008-11-18 Thread Paulo Soares
From: zoharat [EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 5:59 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Font Encoding Our customers can pick a Font that they would like their reports to be generated in. e.g. Courier

[iText-questions] Font Encoding

2008-11-18 Thread zoharat
Our customers can pick a Font that they would like their reports to be generated in. e.g. Courier New, Size 10. Now I have read the posts on the forum and I found out that I am able to register the fonts using FontFactory.registerDirectories(); Our server may run on a Windows or a Linux box.

[iText-questions] 'pageFull event' while adding paragraphs

2008-11-18 Thread Tobias van Treeck
Hi, i read parts of the chapter 'composing text elements' in the itext book and my app is working so far. But what i didn't find is how to realize when to call newPage() method. Normally this is done automatically but i add several paragraphs with different lengths and thus i need some kind of inf

Re: [iText-questions] Problem with PDF/A validation

2008-11-18 Thread Leonard Rosenthol
Don't know what they are complaining about (since you didn't provide a report), but Acrobat 9's Preflight reports two problems with the structure tree - since you made this PDF/A-1a. Leonard On Nov 18, 2008, at 8:05 AM, Schalück, Elmar wrote: Hi, Intarsys PDF/A-Check (http://www.intarsys.d

[iText-questions] Splitting of PdfPTable

2008-11-18 Thread puja . a
I dont want to split the rows in my PdfTable.If the whole last row is not fitting then it must not get splited, instead the whole row must drop to the next page. I even tried table.setSplitRows(false) but nothing is working. Please can anyone of you help me with it.

Re: [iText-questions] "Scanline must begin with EOL code word" when reading certain Fax files

2008-11-18 Thread Stefan Unterhofer
Hi, This is a excerpt from a fax log regarding the files that cannot be read: Nov 14 10:08:42.17: [14988]: REMOTE wants 9600 bit/s Nov 14 10:08:42.17: [14988]: REMOTE wants A4 page width (215 mm) Nov 14 10:08:42.17: [14988]: REMOTE wants unlimited page length Nov 14 10:08:42.17: [14988]:

[iText-questions] iText XML

2008-11-18 Thread James Hughes
Hello, I am trying to use iText to generate a PDF fom an XML file. My problem is I use a table and can't figure out how to specify column widths. The sample table is like this Column1 Column2 I tried specifying the wi

[iText-questions] I Text Bulleted Text Question

2008-11-18 Thread Nitin Bertie Eusebius
Hi All, I want to create a layout as depicted in the picture below on the pdf using I text. Any help will be greatly appreciated [X] Nitin Bertie Eusebius Senior Associate, Technology | Sapient desk: +1 408 526 4847 mobile: +1 408 991 5118 www.sapient.com -

[iText-questions] Tagged PdfPTable

2008-11-18 Thread jmrrva
Hello, Is it possible to add tags to the rows and cells of a PdfPTable? I think that structured marks can only be added to the low level directcontent and PdfPtable is a high level class. Cell events cannot be used for this purposes because they are triggered when the cell has already being paint