Re: [iText-questions] Help required to develop Indic Language Ligature

2012-03-07 Thread Paulo Soares
Also have a look at http://thread.gmane.org/gmane.comp.java.lib.itext.general/56702/focus=59552 Paulo On Wed, Mar 7, 2012 at 8:29 AM, iText Info wrote: > Op 7/03/2012 7:07, aneelmehta Mehta schreef: > > Could you please brief me  how to start and how it will be used in main > library. I mean wha

Re: [iText-questions] Help required to develop Indic Language Ligature

2012-03-07 Thread iText Info
Op 7/03/2012 7:07, aneelmehta Mehta schreef: Could you please brief me how to start and how it will be used in main library. I mean what interface /methods are required for library to use it. Legal: start by reading the code contribution policy: http://itextpdf.com/terms-of-use/policy.php Yo

[iText-questions] Help required to develop Indic Language Ligature

2012-03-06 Thread aneelmehta Mehta
Greetings, I am Aneel Mehta from Ahmedabad, Gujarat India. I am facing problem in generating pdf with Indic languages and posted the question at stack overflow.from there I came to know that there is not Ligature available for Indic languages, for the purpose I am interested to develop it.Co

[iText-questions] Help required

2011-12-30 Thread Naga Yerramsetti
  Hi, We need help from iText experts. We have a simple  PDF page with dynamic content. We want iText code to generate it . If you are interested please contact me at [email protected]   Thanks!-- Ridiculously easy VDI

Re: [iText-questions] Help required getting exception java.lang.IllegalAccessError

2011-11-01 Thread 1T3XT BVBA
On 1/11/2011 10:38, Prashanth Palleti wrote: > > we are using iText V2.1.7. That version is no longer supported. We only look at questions about iText 5 and higher. -- RSA® Conference 2012 Save $700 by Nov 18 Register now

[iText-questions] Help required getting exception java.lang.IllegalAccessError

2011-11-01 Thread Prashanth Palleti
Hi, we are using iText V2.1.7.PDF generations is working fine after deployment.But sometimes randomly we are getting below exception when we try to generate PDF: *Stack Trace* java.lang.IllegalAccessError: com/lowagie/text/pdf/PdfIndirectReference.(II)V at com.lowagie.text.pdf.PdfWriter$PdfBody.g

[iText-questions] Help Required

2011-10-13 Thread Deepu Mani
Hi Jakob, My requirement is as follows:- I have two html contents as shown below 1) Type of Drink Coffee Tea Milk 2) Type of Drink Coffee Juice Milk I have to add this to a PDF Document. I have parsed with HTMLWorker.parseToList() method and added successfully to the document.

Re: [iText-questions] Help required regarding HeaderFooter class in iText

2011-10-02 Thread 1T3XT BVBA
On 3/10/2011 8:38, Prashanth Palleti wrote: > Hi, > > I came to know that use of HeaderFooter class in itext is > discouraged.Can any one please suggest me an alternate to using > HeaderFooter calss in iText. Use PageEvents as described in chapter 5 of the book "iText in Action - Second Edition

Re: [iText-questions] Help Required regarding onStartPage method

2011-09-30 Thread Jason Berk
@lists.sourceforge.net Subject: [iText-questions] Help Required regarding onStartPage method Hi All, I came to know that adding content in onStartPage() method in iText is not recommended approach.But I have the requirement which will be solved by using this method.Can any one suggest an alternate way

[iText-questions] Help Required regarding onStartPage method

2011-09-30 Thread Prashanth Palleti
Hi All, I came to know that adding content in onStartPage() method in iText is not recommended approach.But I have the requirement which will be solved by using this method.Can any one suggest an alternate way to do this i.e., I want to add some content which will differ for set of page dyamically

Re: [iText-questions] Help Required

2009-09-04 Thread 1T3XT info
vikas sharma wrote: > Hi, > > I am using Adobe Acrobat Pro 9 to create pdf template. > I am using iText API to fill this template with my required values to > make a result pdf file. > > I have a requirement. > What should i do if i need to insert an array in the exisiting template, > with the

[iText-questions] Help Required

2009-09-04 Thread vikas sharma
Hi, I am using Adobe Acrobat Pro 9 to create pdf template. I am using iText API to fill this template with my required values to make a result pdf file. I have a requirement. What should i do if i need to insert an array in the exisiting template, with the help of iText.? How the templat

[iText-questions] Help required to convert html tp pdf

2007-09-18 Thread Sridhar Kura
Hi, I need to covert html to pdf.Could some one help me to provide a sample code. Thanks, Sridhar - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdm

