Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-18 Thread Bob Babcock
> You need an AFM file for the [MICR] font. If you can't get an AFM file from your vendor, maybe you can use one from GnuMICR: http://www.sandeen.net/GnuMICR/ -- Live Security Virtual Conference Exclusive live event will

Re: [iText-questions] Problem accessing fonts available in printer's memory through java.

2012-09-18 Thread Leonard Rosenthol
That won't help you either. You need an AFM file for the font. Contact the font vendor/supplier and ask for one. -Original Message- From: krisniru [mailto:kris_n...@yahoo.com] Sent: Monday, September 17, 2012 5:04 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-question

Re: [iText-questions] Javascript is not working after document signing

2012-09-18 Thread Leonard Rosenthol
Because your disabled MODIFICATION of the page content - thus you can't change it :). -Original Message- From: Victor Sterpu [mailto:vic...@caido.ro] Sent: Sunday, September 16, 2012 12:45 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Javascript is not working a

Re: [iText-questions] PdfContentStreamProcessor not handling TJ operator correctly (maybe)

2012-09-18 Thread Kevin Day
ok - I just committed code with a new getCharacterRenderInfos() method. I have one test case as a sanity check, but definitely let me know if you have additional use cases that are failing, etc... (providing a test case helps immensely if that does happen). I have removed the character and word s

Re: [iText-questions] Horizontal Align and colspan

2012-09-18 Thread 1T3XT BVBA
On 18/09/2012 14:36, Mattallica wrote: > In another case, on a cell > without colspan, it works well. That's very hard to believe since you're mixing "text mode" and "composite mode" in your code snippet. Please read the documentation. -

[iText-questions] Horizontal Align and colspan

2012-09-18 Thread Mattallica
The horizontal alignement doesn't seem to work on a PdfPCell with colspan. Here is my code : PdfPCell noticeCell = new PdfPCell(); noticeCell.setHorizontalAlignment(Element.ALIGN_CENTER); noticeCell.setVerticalAlignment(Element.ALIGN_MIDDLE); noticeCell.addElement(new Phrase("Field this part unde