Re: [iText-questions] Positioning of data in fields

2006-02-07 Thread Bruno Lowagie
Andy Levy wrote: After some final research and testing, we've found the culprit. The misaligned fields have the "multiline" option set. When we uncheck this option in Acrobat and then fill the PDFs via iText, everything aligns as expected. We will have to go through all the documents and make

[iText-questions] iText - PDF standard

2006-02-07 Thread Tan Dunlin
Hi, Using iText version 1.1 (paulo 132) May I enquire, will the PDF generated meet PDF standards 1.4? Hope to hear from you soon. Thank you. -- Regards, Tan Dunlin Elixir Report Support Elixir Technology Pte Ltd --- This SF.net email is

[iText-questions] how to generate mails

2006-02-07 Thread Audippanaidu M
hi,  i want to know the solution for one problem which is i have some bills which are in xml or some other format. i am doing webapplication first i want to convert this bills in to pdf format. ok this job is very easy because by seeing your document i can do but how to send this pdf documen

Re: [iText-questions] Parsing xml with polish character

2006-02-07 Thread Bruno Lowagie
saxenashyam wrote: Hi I used ITEXT1.3 for XML to PDF conversion with Datamerging.My program is working for other languagae but when I tried to parse Polish character it display '?' or eating the special character. In xml I am defining encoding 'ISO-8859-2' Yes, but the font used by iText u

[iText-questions] Parsing xml with polish character

2006-02-07 Thread saxenashyam
Hi I used ITEXT1.3 for XML to PDF conversion with Datamerging.My program is working for other languagae but when I tried to parse Polish character it display '?' or eating the special character. In xml I am defining encoding 'ISO-8859-2' Can anybody tell me what I am missing.? here is my code

[iText-questions] How to retrieve the action uri of a push button

2006-02-07 Thread udaybhaskar
Dear all, I am writing a program in java. I need to retrieve the action uri of a push button in a pdf form. I am struggling with this for the past 2 days. Please suggest me a way to do this. I am attaching the pdf form for your convenience. The name of the field is form1[0].#subform[0].HTTPSub

RE: [iText-questions] Retrieving of the content of stream objects

2006-02-07 Thread Leonard Rosenthol
At 02:30 PM 2/7/2006, Mark Storer wrote: Each appearance stream is a form XObject (see Section 4.9, "Form XObjects"): a self-contained content stream to be rendered inside the annotation rectangle. Which is true as far as it goes... But like any other content stream, it can ref

RE: [iText-questions] Package com.lowagie.text does not exist

2006-02-07 Thread jbrady
In NetBeans, go to Tools / Library Manager and add a library for iText. On the Classpath tab you need to point to that jar file. Once that's done, right click on the Libraries in the project area and do Add Library for iText. > I'm using Windows XP SP2. The directory structures I have are > C:\Pro

RE: [iText-questions] Package com.lowagie.text does not exist

2006-02-07 Thread Bill Ensley
Honestly, you need to read a Beginning Java book.   That said, you need to setup your classpath correctly so that NetBeans has access to the iText JAR.   -Bill Ensley From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stanly TweedleSent: Tuesday, February 07, 2006 7:45 AMTo:

RE: [iText-questions] Retrieving of the content of stream objects

2006-02-07 Thread Mark Storer
To follow up, the only thing I found in the PDFSpec was the following: " 8.4.4 Appearance Streams Beginning with PDF 1.2, an annotation can specify one or more appearance streams as an alternative to the simple border and color characteristics available in earlier versions. Appearance streams ena

[iText-questions] Radio button bug in Acrobat 7.0.5

2006-02-07 Thread Mark Storer
Has anyone else noticed some Strange tab order behavior with regards to radio buttons in the 7.0.5 patch? The patch was meant to change radio groups' tab order to make each value a tab stop... And it does when there's nothing following those radio groups in the tab order. This leads me to beli

[iText-questions] created barcodes accuracy

2006-02-07 Thread Kenneth Sutherland
Having looked at various sites that do barcodes and from using createAwtImage with iText it would seem to me that iText produces bar codes that are not the same as other bar code generators. I am trying to create a barcode using code 128. Here is the code that I’m using.       ja

[iText-questions] Package com.lowagie.text does not exist

2006-02-07 Thread Stanly Tweedle
I'm new to Java. I'm trying to use iText to generate pdf output. I've downloaded the iText-1.3.jar file and documentation. The problem I am having is that NetBeans is saying "Package com.lowagie.text does not exist". It does this for all the imports for iText. It does it in my own code, the tutori

Re: [iText-questions] set file name for adobe acrobat reader