Re: [iText-questions] Help Required

2007-03-29 Thread Paulo Soares
What code are you using? Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Bruno Lowagie > Sent: Thursday, March 29, 2007 4:09 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Help R

Re: [iText-questions] Help Required

2007-03-29 Thread Bruno Lowagie
I forgot to put the list in Cc: Bruno Lowagie wrote: > Rajesh Joshi wrote: >> >> Hi, >> >> I am currently working in j2EE and using I-Text API for generating PDF >> documents. >> In those documents, there are certain formFields(form tool -- >> Acrofield) defined and I am supposed to write St

Re: [iText-questions] Help required for Updating pdf Document

2006-05-31 Thread bruno
Sandeep Waghmare wrote: We are facing problem while Updating existing PDF document. Actually requirement is => we are having one PDF file, which gets updated frequently, and on each update we are appending (image or text) at the end of file. You are mixing two concepts here. You can append

[iText-questions] Help required for Updating pdf Document

2006-05-31 Thread Sandeep Waghmare
Hi,         We are facing problem while Updating existing PDF document. Actually requirement is  => we are having one PDF file, which gets updated frequently, and on each update we are appending (image or text) at the end of file.         As per the IText API I think it is not directly possible

Re: [iText-questions] help required to create hyperlink to text in Microsoft word document using iText API

2006-03-01 Thread Mark Hall
On Wednesday 01 March 2006 15:51, Chandrasekaran Sivakolundu wrote: > The requirement is creating hyperlink. the hyperlink may be a Web URL, > folder path , Network folder path and/or File path. You need to use the Anchor class to do this: http://itextdocs.lowagie.com/tutorial/objects/anchors/inde

[iText-questions] help required to create hyperlink to text in Microsoft word document using iText API

2006-03-01 Thread Chandrasekaran Sivakolundu
Hi all, I am working on a Java application. I need to generate Microsoft Word document as a report using iText API.. The requirement is creating hyperlink. the hyperlink may be a Web URL,  folder path , Network folder path and/or  File path. e.g 1. URL : http://www.google.com and etc. 2. Fold

Re: [iText-questions] help required to generate multilevel bulleted text Microsoft word document using iText API

2006-02-25 Thread Mark Hall
On Friday 24 February 2006 16:46, Chandrasekaran Sivakolundu wrote: > The requirement is generating multilevel bulleted text document. But the > problem is third level bullet. I am not getting any error, when I run the > following program, But when I open the word document, 3rd level bullet is > no

[iText-questions] help required to generate multilevel bulleted text Microsoft word document using iText API

2006-02-24 Thread Chandrasekaran Sivakolundu
Hi all, I am working on a Java application. I want to develope Microsoft Word document using iText API.. The requirement is generating multilevel bulleted text document. But the problem is third level bullet. I am not getting any error, when I run the following program, But when I open the word

Re: [iText-questions] Help required to insert static text on an existing pdf

2005-06-08 Thread bruno
Krishna Kishore .J wrote: Hi Bruno, Thanks once again for your reply. The examples and scenario you mentioned in your reply work when the pdf form has form fields. But i don't have form fields for the items i've specified. So i am trying to display the text dynamically with out using form

Re: [iText-questions] Help required to insert static text on an existing pdf

2005-06-08 Thread Krishna Kishore .J
Cc: <[email protected]> Sent: Wednesday, June 08, 2005 4:23 PM Subject: Re: [iText-questions] Help required to insert static text on an existing pdf > Krishna Kishore .J wrote:> > > Hi Bruno,> >  > >  Thanks for your immediate reply. Pls read.>

Re: [iText-questions] Help required to insert static text on an existing pdf

2005-06-08 Thread Bruno Lowagie
Krishna Kishore .J wrote: Hi Bruno, Thanks for your immediate reply. Pls read. I have a pdf (input.pdf) form some thing like this: Name: Company: Now i have to read this pdf form and add content for name and age, the resultant pdf should be like this: Name: Kishore Company: CE

Re: [iText-questions] Help required to insert static text on an existing pdf

2005-06-08 Thread Krishna Kishore .J
wagie" <[EMAIL PROTECTED]> To: "Krishna Kishore .J" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Wednesday, June 08, 2005 3:59 PM Subject: Re: [iText-questions] Help required to insert static text on an existing pdf > Krishna Kishore .J wr

[iText-questions] Help required to insert static text on an existing pdf

