Re: [iText-questions] Japanese Character are garbled in pdftable when generate the pdf (weblogic)

2010-03-05 Thread fernandor
We hope that can find the problem. Please, we'd like to be notified if there a fix for this problem. Thanks again 1T3XT info wrote: > > fernandor wrote: >> heyyy thank you very much ! >> After your comment, we forcing adjournment to the JV> server to start in UTF-8. And it works.. :), bec

[iText-questions] Problem adding image to existing template with extended features

2010-03-05 Thread Hite . Gregory
I've searched far and wide but cannot find anything in the archives. I'm using iTextSharp 5.0.0 along with good ol' Adobe 9. I have a template with extended features enabled that I have to read in, populate certain form fields, add an image to an existing page in the document, and serve it up

[iText-questions] itext making broken pdf?? !!! damaged Xref !!!

2010-03-05 Thread darthrix
Hi!, is any way to get it right? When a sign pdf it will work like a charm - it is just a file with a damaged Xref. Same thing in Acrobat - you get a "Do you want to save your changes?" dialog when you close the viewer. Here is the signed file: http://old.nabble.com/file/p27798008/Test_signed_vi

Re: [iText-questions] Problem in drawing text with fonts using itext jar

2010-03-05 Thread 1T3XT info
dorairaj wrote: >> Please suggest me to overcome the above stated issue. We don't understand the issue: there's no example, there's nothing we can reproduce, no sufficient information, and no time to try to find out what you mean. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ -

Re: [iText-questions] Problem in drawing text with fonts using itext jar

2010-03-05 Thread dorairaj
Hi , Can any onle please reply to this post. Thanks Dorairaj dorairaj wrote: > > Hi All, > > I am printing labels using thermal printers designed in Java swing > application using JDK 1.6. Lables will have Text and shapes and hence I > used Graphics2D object for designing lables. When usin

Re: [iText-questions] Accessibility Question - Can I tag an image?

2010-03-05 Thread Mark Storer
It depends on what your output format is. If you're building HTML, the ALT is all you need. PDF? Not so much. In PDF, you need to add Structure (and Marked Content, neither of which are simple). From: Tim Badaczewski [mailto:badaczew...@gmail.com] Se

Re: [iText-questions] Looking for c# advice/help

2010-03-05 Thread Paulo Soares
This list is for iText and iTextSharp. Most of the answers are aplicable to both. Paulo From: noob [n...@my508.com] Sent: Friday, March 05, 2010 6:49 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Looking for c# advice/help Hi All: I am

Re: [iText-questions] iText - stamping PDF files over 7000 pages

2010-03-05 Thread Munson, Brian
LOL! Sorry about that. I will upgrade to 5.0 and give that a try. Thanks! From: de Beus, Eric [mailto:eric.deb...@xerox.com] Sent: Friday, March 05, 2010 11:34 AM To: Post all your questions about iText here Subject: Re: [iText-questions] iText - stamping PDF files over 7000 pages 1 p

[iText-questions] Looking for c# advice/help

2010-03-05 Thread noob
Hi All: I am new to iText but am interested in learning about it. Typically I work in VB.NET but sometimes stray into C# when threatened with large sticks...but generally stay away from Java. Are there any c# specific resources or groups dedicated to iTextSharp, or is this list where I should t

Re: [iText-questions] iText - stamping PDF files over 7000 pages

2010-03-05 Thread de Beus, Eric
1 pages are more than 7500 pages, last time I checked. ;-) I forgot to ask: are you using iText 5.0? Because there was a bug in earlier versions which might cause this. - Eric From: Munson, Brian [mailto:brian.mun...@honeywell.com] Sent: Friday, March 05, 2010 10:28 AM To: Post al

Re: [iText-questions] iText - stamping PDF files over 7000 pages

2010-03-05 Thread Munson, Brian
Those times are consistent with mine. That's good news. Do you have a 7500+ page file you could try? That's when I'm running into the issue. No vector objects to speak of. All text (for the most part). Thanks! From: de Beus, Eric [mailto:eric.deb...@xerox.com] Sent: Friday, March 05, 2

Re: [iText-questions] iText - stamping PDF files over 7000 pages

