[iText-questions] silent print option using SAX, XML and PDF

2002-07-29 Thread braswell
This is a question in reference to creating a pdf file and using the silent print option in javascript i am getting the following error: Error: The writer in PdfContentByte is null. i am using the SaxParser and XML file to create the pdf file. With out the line writer.addJavaScript("this.print(

[iText-questions] How to create icon-only-button field

2002-07-29 Thread KuMi
Hello all,   I would like to know how to create an icon-only button field. I know there are PdfAcroForm and PdfFormField, but I don't understand how to create it specifically.   Thank you in advance.   Best Regards, KuMi

[iText-questions] RtfWriter Update

2002-07-29 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi This is an update to the RtfWriter. All changes and additions contributed by Scott Dietrich ([EMAIL PROTECTED]). The RtfWriter now supports sub and superscript. Additionally there is a new class RtfTableCell (an extension of Cell) which gives bett

[iText-questions] Nested Tables

2002-07-29 Thread Ryan Johnston
While implementing nested table support for my application, I found that iText does not always merge tables and therefore throws a ClassCastException. In HTML, the table code is this: italic Bold

Re: [iText-questions] table w/ images formatting problem

2002-07-29 Thread Bruno
Quoting Ryan Johnston <[EMAIL PROTECTED]>: > Are you going to update CVS with your fixes? By the way, I could not connect > to the CVS repository @ sourceforge to get the latest code with ANT as per > instructions on the iText main page. I am the one that usually updates CVS. It's on my TODO li

[iText-questions] Text in a PdfPCell rotated 90 degrees Counter-clockwise

2002-07-29 Thread ZACHARY CHRIS W
Is it possible to easily rotate the text in a pdfpcell 90 degrees counter-clockwise or must I resort to the more primitive methods? I have a table I need to print that has many columns and unfortunately lengthy text which needs to be over each column. Right now, when I put these long descript

Re: [iText-questions] table w/ images formatting problem

2002-07-29 Thread Ryan Johnston
Thanks for the new image subclasses - now the table class works when I create two instances of the image. Since I need to do row spanning anyway, I will try to use it first. Are you going to update CVS with your fixes? By the way, I could not connect to the CVS repository @ sourceforge to

Re: [iText-questions] Change the value of form field

2002-07-29 Thread Leonard Rosenthol
At 10:21 AM -0400 7/29/02, [EMAIL PROTECTED] wrote: >I want to copy form fields created in a pdf document to other document and >change values of some of the form fields. >Is it possible? If yes how? Not with the current version of iText, no. There are some things in the works to make t

[iText-questions] Change the value of form field

2002-07-29 Thread Neeru . Bhardwaj
I want to copy form fields created in a pdf document to other document and change values of some of the form fields. Is it possible? If yes how? Thanks for your help in advance. -Neeru --- This sf.net email is sponsored by: Dice - The leading

RE: [iText-questions] Bookmarking

2002-07-29 Thread Paulo Soares
Use a PdfPtableEvent, it gives you the table and cell position. Create a PdfDestination inside a PdfAction and use it to create a PdfOutline. Best Regards, Paulo Soares > -Original Message- > From: Wagler, Jennifer [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 23:05 > To: '[

RE: [iText-questions] PdfPTable and horizontal line

2002-07-29 Thread Paulo Soares
Put an empty Paragraph before the line. Best Regards, Paulo Soares > -Original Message- > From: rain [SMTP:[EMAIL PROTECTED]] > Sent: Friday, July 26, 2002 8:56 > To: [EMAIL PROTECTED] > Subject: [iText-questions] PdfPTable and horizontal line > > I'm using iText to generate a la

[iText-questions] How is it with memory usage?

2002-07-29 Thread Gabriel Gajdos
I have a simple question. How is it with memory usage when iText make a PDF output? Let's say the target PDF has 1 MB. How much memory does iText need to prepare the output? Has anyone made some tests? Is it 100%, less (50% ;-) ), more (150%, 200%, 250%)? I know it may depend on the type of do