[iText-questions] Re: Urgent !!!!!

2003-09-05 Thread Steve Brady
Create the cell and contents explicitly so you can apply attributes. cell = new Cell("big cell"); cell.setRowspan(2); cell.setColspan(2); cell.setHorizontalAlignment(Element.ALIGN_CENTER); cell.setVerticalAlignment(Element.ALIGN_MIDDLE)

[iText-questions] Urgent !!!!!

2003-09-05 Thread Miranda, Claudia (LanInfo)
Hi, i have the follow problem . In the image, i have two tables ( Table ). The problem is than the text in the cells it is on the bottom line of cell . how make to this text be align in the middle ? ( sorry for my english... ) Table a = new Table( 2 ); a.set

[iText-questions] iText and MVC architecture?

2003-09-05 Thread Collard, John
We try to maintain our Model-View-Controller environment as much as possible. Currently, if our users select a page on our web site, the data is pulled using JavaBeans and displayed using JSPs. We are designing in the use of PDFs into our application but can't decide where to put the PDF code

[iText-questions] Acrobat javascript tooltip

2003-09-05 Thread Steve Brady
Is it possible to either hide or assign the text that acrobat shows when you mouse over an anchor to an external URL? (when the user mouses over the anchor, the web address is displayed in a "tooltip") I thought this may be possible using the adobe javascript but I am unsure of the syntax in

[iText-questions] Cells within PDF

2003-09-05 Thread sagar9977
Hello all! this may as well be a silly doubt... how do i align text within a cell? specifically having line breaks where u want them to be? i m using PDFTable. Thanx, Sagar K. - This email was sent using DACafeMail. Get Your FREE 50 MB eMail Account Now.

RE: [iText-questions] Getting Number of Lines in the Cell

2003-09-05 Thread Sarathy
I tried PdfPTable to get the RowHeight, but the RowHeight is returned only after rendering to the PDF Document. But we require to get the Row or Cell Height before I render to the Document. I am giving my actual requirement below, We are printing a Table for each Page. When one of the Page's Tabl

RE: [iText-questions] Getting Number of Lines in the Cell

2003-09-05 Thread Sarathy
Thanks for your suggestion. But if I have my multiple rows Spanned within a single Row in the PdfPTable, then how the getRowHeight(int) Method will accept the parameters and what will be its Return Value. Pl. provide a sample. Thanks Sarathy

Re: [iText-questions] Read-Find-Replace words in PDF

2003-09-05 Thread Leonard Rosenthol
At 5:25 PM -0400 9/4/03, Nadeau, Isabelle wrote: I am using Fop to generate some PDF files, then I use iText to merge these files to other static pdf files, Great! Modify or Generate the table of content and page numbers, after I split and concat pdf files ? PDF doesn't work that way! inste

Re: [iText-questions] linearization question

2003-09-05 Thread Leonard Rosenthol
At 5:04 PM -0400 9/4/03, Daly, Thomas x57163 wrote: Given a PDFReader initialized with a byte[] array, how do I perform linearization against this object? However, there are a number of good tools for server-based linearization including my own PDF Enhancer (http://www.pdfsages.com/enhancer.html

Re: [iText-questions] [itext-question] convert Html to Pdf

2003-09-05 Thread Leonard Rosenthol
At 5:07 PM +0800 9/5/03, <[EMAIL PROTECTED]> wrote: Instead of construting a PDF file line by line, is there any methods to convert an existing Html to Pdf for a servlet? Sure, a number of them. What level of HTML do you need? 3.2? 4? XHTML? CSS1? CSS2? What OS platform? Leonard -- ---

Re: [iText-questions] Absolute position in .rtf and graphics?

2003-09-05 Thread Mark Hall
On Wednesday 03 September 2003 17:34, E E wrote: > Why am I not able to put absolute position and graphics in a .rtf document. > > Is it not possible? No. There is no support for absolute positions in rtf. Supported graphic types are jpeg, png, wmf. Greetings, Mark

RE: [iText-questions] Getting Number of Lines in the Cell

2003-09-05 Thread Paulo Soares
For PdfPTable you can get the row height. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Friday, September 05, 2003 3:22 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Getting Number of Lines in the Cell > > Does any

RE: [iText-questions] HeaderWidth in a Table

2003-09-05 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2003 15:30 > To: [EMAIL PROTECTED] > Subject: [iText-questions] HeaderWidth in a Table > > hi, > > i've got a problem with Itext-Tables. > I need to generate Reports from a Data

[iText-questions] [itext-question] convert Html to Pdf

2003-09-05 Thread laupuiman
Hi, Instead of construting a PDF file line by line, is there any methods to convert an existing Html to Pdf for a servlet? Thanks in advance, Peg --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/s

Re: [iText-questions] linearization question

2003-09-05 Thread Bruno
Quoting "Daly, Thomas x57163" <[EMAIL PROTECTED]>: > Given a PDFReader initialized with a byte[] array, how do I > perform linearization against this object? Linearization is not supported in iText. Bruno --- This sf.net email is sponsored by