[iText-questions] Merge pdf with bookmarks with kids

2009-05-01 Thread Zhang, Ying - 43
Hi, I'm a newbie to itext. I'm trying to merge a few pdf generated by itext. Some of them have bookmarks with kids (2nd level), I do not want to loose this in the merge so here's what I want to do: public static ByteArrayOutputStream mergeReports( ByteArrayOutputStream ... reports) { Byte

[iText-questions] Determine whether font size exceeds acrofield capacity

2009-05-01 Thread Bordeman, Chris
I need to determine for a particular field (I have Acrofield object) whether a given font size would cause a certain string value to be too large to fit. How can this be done? -- Register Now & Save for Velocity, the Web

[iText-questions] read char by char

2009-05-01 Thread Ragia Ibrahim
Hi can i read the pdf file text char by char and determine if there's space or not can i read new line...if i read it char by char Ragia From: ragi...@hotmail.com To: itext-questions@lists.sourceforge.net Date: Thu, 30 Apr 2009 20:44:58 + Subject: Re: [iText-questions] paragrap

Re: [iText-questions] When forced, iText Auto font size does not match Acrobat's calculated size

2009-05-01 Thread Bordeman, Chris
Ok, it looks like the entire field data does in fact fit in the field, so maybe iText is calculating the max font size correctly. Either way, I need it to calculate smaller so it matches Acrobat... Any ideas? From: Bordeman, Chris [mailto:chris.borde...@wolters

Re: [iText-questions] Imported pages are too slow

2009-05-01 Thread Paulo Soares
The question is un answerable. It depends on the pdf, the machine, the cpu, the memory, the network, the environment, the OS and who knows what else more. 2 seconds may be a bad or a good time. Paulo - Original Message - From: "Kruzic, Alex x55204" To: Sent: Friday, May 01, 2009 2:54

Re: [iText-questions] problem related to PDF

2009-05-01 Thread Paulo Soares
If it's urgent then buy the book "iText in Action" where all is explained in a single place and your urgency will be addressed. Paulo - Original Message - From: "suresh patidar" To: Sent: Friday, May 01, 2009 1:13 PM Subject: [iText-questions] problem related to PDF Hello Sir, i wa

[iText-questions] When forced, iText Auto font size does not match Acrobat's calculated size

2009-05-01 Thread Bordeman, Chris
Hello all. Using iTextSharp 4.1.1. I'm forcing some acrofields to font size 0 with field flattening like so: acrofieldsobj.SetFieldProperty("myfield", "textsize", 0, null); The problem is after flattening iText seems to have calculated a final font size considerably larger than if I had inst

Re: [iText-questions] Transperant Cell backgroundColor

2009-05-01 Thread Paulo Soares
It works exactly the same in C# as it does in Java. The interface names start with 'I' but I can't believe that that's the problem. Paulo - Original Message - From: "Ivar Kunst" To: Sent: Friday, May 01, 2009 2:15 PM Subject: Re: [iText-questions] Transperant Cell backgroundColor H

[iText-questions] Imported pages are too slow

2009-05-01 Thread Kruzic, Alex x55204
It seems that that line 3 below is very slow. On average it takes 2 seconds to run. My app needs to generate 11,000 PDF's and with this code below, it takes over a day! Now if I comment out line 3, it finishes in 7 minutes. Big, big difference. Does anyone know why this code is so slow, and even mo

[iText-questions] problem related to PDF

2009-05-01 Thread suresh patidar
Hello Sir, i wan to generate pdf with images using Itext library. i have done this. i have one problem i want to write text over an underlying image at specific location. Please help me how to do this. Its urgent Thanks, Suresh Patidar

Re: [iText-questions] Transperant Cell backgroundColor

2009-05-01 Thread Ivar Kunst
Hi all, I've been fighting with this problem for some time, i feel really stupid, but i can't find how i get it to work. Yeah i have the book, so i studied chapters 10 and 12. I just can't find all the needed interface etc needed for the PdfPCellEvents. Im working in C#, maybe that got something

Re: [iText-questions] How can skipp one page in a template in iTextSharp

2009-05-01 Thread 1T3XT info
Vincent Guo wrote: > Hi, > > Here is my problem, I have a pdf template with fields to fill by > iTextSharp, and the template have several pages, like 10, but when I am > trying to create a new pdf report by filling the fields in the template, > how can I skip the certain pages if I do not want

Re: [iText-questions] itextsharp - paragraph with html??

2009-05-01 Thread 1T3XT info
lindows wrote: > would you have some sample code or link me to some? Did you overlook the link I gave you? http://1t3xt.be/?X0001e4 -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -

Re: [iText-questions] itextsharp - paragraph with html??

2009-05-01 Thread lindows
would you have some sample code or link me to some? -- View this message in context: http://www.nabble.com/itextsharp---paragraph-with-html---tp23289821p23329799.html Sent from the iText - General mailing list archive at Nabble.com. -

Re: [iText-questions] itextsharp - paragraph with html??

2009-05-01 Thread 1T3XT info
lindows wrote: > my question is how can I render the html and display it in the paragraph > function Yes, write your own XML handler. > I have went through the examples that other people have and the itextsharp > website, anything regarding html on pdf is only done based on the website > itself,

[iText-questions] How can skipp one page in a template in iTextSharp

2009-05-01 Thread Vincent Guo
Hi, Here is my problem, I have a pdf template with fields to fill by iTextSharp, and the template have several pages, like 10, but when I am trying to create a new pdf report by filling the fields in the template, how can I skip the certain pages if I do not want to use it? Thanks Vincent Guo ---

[iText-questions] itextsharp - paragraph with html??

2009-05-01 Thread lindows
I’m trying to render html mark up in a chapter/section I have made a post on the asp.net forums but no one seems to know the answer http://forums.asp.net/t/1412438.aspx it has titles, chapters and content inside the chapter, but my content is all html mark up my question is how can I render the