[iText-questions] query

2005-06-23 Thread santosh kumar
  sir i am new to the list i am working on pdf using java i want to extract text from the pdf using jsp/servlets is there any possibility to extract text if yes,how can it be done please help me out solve the problem waiting for ur mail regards santosh

[iText-questions] Frank Zhou/ReserveFunds is out of the office.

2005-06-23 Thread Frank_Zhou
I will be out of the office starting 06/23/2005 and will not return until 06/24/2005. I will respond to your message when I return. Please contact Gong Cai at 5815 if you need immediate assistance. --- SF.Net email is sponsored by: Discover

[iText-questions] Stamping.

2005-06-23 Thread Gareth Edwards
I would like to know if it is possible to write stuff to previous pages in PDF document while generating the report. Kinda need something like writer.getDirectContent(pagenumber); I'm aware of stamping a file that has already been created, and templates, but I cant use page events to put in th

[iText-questions] XML template -> PDF

2005-06-23 Thread fook-keong
Hi, I want to generate a PDF file with a define XML template. Data will be obtained from the servlet and the data merging with the XMl template would be done. One problem I'm facing is that the PDF file would need a dynamic table in it and I'm not sure how to do it since I was not able to add it to

[iText-questions] Mailing labels

2005-06-23 Thread Jay Parashar
Hello, I am looking for an example/code snippet to generate pdf mailing labels (preferably 5260). Can anyone help me get this? Thanks! Jay --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to f

[iText-questions] Add submit button to writer.

2005-06-23 Thread Andrea Fantechi
My goal is to add a submit button to a pdf template. Which the best way to do it? My idea was to get a pdf template, fill its form fields, copy into a new document and, finally, add a submit button in any empty space available inside the template. But to add a button is possible only using PdfW

RE: [iText-questions] Problem with printing PDF with transparent Image added using PDF Stamper

2005-06-23 Thread Paulo Soares
It's a printer/printer driver problem. If it's a postscript printer make sure you have the right level. You can also try to print as image. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of venkatachalam muthiah > Sent: Thursday, June 23, 2005 5:19

[iText-questions] Problem with printing PDF with transparent Image added using PDF Stamper

2005-06-23 Thread venkatachalam muthiah
i have been using item for over 6 months and this is one of the best open source softwares. i have seen around. I have been using itext to edit pdf documents by adding an image inside the document. i create an image, save it with transparent background. i use the pdfstamper api and make a call to

[iText-questions] xml -> pdf or html

2005-06-23 Thread Doug James
* Request for anyone's comments / suggestions / concerns. *   There is a chance I could be asked to take a home grown XML document and create either html or pdf from it. Any pitfalls to watch out for or any suggestions on the best way to do the request?   Thanks for any and all comments!  

[iText-questions] Headers problem ...

2005-06-23 Thread GRECU STEFAN
/*** *** Greetings to all ... and keep going with this great job ... I have some problems with table headers (with an very old version everythig was ok) ... maybe I'm doi

[iText-questions] Frank Zhou/ReserveFunds is out of the office.

2005-06-23 Thread Frank_Zhou
I will be out of the office starting 06/23/2005 and will not return until 06/24/2005. I will respond to your message when I return. Please contact Gong Cai at 5815 if you need immediate assistance. --- SF.Net email is sponsored by: Discover

RE: [iText-questions] help on Two TextFields with the same name

2005-06-23 Thread Paulo Soares
You need to call app1.setText() and app2.setText() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of wang yun > Sent: Thursday, June 23, 2005 2:38 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] help on Two TextFields wi

[iText-questions] help on Two TextFields with the same name

2005-06-23 Thread wang yun
Dear help, I try to create two text fields with the same name "CreditCard". I try to set the value "Visa". But, please see the attaced pdf. "Visa" doesn't apppear when I open test.pdf. As I click into the box, "Visa" does come out. I need that "Visa" to show at the opening pdf. Thanks for help.

Re: [iText-questions] images in RTF not aligning properly

2005-06-23 Thread Mark Hall
On Thursday 23 June 2005 10:53, [EMAIL PROTECTED] wrote: > It seems that when an image is too wide and one specifies center > alignment, > it is in fact aligned left, so that there's a margin and no cropping at > left. Did you specify the alignment both in the paragraph and the image? Greetings, M

Re: [iText-questions] raw image data

2005-06-23 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: OK, I could pass a PNG array. Sorry for the delay in answering questions. The raw image data can be the binary data of any image that is supported in iText. You can for instance read the binary data from a database or construct the Image in memory. There is an exampl

RE: [iText-questions] raw image data

2005-06-23 Thread Fernando.Matomira
OK, I could pass a PNG array.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mato Mira, Fernando (DIA EMEA/A) Sent: Thursday, June 23, 2005 9:24 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] raw image data   Hello,     What is the

RE: [iText-questions] images in RTF not aligning properly

2005-06-23 Thread Fernando.Matomira
It seems that when an image is too wide and one specifies center alignment, it is in fact aligned left, so that there's a margin and no cropping at left. -Original Message- From: Mark Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 9:30 AM To: itext-questions@lists.sourceforg

[iText-questions] Out of memory copying pdf documents

2005-06-23 Thread Odino Mauro
Hi, i'm trying to append a large number (about 2000 or more) of small pdf documents (1 or 2 pages) in single document, by my program runs out of memory in a short time. This is my code: public int appendDocs(Connection conn, String arg1, int arg2, int arg3) throws Exception{ DataSet d

Re: [iText-questions] Itext xml specifications

2005-06-23 Thread bruno
Keith Istler wrote: Hello, My name is Keith and I'm using your iText library in a large commercial application to generate a variety of reports from a pretty wide range of data. We've decided to take the route of converting our data to xml, then converting this to the selected document form

Re: [iText-questions] images in RTF not aligning properly

2005-06-23 Thread Mark Hall
On Wednesday 22 June 2005 16:43, [EMAIL PROTECTED] wrote: >I am using the setAligment() method with arguments of Image.LEFT, > Image.MIDDLE, and Image.RIGHT, and it works > > properly only if the image is the last element added to the page. Any > ideas to what the problem could be? If you add m

[iText-questions] raw image data

2005-06-23 Thread Fernando.Matomira
Hello,     What is the raw format that one can give as a parameter to Image.getInstance()?