Re: [iText-questions] Decompress

2004-11-25 Thread Leonard Rosenthol
At 07:41 PM 11/25/2004, Tim Daley wrote: Is there a way to completely decompress a PDF with iText? No, but you could use a library like Multivalent whihc has a Decompress tool... I especially need to inflate the images to do some performance testing on a printer. That won't give

[iText-questions] Decompress

2004-11-25 Thread Tim Daley
Is there a way to completely decompress a PDF with iText? I especially need to inflate the images to do some performance testing on a printer. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Pro

RE: [iText-questions] Adding Multiple Images

2004-11-25 Thread Paulo Soares
I can't see any reason for it to behave differently in Linux. The big question here is if the produced pdf reaches the Acrobat plug-in in working conditions. Try to disable the "Display PDF in browser" option and try mozzila. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL

[iText-questions] Adding Multiple Images

2004-11-25 Thread Michael Bacarella
I am having difficulties adding multiple images to PDFs. My development environment is Windows, Apache, Resin 3. On this server, I am able to add multiple images to a PDF using the iText library (1.1) and view the resulting document. On my production server (hosted by a third party), which is Linux

Re: [iText-questions] Re: ClassCast Exception

2004-11-25 Thread Paulo Soares
It's now called PdfCopyFields. The logic is the same. - Original Message - From: "Scott Tyriver" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 24, 2004 18:31 Subject: [iText-questions] Re: ClassCast Exception > I downloaded the 1.1 source. It looks like the PdfCo

RE: [iText-questions] PdfPTable looses alignment if splitRows is true

2004-11-25 Thread Paulo Soares
Thanks. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Steve Appling > Sent: Thursday, November 25, 2004 4:23 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] PdfPTable looses alignment if > splitRows is true > > The copy constructor i

Re: [iText-questions] Re: ColumnText bug?

2004-11-25 Thread Steve Appling
I think I agree with Paulo on this - don't print anything if there is no content. I handled a situation similar to yours in my application by adding additional text if the table would have had no content - something like "this page intentionally left blank" or "No data found for the requested s

RE: [iText-questions] Re: iTextSharp Contribution

2004-11-25 Thread Paulo Soares
The more the merrier! Note that the version itextsharp is based on is two years old. A lot of water has passed under the bridge since then and bringing it up to date is almost like starting from scratch. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:

RE: [iText-questions] Setting Contact information while signing a PDF document

2004-11-25 Thread Paulo Soares
It's supported now if you create an external signature. I'll add it in the next release for those that want an easy way to do it. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Wahaj > Sent: Wednesday, November 24, 20

RE: [iText-questions] round corners

2004-11-25 Thread Paulo Soares
PdfContentByte.roundRectangle() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of arne anka > Sent: Wednesday, November 24, 2004 4:06 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] round corners > > Hi, > > is there a way to do rectangl

[iText-questions] (no subject)

2004-11-25 Thread Subashchandra Bose
Hai ,   I want to know how the iText draw the Text in PDF file. And related information.   Thanks and Regards,   C.Subash Chandra Bose   InfoPro Solutions Pvt. Ltd., Plot# 100-103, EPIP Whitefield , Bangalore - 560 066 . Tel +91 (080)  56927800 Fax +91 (080) 56927805 [EMA

[iText-questions] Suggestion for adding Panel/Frame to Document

2004-11-25 Thread raj biswas
Hi ! I m Rajarshi. Currently i m working with iText to generate PDF from a Tree structure with Header,Footer drawn using  Java Swings, I want to generate Pdf in which the same structure drawn in Java Swing will be displayed. Currently i am using JPanel for drawing I need your suggestion on whet

[iText-questions] Display text vertically in a column (cell in a table) for both PDF and RTF reports

2004-11-25 Thread srinivasu . l . vempuluru
Hi, I need to display the text of the column header (cell) vertically and some other columns horizontally in table for both PDF and RTF reports. Please let me know which classes i need to use and provide some sample code if possible. Thanks Srinivasulu Vempuluru -