Re: [iText-questions] How to reset PdfPTable/PdfPCell size?

2009-08-08 Thread Harish Krishnaswamy
Paulo, Appreciate the help, but I am not sure what you mean by "shortcuts", are you recommending not to reuse the PdfPTable? If so why not? I am reusing my table so I can reuse my HTML rendering code and in the hopes of improving performance. If this is not recommended then I can work around it. T

Re: [iText-questions] Weekly calendar

2009-08-08 Thread 1T3XT info
Larry Ellis wrote: > I want to create a weekly calendar view. Use this for inspiration: http://lowagie.com/itextwiki/doku.php/filmfestival:calendar -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -

[iText-questions] Weekly calendar

2009-08-08 Thread Larry Ellis
I want to create a weekly calendar view. What I need is a grid containing time-of-day (30 minute increments) in the leftmost column, and weekday names in the first row. Then, I need to overlay bordered, colored rectangles in the day columns which span the necessary number of 1/2 hour timecells in

Re: [iText-questions] swapping images

2009-08-08 Thread Jason Berk
>I'm not sure if I understand. I'm thinking of creating a three page PDF that contains only image 1 on page 1only image 2 on page 2and so on then when I concat my statements, I make sure it's the first one in the list. Smart copy will leave those images alone and turn all the images in

Re: [iText-questions] swapping images

2009-08-08 Thread 1T3XT info
Jason Berk wrote: > you see any issues with that? I'm not sure if I understand. I see that you create the original PDFs. I'd use a different approach. For instance: add the image as an icon of a disabled button. Then replace that icon and flatten the PDF. -- This answer is provided by 1T3XT BVBA

Re: [iText-questions] swapping images

2009-08-08 Thread Jason Berk
>In other words: you're trying to do something that is very difficult. story of my life :-) What fun would the easy way be? >Maybe you could look at the width/height as is done here: http://1t3xt.be/?X074 two of the three images are the same size I'm thinking I'll create an extra image.pdf that

Re: [iText-questions] doubt regarding RTF

2009-08-08 Thread 1T3XT info
Surya Bhaskar wrote: > So please help me in sloving this problem ( may be by providing correct > jar file and instructions to successfully execute this program) This is the official download page: http://1t3xt.com/downloads/binaries.php You need to download the iText jar as well as itext-rtf.jar

Re: [iText-questions] Hi,

2009-08-08 Thread 1T3XT info
Venkata Subba Reddy V wrote: > Hi, > > This is venkat. I am facing a problem with itext libraries. > Can plz give me some clarification on this issue. > > I am converting html page to pdf which contains flash object. I am > unable print flash object image in pdf file. Can Any send me the code to

[iText-questions] Hi,

2009-08-08 Thread Venkata Subba Reddy V
Hi, This is venkat. I am facing a problem with itext libraries. Can plz give me some clarification on this issue. I am converting html page to pdf which contains flash object. I am unable print flash object image in pdf file. Can Any send me the code to convert html page to pdf which conta

[iText-questions] doubt regarding RTF

2009-08-08 Thread Surya Bhaskar
Respected Sir, I am surya bhaskar. I am doing a project which produces an RTF document after user registration. I have seen your itext-rtf API..I have downloaded the itext-rtf-2.1.7.jar file I have seen the example code that u have given in the website. import java.io.FileNotFoundExcepti

Re: [iText-questions] swapping images

2009-08-08 Thread 1T3XT info
Jason Berk wrote: > Is there anyway to know what image your code is about to swap, so you > know what to replace it with? The image is referred to from the content stream using its name. For instance /img1, /img2,... can be found in the XObject dictionary, and you'll find a reference to it in t