[iText-questions] problem with MultiColumnText.nextColumn() & MultiColumnText.getCurrentColumn()

2006-02-17 Thread dimitri DARSEYNE
Good morning, I have a MultiColumnText in my document, after adding a first table to the first column, I want to add the next table at the top of the second column, but the method nextColumn() doesn't work. You'll find hereby attached the light source code of the probleme... otherwise, I've tr

[iText-questions] XFA support in iText

2006-02-17 Thread Sanjeev
In one of the your post, you mentioned static XFA support in iText is in offing. As in one of the projects we may want to use it, Can you please give any rough idea on time when it may be released? Will it have full XFA support (I am mainly looking at  creating XFA form fields like the way we crea

RE: [iText-questions] a question about field.

2006-02-17 Thread Paulo Soares
Try: BaseFont baseFont = BaseFont.createFont("KozMinPro-Regular,Bold", "UniJIS-UCS2-H", BaseFont.NOT_EMBEDDED); > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of ccc > Sent: Wednesday, February 15, 2006 9:40 AM > To: iText-questions@l

RE: [iText-questions] PdfStamper adding layers

2006-02-17 Thread Paulo Soares
Only in new docs. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dan Phillips > Sent: Friday, February 17, 2006 4:45 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PdfStamper adding layers > > Can the PdfStamper.Wr

[iText-questions] PdfStamper adding layers

2006-02-17 Thread Dan Phillips
Can the PdfStamper.Writer be used to add OCG layers to existing documents or can OCG  layers only be added to new documents?

RE: [iText-questions] Re: Issue of iText version 1.3.6 opening a document in Acrobat Stardard version 7.0 and above

2006-02-17 Thread Paulo Soares
There's no workaround. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ivan Jathanna > Sent: Friday, February 17, 2006 3:29 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Re: Issue of iText version 1.3.6 > opening a

[iText-questions] Issue of iText version 1.3.6 opening a document in Acrobat Stardard version 7.0 and above

2006-02-17 Thread Ivan Jathanna
but is their any solution or fix regarding this --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing t

[iText-questions] Re: Issue of iText version 1.3.6 opening a document in Acrobat Stardard version 7.0 and above

2006-02-17 Thread Ivan Jathanna
hi, Can you provide some solution or workaround(fix) for the below issue regards Ivan --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searc

[iText-questions] How to write text on top of another object?

2006-02-17 Thread Csaba
Hello, I'm using an existing PDF document as a template. I'm filling it out using PdfStamper. Everything works ok, and I have just one problem. There is a rectangle where I'm supposed to write the total price. It seems that this rectangle is above all the other elements, cause when I try to

[iText-questions] Re: Question on Barcode fonts

2006-02-17 Thread Bruno Lowagie
Vadim Gintov wrote: Dear Sirs, I need to embed Barcode 128 B font to PDF document. Could you assist me with a problem: where I can purchase, download or get in some other way this font? We don't sell fonts. You can create barcode 128 for free with iText, but no barcode 128 font is involved. br,

[iText-questions] Question on Barcode fonts

2006-02-17 Thread Vadim Gintov
Dear Sirs, I need to embed Barcode 128 B font to PDF document. Could you assist me with a problem: where I can purchase, download or get in some other way this font? Thank you in advance for your help. Best regards, Vadim Gintov Project Manager ILS Ukraine, Ltd.

[iText-questions] Re: itext - PDFwriter

2006-02-17 Thread Bruno Lowagie
Kmet, Bill wrote: Is there an example on your website in the tutorial section, or am I just blind? You're not using the mailing list and you've probably overlooked the PageNumbersWatermark example: http://itextdocs.lowagie.com/tutorial/directcontent/pageevents/ http://itextdocs.lowagie.com

Re: [iText-questions] minimal xmp-support for pdfa_1b standard

2006-02-17 Thread Leonard Rosenthol
At 01:53 AM 2/17/2006, Thomas Kübler wrote: Exist a description if a xmp-meta-data has to exist for the pdf/A-1b standard, if yes, which elements have to insert, can we insert also customer elements? Yes, XMP is required for PDF/A-1 (both A and B). As for the details, it's all

RE: [iText-questions] Issue of iText version 1.3.6 opening a document in Acrobat Stardard version 7.0 and above

2006-02-17 Thread Paulo Soares
I suspect that the orinal pdf is tagged. PdfCopy doesn't keep tagging. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Thursday, February 16, 2006 10:22 PM > To: itext-questions@lists.sourceforge.net; [EMAIL PROTECTED];

Re: Re: [iText-questions] Fw: Encrypt Documents using DigitalID/Certificate

2006-02-17 Thread Leonard Rosenthol
At 03:39 AM 2/17/2006, Kevin Blackman (.COM) wrote: > So are you volunteering to write the code?? Yes. My company is examining it, but would it be possible to work with someone like yourself that is familiar with the API for guidance? Because we are new to iText. Sure. We of

Re: Re: [iText-questions] Fw: Encrypt Documents using DigitalID/Certificate

2006-02-17 Thread Kevin Blackman (.COM)
At 11:46 AM 2/15/2006, Kevin Blackman (.COM) wrote: >>iText does not seem to currently implement functions to encrypt >>documents for certain identities using digital certificates, is this correct ? > > Correct. > > >>If the feature is not implemented have you considered doing so? > >

RE: [iText-questions] Replacing placeholder value in PDF

2006-02-17 Thread shailesh.raj
Thanks, definitely I don’t want to exploit you :) In my example I have to print footer in 2 line. See my code. Footer is displayed with border see attachment. What method I should call to remove border.   Rectangle page = doc.getPageSize(); PdfPTable foot = new PdfPTable(1); Phrase pp = new P

[iText-questions] PDF -- Highlighting

2006-02-17 Thread bib_lucene bib
Hi All   In my webapp I have a text box in which user enters some words and another text box which points to location of a PDF file. I have to show the PDF document with all words higlighted (if they exist in the document).   Any idea how I can do this? Any help is greatly appreciated.   R