2005-06-08 Thread Krishna Kishore .J
Hi All,    I want to add some static text on an existing pdf form using IText.   I've tried using Text.java in the examples on the IText site. But this will create a new pdf and add text on it.   Can anyone help me in achieving this.   Thanks Krishna Kishore      

Re: [iText-questions] Help required to insert static text on an existing pdf

2005-06-08 Thread Bruno Lowagie
Krishna Kishore .J wrote: Hi All, I want to add some static text on an existing pdf form using IText. I've tried using Text.java in the examples on the IText site. But this will create a new pdf and add text on it. Can anyone help me in achieving this. What's the problem? Create a temp

[iText-questions] Help required to insert static text on an existing pdf

2005-06-08 Thread Krishna Kishore .J
Hi All,    I want to add some static text on an existing pdf form using IText.   I've tried using Text.java in the examples on the IText site. But this will create a new pdf and add text on it.   Can anyone help me in achieving this.   Thanks in advance.   Krishna Kishore  

[iText-questions] Help required to insert static text on an existing pdf

2005-06-08 Thread Krishna Kishore .J
Hi All,    I want to add some static text on an existing pdf form using IText.   I've tried using Text.java in the examples on the IText site. But this will create a new pdf and add text on it.   Can anyone help me in achieving this.   Thanks in advance.   Krishna Kishore  

Re: [iText-questions] Help Required for POC on generating PDF using IText API

2005-05-20 Thread Leonard Rosenthol
At 02:42 AM 5/20/2005, [EMAIL PROTECTED] wrote: I'd like to know whether i can use .xdp files as input (templates) for PdfStamper to read . No, you can't. HOWEVER, you can use standard XML APIs for Java to parse the .xdp to extract the PDF "blob" into memory and then feed that i

RE: [iText-questions] Help Required for POC on generating PDF using IText API

2005-05-20 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Friday, May 20, 2005 7:43 AM > To: [email protected] > Subject: [iText-questions] Help Required for POC on > generating PDF

[iText-questions] Help Required for POC on generating PDF using IText API

2005-05-19 Thread j_k_kishore
Hi All,    I am working on a POC which should read a template and generate a PDF by filling the form fields on the template.   Questions: 1. As of now i have .xdp files as templates, but when i try to read it using PdfStamper , its throwing an error :  PDF header signature not found.    I'd like to

[iText-questions] HELP REQUIRED - URGENT

2004-10-14 Thread Rajesh.Subramaniam
Title: HELP REQUIRED - URGENT Hi , Pls help me its very urgent . Our application [ PDF Generator ] runs in Linux.We want the a PDF to be generated in Japanese. We have use the BaseFont as   BaseFont.createFont("/n1app4/bc/msgothic.ttc,0",BaseFont.IDENTITY_H, BaseFont.EMBEDDED); B

RE: [iText-questions] Help required in streaming effect in PDF

2004-01-11 Thread Abraham, Ben
Title: RE: [iText-questions] Help required in streaming effect in PDF Hi Ravi, Thanks for the link. In my case i select some input criteria from the client page and click on a button to generate a PDF report.The request is directed to a servlet which fires a querry to the database.I then

Re: [iText-questions] Help required in streaming effect in PDF

2004-01-09 Thread Ravi
Title: RE: [iText-questions] Help required in streaming effect in PDF Hi Ben,   Are you talking about byte serving of the PDF? I am not sure about linearization etc. However I think it is possible to Byte Serve a PDF from a java servlet.   Here is a link to about the difference between

RE: [iText-questions] Help required in streaming effect in PDF

2004-01-09 Thread Paulo Soares
Title: RE: [iText-questions] Help required in streaming effect in PDF It can't be done with the pdf format. Even linearization (that iText doesn't support) requires all the document to be available before starting. Pdf can't be streamed. Best Regards, Paulo Soares -O

[iText-questions] Help required in streaming effect in PDF

2004-01-08 Thread Abraham, Ben
Hi, Can someone explain me how to do a streaming effect while generating PDF. I am generating a PDF which is around 500 pages and this PDF won't come come up till it gets all the required data.So the user has to wait around 10 minutes to see the PDF.Can someone please suggest me a better me

[iText-questions] Help Required

2003-06-17 Thread Subbiah
I built an application that read all files in a directory and converts the selected files into pdf. There are 2 classes, The first class is called dirReader and it used JFileChooser and JFrame, this then passed to convertor class which converts the file into pdf .   If I run the main program

[iText-questions] ...HELP REQUIRED...fillin of PDF forms

2003-06-10 Thread venkataravi
BDY.RTF Description: RTF file