Re: [iText-questions] Itext support on aix unix

2013-04-18 Thread Alexis Pigeon
v > *To:* itext-questions@lists.sourceforge.net > *Sent:* Thursday, April 18, 2013 11:15 AM > *Subject:* Re: [iText-questions] Itext support on aix unix > > Thanks. > > Could you direct me to a link where i could use a trial version of this > software ? > > Regards, &

Re: [iText-questions] Itext support on aix unix

2013-04-18 Thread levon alikhanov
: Re: [iText-questions] Itext support on aix unix Thanks.   Could you direct me to a link where i could use a trial version of this software ?   Regards, Amal On Thu, Apr 18, 2013 at 11:51 AM, 1T3XT BVBA wrote: On 18/04/2013 8:01, Amal wrote: >> I would like to know if itext is suppor

Re: [iText-questions] Itext support on aix unix

2013-04-18 Thread 1T3XT BVBA
On 18/04/2013 9:15, Amal Yadav wrote: > Could you direct me to a link where i could use a trial version of > this software ? The JVM? http://www.oracle.com/technetwork/indexes/downloads/index.html#java iText? http://sourceforge.net/projects/itext/files/iText/iText5.4.1/ Please assure that you un

Re: [iText-questions] Itext support on aix unix

2013-04-18 Thread Amal Yadav
Thanks. Could you direct me to a link where i could use a trial version of this software ? Regards, Amal On Thu, Apr 18, 2013 at 11:51 AM, 1T3XT BVBA wrote: > On 18/04/2013 8:01, Amal wrote: > > I would like to know if itext is supported on Aix or any other flavour of > > unix. > Yes, I've use

Re: [iText-questions] Itext support on aix unix

2013-04-17 Thread 1T3XT BVBA
On 18/04/2013 8:01, Amal wrote: > I would like to know if itext is supported on Aix or any other flavour of > unix. Yes, I've used iText on Unix in the past. As soon as you have a Java 5 JVM that works on AIX, you can start using iText.

[iText-questions] Itext support on aix unix

2013-04-17 Thread Amal
Hi All, I would like to know if itext is supported on Aix or any other flavour of unix. If not, what are the plans to have such a software in place? Thanks Amal -- Precog is a next-generation analytics platform capabl

Re: [iText-questions] iText support for XFA forms designed usingAdobeDesigner