2010-03-05 Thread de Beus, Eric
I just stamped a 5000-page and a 1-page PDF, and it took about 1 minute and 2 minutess, respectively. Is there anything unusual about your document?, e.g., 1000s of vector objects per page? - Eric From: Munson, Brian [mailto:brian.mun...@honeywell.com] Sent: Friday, March 05, 2010 9:

[iText-questions] iText - PDF with 8000 pages

2010-03-05 Thread Munson, Brian
I am running iText in Websphere on AIX to stamp a page header on each page of PDF files. I then serve the PDF file over http to the end users. The stamping process runs in under 1 minute for PDF files of less than 5000 pages (200MB). For files in the 7000 page range, even when the file is smalle

Re: [iText-questions] Performance improvement to PdfGraphics2D

2010-03-05 Thread Peter Harvey
Apologies for double-posting, but I looked through the mailing list archives and the original mail seemed to have been garbled Hello, I was using iText to convert a JTable to a PDF. This was consuming a large amount of memory and taking a long time, so I did some memory

[iText-questions] iText - stamping PDF files over 7000 pages

2010-03-05 Thread Munson, Brian
I am running iText in Websphere on AIX to stamp a page header on each page of PDF files. I then serve the PDF file over http to the end users. The stamping process runs in under 1 minute for PDF files of less than 5000 pages (200MB). For files in the 7000 page range, even when the file is smalle

Re: [iText-questions] Japanese Character are garbled in pdftable when generate the pdf (weblogic)

2010-03-05 Thread 1T3XT info
fernandor wrote: > heyyy thank you very much ! > After your comment, we forcing adjournment to the JV server to start in UTF-8. And it works.. :), because by default the JVM > started with this parameter file.encoding=cp1252 Hurray! > Now, we wonder? Because our code works under the encoid

Re: [iText-questions] Japanese Character are garbled in pdftable when generate the pdf (weblogic)

2010-03-05 Thread fernandor
heyyy thank you very much ! After your comment, we forcing adjournment to the JV > fernandor wrote: >> thanks anyway > > After a night of sleep, I think the problem could be caused by the > default CharSet of the JVM (which can depend on the OS). Maybe you're > going from a byte[] to a S

Re: [iText-questions] Filling UP Pdf forms --- not working -- iTextSharp disable Extended Features

2010-03-05 Thread darthrix
Im not sure if youre right, I rewrited it to C# and still the same "error". Im uploading the three pdf files, first blank, second filled, third filled and signed and fourth only signed. The message with disabled Extended Features is Displaing in Adobe Reader, and it is not displaing in Adobre Ac

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread 1T3XT info
Ovidiu Lazar wrote: > The reason I got 790 was because my example was setting the YLine to be > that much. I remove that statement and I got the following output for > the folowing code: > > code: > > /status = ct.Go(); > Console.WriteLine(ct.YLine);/ > > output: > > 62 > 62 > 174 > Press any

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread Ovidiu Lazar
Hi, Appologies for the confusion. I am using a similar example to the one from your link. Also, I'm using itextsharp and a C# console application. The reason I got 790 was because my example was setting the YLine to be that much. I remove that statement and I got the following output for the fo

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread 1T3XT info
Ovidiu Lazar wrote: > Right, but that just returns 790, which is how much is set by default. > But suppose the whole column is not filled, can I find out how much of > it is occupied by text? I don't understand your question. If I run this example: http://1t3xt.info/examples/browse/?page=example

Re: [iText-questions] Converting doc to pdf which has images embeddedoon doc file

2010-03-05 Thread wasegraves
Yes. See my response to the same question, yesterday. -- Bill Segraves From: kasun pramu To: iText-questions@lists.sourceforge.net Sent: Thu, March 4, 2010 12:25:14 AM Subject: [iText-questions] Converting doc to pdf which has images embeddedoon doc file I

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread Ovidiu Lazar
Right, but that just returns 790, which is how much is set by default. But suppose the whole column is not filled, can I find out how much of it is occupied by text? Best regards, Ovidiu Lazar Evozon Systems 1T3XT info wrote: Ovidiu Lazar wrote: Is there a way to know how much

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread 1T3XT info
Ovidiu Lazar wrote: > Is there a way to know how much space the multicolumns have occupied on > the page? ct.getYLine(); -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -- Download

