Hello,
Actually i need to do something differently from what we are doing and i have choosen itext for it would u please let me know if it can be done and how.
We have one PDF which is created on a user request i.e on click of a button it opens up a popup with the PDF as output and it is created
While waiting for a response, I looked into this a bit further.
It seems that this issue may have been inadvertently caused with some of
the recent changes to the MultiColumnText class. (I say inadvertently
because there didn't seem to be any documentation to the contrary - if
this was an intenti
I'm new ;)
So, if I use MultiColumnText without setting height
(AUTOMATIC) my columns respect my pre-existing headers
but not footers.
If I manually define the height, I'm not sure how to
do the looping required. I see from the tutorial a
hasMoreText() method but I don't find that in my 1.3
vers
Thanks to all for
the recent help.
I have one last
question regarding images.
The PDF template
I've been given has a colored background image.
Scanned gifs of
signatures on a white background are overlaid onto the PDF template.
The index number of white in
the signature.gif color map chan
Thanks Paulo and Adam.
I got all the field names, inserted the variables from the XML file.
Very cool!
Jim Sloey
-Original Message-
From: Paulo Soares [mailto:[EMAIL PROTECTED]
Sent: Monday, May 23, 2005 1:40 PM
To: [EMAIL PROTECTED]; Sloey, James
Cc: itext-questions@lists.sourceforge.n
Hi
A few updates to the RtfWriter2 to fix bugs reported by Renaud MICHEL
<[EMAIL PROTECTED]> and Regina Michl <[EMAIL PROTECTED]>. Thanks for the
detailed error reports and bug fix recommendations.
* Fixed a bug in the row width calculation that was using the left margin
twice instead of the
iText does not support forms created with Acrobat Designer 7.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Richard Hurst
> Sent: Tuesday, May 24, 2005 1:52 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Problems i
Hi,
I'm kind of stuck with this problem: the document I'm doing has a pretty
complex form so I would really would like to specify Polygon (instead of
Rectangle) for the form of the SimpleCell (which would look like this:
http://ilja.webmedia.ee/cell.gif ). Is it possible at all? Or is there
s
Hi
I am quite new to using Adobe forms and have been creating a form for
use with Itext following the exapmples shown.
I am trying to populate a form from some details we are providing for
the form with an object created in a java program.
The basic problem is that the data that I am giving the
If you are referring to input.pdf it's a file like any other. What you
cannot assume is that the mediabox rectangle is [0,0,w,h]. In this case
it's [-612,-0.3,0,792]. It's unusual but it happens and it's legal.
> -Original Message-
> From: Firoz [mailto:[EMAIL PROTECTED]
> Sent: Tuesd
Roberto Caetano Junior wrote:
Hi,
I don't know if this is possible.
I need to put a text over a image.
This is possible?
Yes.
There are many different ways to do this.
Please consult the tutorial first.
http://itextdocs.lowagie.com/tutorial/objects/images/index.html#alignment
http://itex
Hi Paulo,
We have a huge set of PDFs that we have to automate. Only a couple of them
are giving us trouble. Is there any way to tell, dynamically, what is wrong
with the PDF and if necessary I can use the AffineTransform class as
suggested.
Thanks a lot for your reply.
Regards
Firoz
- Orig
On Tuesday 24 May 2005 12:25, Regina Michl wrote:
> while using your RTF-Classes, we've found an little typo-bug
Thanks, the dangers of copy-paste are often overlooked :-
Greetings,
Mark
--
Software, n.:
Formal evening attire for female computer analysts.
My GPG public key is available a
It might be easier to do all those math translation/rotation with the
AffineTransform class.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Firoz
> Sent: Tuesday, May 24, 2005 7:54 AM
> To: itext-questions@lists.sourceforge.net
> Cc: Shahzad La
At 06:12 AM 5/24/2005, Hari Narasimhan wrote:
I started to use iText from yesterday by embedding in our tool, which has
to convert a txt document to a pdf with encryption along with disabling
copy / print / save as.
There is no reliable way to disable the "Save As" button in
Acrobat/R
Hello :-),
while using your RTF-Classes, we've found an little typo-bug
* $Id: RtfRow.java,v 1.12 2005/03/17 10:24:12 hallm Exp $
class com.lowagie.text.rtf.table.RtfRow
private void importRow(Row row) {
this.cells = new ArrayList();
this.width =
this.document.getDocumentHe
Dear Sir,
I started to use iText from yesterday by embedding in our tool, which has to convert a txt document to a pdf with encryption along with disabling copy / print / save as.
I have seen an option writer.WILL_SAVE but no option like NO_SAVE. Does anyone know how to include this let meknow
That exception says it all. Go to PdfAcroForm.addSignature() source and
copy what's in it. The result will be a PdfAnnotation that you can add
to the doc with obj_pdfStamper.addAnnotation(annot).
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Fa
Hello Paulo,
I also tried the following code but I got exception.
//
FileOutputStream obj_fos = new FileOutputStream("C:/newPDF.pdf");
com.lowagie.text.pdf.PdfStamper obj_pdfStamper =
new com.lowagie.text.pdf.PdfStamper(obj_pdfReader, obj_fos);
com.lowagie.text
19 matches
Mail list logo