2010-07-08 Thread Mark Storer
DisCard = null; From: jean teo [mailto:jeante...@yahoo.com.sg] Sent: Thursday, July 08, 2010 3:50 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iText support for XFA forms designed usingAdobeDesigner hi, may I know how do I populate a listbox in a xfa form(do

[iText-questions] iText support for XFA forms designed using AdobeDesigner

2010-07-08 Thread jean teo
hi, may I know how do I populate a listbox in a xfa form(done via Designer) using iText in c#? currently i uses this code it cannot work. . AcroFields fields=stamper.AcroFields; fields.setListOption("dropDown", new String[]  {"A","B","C"},new String[]{"1","2","3"}); hope to hear you soon.

Re: [iText-questions] iText support for fast web view

2009-05-19 Thread Abhay Mujumdar
Thanks again! Any commercial pure Java recommendations? I have found http://big.faceless.org/products/pdf/ so far. More on - http://big.faceless.org/blog/2008/07/17/1216306371230.html On Tue, May 19, 2009 at 11:26 AM, Leonard Rosenthol wrote: > There are not any open source Java libraries that

Re: [iText-questions] iText support for fast web view

2009-05-19 Thread Leonard Rosenthol
There are not any open source Java libraries that offer linearization. On 5/19/09 10:10 AM, "Abhay Mujumdar" wrote: Thanks! Any recommendations for pure-Java, preferably open-source, libraries for linearization? On Tue, May 19, 2009 at 3:17 AM, 1T3XT info wrote: Abhay Mujumdar wrote: > If I

Re: [iText-questions] iText support for fast web view

2009-05-19 Thread Abhay Mujumdar
Thanks! Any recommendations for pure-Java, preferably open-source, libraries for linearization? On Tue, May 19, 2009 at 3:17 AM, 1T3XT info wrote: > Abhay Mujumdar wrote: > > If I am reading it right, even if a PDF is Fast Web View enabled, once > > we manipulate it using iText (merge data into

Re: [iText-questions] iText support for fast web view

2009-05-19 Thread 1T3XT info
Abhay Mujumdar wrote: > If I am reading it right, even if a PDF is Fast Web View enabled, once > we manipulate it using iText (merge data into it), it won't remain Fast > Web View enabled (we'll have to linearize again). Is that correct? Yes. You could of course manipulate the PDF in append mode

[iText-questions] iText support for fast web view

2009-05-18 Thread Abhay Mujumdar
Hi, As defined on this page http://itext.ugent.be/library/question.php?id=8, "Fast Web View" support requires linearized PDF. And based on the answer here http://itext.ugent.be/library/question.php?id=21, iText does not support PDF linearization. If I am reading it right, even if a PDF is Fast We

Re: [iText-questions] iText support for XFA forms designed using AdobeDesigner...

2007-06-20 Thread Paulo Soares
- Original Message - From: "Chandaluri, Siva" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 20, 2007 11:33 PM Subject: [iText-questions] iText support for XFA forms designed using AdobeDesigner... Could you suggest me if it is possible to resolve my problem using iTe

[iText-questions] iText support for XFA forms designed using Adobe Designer...

2007-06-20 Thread Chandaluri, Siva
Hi, I have just started working on iText API and adobe PDF forms lately. I have been looking for XFA support through iText API for the forms designed using Adobe Designer. Let me explain what am I doing using iText API and the adobe forms. I have some pdf templates designed using Adobe D

Re: [iText-questions] iText support

2006-12-18 Thread Bruno Lowagie
Duncan Groenewald wrote: > Hi, I can figure out how where the iText discussion or support forums > are so I am trying you directly. I almost overlooked this mail. It has [iText-questions] in the subject, but it didn't show up in the mailing list archives. Mails sent to the mailing list get prior

Re: [iText-questions] iText support

2006-11-23 Thread Bruno Lowagie (iText)
Vishal Mehra wrote: > Hi, > > I am trying to convert HTML to PDF. I want to achieve 100% formatting. There's no such thing as 100% formatting. Every browser renders HTML in its own particular way. Think about that BEFORE you accept an assignment to convert HTML to PDF. Please read the FAQ: http

[iText-questions] iText support

2006-11-23 Thread Vishal Mehra
Hi, I am trying to convert HTML to PDF. I want to achieve 100% formatting. I want to know some information regarding HTML formatting. * Is iText directly support "style" attribute with all values??? * Is iText support tag? * Is iText support tags?? * Is iT

RE: [iText-questions] Itext support for Adobe 7.0 products

2006-03-22 Thread Paulo Soares
iText doesn't support Designer. Create your fields with Acrobat. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lassemo, StianSent: Wednesday, March 22, 2006 12:16 PMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] Itext suppor

[iText-questions] Itext support for Adobe 7.0 products

2006-03-22 Thread Lassemo, Stian
Hi   I have created a PDF containing acrofields in Adobe Professional 7.0. When I try to populate acrofields using Itext everyting looks ok. However when I open the pdf in Adobe Reader 7.0.7 the fields are empty. If I try to read the fields using itext or other pdf reader products, the

Re: [iText-questions] iText Support For Different Languages

2005-09-20 Thread bruno
Ng Hwee Hwee wrote: hi bruno, thank you for your kind reply. Please read: http://article.gmane.org/gmane.comp.java.lib.itext.general/18134 however, i do not see Traditional Chinese being supported in pace.pdf. Send me the word for peace in Traditional Chinese in UNICODE and I'll add it

Re: [iText-questions] iText Support For Different Languages

2005-09-20 Thread bruno
Hwee Hwee wrote: Hi all, i need a confirmation if iText can support the following languages? 1) Japanese 2) Simplified Chinese 3) Traditional Chinese 4) Thai 5) Tamil 6) Vietnamese I know CJK can support #1 - #3 but what about #4 - #6? Please take a look at this XML file: http://www.lowagie

[iText-questions] iText Support For Different Languages

2005-09-20 Thread Hwee Hwee
Hi all, i need a confirmation if iText can support the following languages? 1) Japanese 2) Simplified Chinese 3) Traditional Chinese 4) Thai 5) Tamil 6) Vietnamese I know CJK can support #1 - #3 but what about #4 - #6? Thanks so much! Hwee ---

[iText-questions] itext support writing the javax.swing.text.Document(interface) to the pdf format directly?

2005-07-26 Thread agletfan agletfan
itext developer: Hi! I write some code about the editor in java and I want to export the edited text to the pdf file. javax.swing.JEditorPane or javax.swing.JTextPane, you know, support the StyledDocument and offer a API getDocument() which they extends from the javax.swing.text.JText

RE: [iText-questions] itext support XSLT?

2002-07-22 Thread New, Cecil (GEAE)
create PDF from second (transformed) XML So pictorially: database->XML XML+XSLT->XML XML+iText->PDF -Original Message- From: Bruno [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 3:49 AM To: willie.infopower Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] itext sup

Re: [iText-questions] itext support XSLT?

2002-07-17 Thread Bruno
Quoting "willie.infopower" <[EMAIL PROTECTED]>: > hi > > Does iText support XSLT now ? No, writing XSLT functionality would be reinventing the wheel. > I want to use XSL + XML to generate PDF Remark that PDF is a binary format and that XSLT can't be used to produce binary files. If you use XS

[iText-questions] itext support XSLT?

2002-07-17 Thread willie.infopower
hi   Does iText support XSLT now ? I want to use XSL + XML to generate PDF   thanks   Willie