Re: [iText-questions] Performance improvement to PdfGraphics2D

2010-03-05 Thread Mike Marchywka
> Date: Thu, 4 Mar 2010 10:16:30 -0800 > From: > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Performance improvement to PdfGraphics2D > > > > > > > > > > > Hello, > > > > I was using iText to convert a JTable to a PDF. This was consuming

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread Ovidiu Lazar
Indeed, it's a good question. I worked on an example and I managed to reproduce the same functionality. But I still can't get it to return the height of the last page so i know where to continue adding text.. Here's my code:     int status = 0;     int column = 0;  

Re: [iText-questions] Integration a 3D CAD drawing into a PDF

2010-03-05 Thread Mike Marchywka
> Date: Wed, 3 Mar 2010 23:17:47 -0800 > From: j...@infolox.de > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Integration a 3D CAD drawing into a PDF > > > Hello, > > I'm a rookie in iText and Java and need some help. I tr

Re: [iText-questions] Is itext is a mentoring organization google summer of code 2010

2010-03-05 Thread Nirmal Fernando
You can apply from 8th of March to 12th of March !!! All the best !!! On Fri, Mar 5, 2010 at 3:19 PM, 1T3XT info wrote: > kasun pramu wrote: > > Can any one tell me that itext is a mentoring organization in gsoc 2010? > > We didn't apply. Is there still time to apply? > Last year we applied but

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread 1T3XT info
Ovidiu Lazar wrote: > has anyone tried adding elements after some multicolumn text? A better question would be: is anyone still using MultiColumnText? Maybe everybody uses ColumnText instead. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread Ovidiu Lazar
I have looked over it but I couldn't find anything related to what I'm looking for... has anyone tried adding elements after some multicolumn text? Best regards, Ovidiu Lazar Evozon Systems 1T3XT info wrote: Ovidiu Lazar wrote: Anyone? Why do you use MultiColumnText

Re: [iText-questions] MultiColumnText height

2010-03-05 Thread 1T3XT info
Ovidiu Lazar wrote: > Anyone? Why do you use MultiColumnText if you can as well use ColumnText and get more functionality? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -- Downlo

Re: [iText-questions] Is itext is a mentoring organization google summer of code 2010

2010-03-05 Thread 1T3XT info
kasun pramu wrote: > Can any one tell me that itext is a mentoring organization in gsoc 2010? We didn't apply. Is there still time to apply? Last year we applied but on the wrong date. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

Re: [iText-questions] Image Tagging

2010-03-05 Thread 1T3XT info
Timothy Badaczewski wrote: > I see that I can assign the “alt” attribute to an image I embed in a > document, but I don’t think that is the same as “tagging” a document for > accessibility purposes. Is there a way for me to tag an image using > iTextSharp? See http://1t3xt.info/examples/browse/

Re: [iText-questions] font used in text mode for ColumnText or PdfPCell

2010-03-05 Thread 1T3XT info
Tony Gallo wrote: > Pages 164 to 176 (PdfPCell) and pages 194 to 206 (ColumnText) of Bruno > Lowagie’s book contain examples. The text elements in these examples do > not specify a font. How does iText choose the font to use, when the text > elements (chunk, phrase, and paragraph) do not specify

Re: [iText-questions] Problem printing accent, grave characters using graphics2D`

2010-03-05 Thread 1T3XT info
Saurabh Raval wrote: > I'm sorry, I did not get what you mean by "change to an available font"..Is > it a java.awt.Font? I'm referring to the examples on: > http://1t3xt.info/examples/browse/?page=toc&id=17, but could not figure out > this... So you are using the examples without reading the book?

Re: [iText-questions] PushbuttonField help

2010-03-05 Thread 1T3XT info
Jonathan Goldsmith wrote: > While trying to test the SubmitForm.java example (Listing 9.6) from the > new iTextinAction book, my compiler is complaining about the > I am using iText version 2.1.7 and even looking at the javadocs the code > looks correct. The compiler complains about the followi