2006-02-07 Thread Udo Rader
On Tue, 2006-02-07 at 16:46 -0500, David Marcillo wrote: > Hello folks, > > I am dynamically generating pdf responses with in a web servlet applycation > and sending the output back to the requesting web browser by setting the > HttpServletResponse as follows > > response.setContentType("applic

[iText-questions] set file name for adobe acrobat reader

2006-02-07 Thread David Marcillo
Hello folks, I am dynamically generating pdf responses with in a web servlet applycation and sending the output back to the requesting web browser by setting the HttpServletResponse as follows response.setContentType("application/pdf"); All works well... and the user can view the PDF documen

RE: [iText-questions] Radio Buttons over multiple pages

2006-02-07 Thread Paulo Soares
That's not possible to do. The problem is that addAnnotation() must be called in page 1 with all the kids including the ones from page 2 that are not yet known. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of M 501 > Sent: Tuesday, February 07, 2

Re: [iText-questions] Retrieving of the content of stream objects

2006-02-07 Thread Leonard Rosenthol
At 08:39 AM 2/7/2006, Alexander Golub wrote: Now I have PdfStream object. How can I extract the very content of stream from there ? That is, I can access all the fields of annotation appearance object stream dictionary, but I cannot retrieve the stream itself. I want to get the content of strea

[iText-questions] Radio Buttons over multiple pages

2006-02-07 Thread M 501
Hello, I try to generate acro forms dynamically. I added a table with a PdfPCellEvent - Class. However, the problem is that when I try to create radio buttons that are split over multiple pages but belong to one radio group there is something wrong. For example if I have 3 radio buttons wher

Re: [iText-questions] Positioning of data in fields

2006-02-07 Thread Andy Levy
After some final research and testing, we've found the culprit. The misaligned fields have the "multiline" option set. When we uncheck this option in Acrobat and then fill the PDFs via iText, everything aligns as expected. We will have to go through all the documents and make this change manuall

RE: [iText-questions] Retrieving of the content of stream objects

2006-02-07 Thread Paulo Soares
PdfReader.getStreamBytes() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alexander Golub > Sent: Tuesday, February 07, 2006 1:40 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Retrieving of the content of stream ob

[iText-questions] Retrieving of the content of stream objects

2006-02-07 Thread Alexander Golub
Hello, friends.   I want to make a copy of the content of the abstract annotation, in particular text markup annotation (let's say it is Rubber Stamp annotation). To do this, first I want to extract data from annotation, and more particular - from annotation appearance, which is stored in t

Re: [iText-questions] Not a Question. I have a piece of source to contribute ;-)

2006-02-07 Thread Vineet Reynolds
What Leonard says is right. The printer's driver determines that. It's either PS or PCL in most cases. Definitely not PDF. A few HP Laserjets do have native PDF drivers, and they will definitely support the solution utilising the piped output stream. On 2/7/06, Leonard Rosenthol <[EMAIL PROTECTED]

[iText-questions] Test message

2006-02-07 Thread Joseph Brady
Test message - I was having problems with our ISP's SMTP server and the postmaster address requirement. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine

Re: [iText-questions] Not a Question. I have a piece of source to contribute ;-)

2006-02-07 Thread Leonard Rosenthol
At 03:36 AM 2/7/2006, Ιωάννης Κανέλλος wrote: I've been seeking ways to direct send a pdf file to the printer, without having to use external programms such as acroread. In your FAQ you mention that this is impossible, but I managed to do it !!! This solution is multiplatform Th

Re: [iText-questions] Creating pdfs with "drawing" type annotations

2006-02-07 Thread Paulo Soares
Look at PdfAnnotation, it has static methods to create all that. - Original Message - From: "Badger, David" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 07, 2006 12:06 AM Subject: [iText-questions] Creating pdfs with "drawing" type annotations I'm considering using iText to conver

[iText-questions] Not a Question. I have a piece of source to contribute ;-)

2006-02-07 Thread Ιωάννης Κανέλλος
I've been seeking ways to direct send a pdf file to the printer, without having to use external programms such as acroread. In your FAQ you mention that this is impossible, but I managed to do it !!! This solution is multiplatform The general ideas is to use a PdfWriter that writes into a piped

Re: [iText-questions] Acrobat 6.0 always rebuilds PDFs created using iText

2006-02-07 Thread Kiran Holla
Yes it does! Thanks, Kiran From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Kiran Holla" <[EMAIL PROTECTED]> CC: Subject: Re: [iText-questions] Acrobat 6.0 always rebuilds PDFs created using iText Date: Sat, 4 Feb 2006 15:53:37 - I bet it will work with FileOutputStream in your code. As us

[iText-questions] iText and EndHeaders: resolved

2006-02-07 Thread Gilgamesh di Uruk
Hi all, I just write to benefit people who met the same problem of mine. I introduced an extra tag after the row header in the table, and then I managed it extending ITextHandler. So my previous example became: City Phone Name Then, I intercepted endHead