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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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]
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
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
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
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
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
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
28 matches
Mail list logo