Re: [iText-questions] Looking for source code for iText 1.5.4 (anditextasian-1.5.2.jar)

2012-01-24 Thread Paulo Soares
It's all in the SVN. See http://itext.svn.sourceforge.net/viewvc/itext/tags/. Paulo - Original Message - From: Scott Hamilton To: itext-questions@lists.sourceforge.net Sent: Wednesday, January 25, 2012 3:15 AM Subject: [iText-questions] Looking for source code for iText 1.5.4

[iText-questions] Looking for source code for iText 1.5.4 (and itextasian-1.5.2.jar)

2012-01-24 Thread Scott Hamilton
We have a version of our software using BIRT 2.3.0 which uses iText-1.5.4.jar and itextasian-1.5.2.jar. We are looking for the source code for these two JARs. I realize this version was created just for BIRT (according to http://lowagie.com/node/156) but according to the MPL/LGPL license this

itext-questions@lists.sourceforge.net

2012-01-24 Thread Jeff Sadowski
On Tue, Jan 24, 2012 at 2:40 AM, Paulo Soares wrote: > ** > It looks like a metadata parsing error. There is text like: > > rdf:about='9685e94a-48a1-11e1--b5b1632a93dPr2012-01-23T21:44:24-07:00' > gPr,@' > > I'll see about this later. > Thank you. I was able to fix my pdfs to not complain b

[iText-questions] How to add digital signature in pdf using c# (.net) code

2012-01-24 Thread Sushil Pandey
Hi, I am unable to find code for c# to add digital signature using itestsharp. If any code available online let me suggest or suggest how can I add this using itext ddl. Thanks & Regards -- *Sushil Kumar Pandey* | *Asst. Controller - IT* Drishtee Development & Commu

Re: [iText-questions] Earliest Versions of javac to use with itext versions?

2012-01-24 Thread Jeff Sadowski
On Tue, Jan 24, 2012 at 1:07 AM, Balder VC wrote: > itextpdf-1.5.3.jar is mighty mighty mighty mighty old. The same > counts for Java 1.3.1 and Java 6 has EOL notice on July 2012. > > I had a typo I'm using itext 5.1.3 which seems to be the latest. > You can't expect us to start trying ou

Re: [iText-questions] bug on parsing HTML

2012-01-24 Thread Valerie Lavilla
Good idea. I might take a look at it. Apologize, didnt mean to throw the work at someone. Thanks! On Jan 24, 2012 10:00 AM, "Leonard Rosenthol" wrote: > It's open source – why not fix it yourself? > > From: Valerie Lavilla > Reply-To: Post here > Date: Tue, 24 Jan 2012 06:29:53 -0800 > To: Post

Re: [iText-questions] bug on parsing HTML

2012-01-24 Thread Leonard Rosenthol
It's open source – why not fix it yourself? From: Valerie Lavilla mailto:val.lavi...@gmail.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Tue, 24 Jan 2012 06:29:53 -0800 To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: Re: [iText-questions] bu

Re: [iText-questions] bug on parsing HTML

2012-01-24 Thread Valerie Lavilla
I really have no control on the HTML. It'll come from the richtext editor from Icefaces.So when they pass me an HTML page with its text formatting, I should be able to print it on the PDF with it's correct text format. So far, that's the only thing failing, text alignment when it has right after .

Re: [iText-questions] Sign and PDF with SmartCard and web browser only

2012-01-24 Thread madmax
So is tinkered with it a little more and I was able to somewhat sign the PDF. Bu things are never as simple as we would like them to be. I can see the signature on a separate page but when I try to validate it acrobat it returns the following error: Error during signature verification. Error en

Re: [iText-questions] Antwort: Pdf Table footer and bottom margin

2012-01-24 Thread aszomor
> But this is not my case, because in footer I add just simple things like > date, page number, small text . > This example add the total number of pages only into the footer. -- Keep Your Developer Skills Current with

itext-questions@lists.sourceforge.net

2012-01-24 Thread Paulo Soares
It looks like a metadata parsing error. There is text like: mailto:jeff.sadow...@gmail.com] Sent: Tuesday, January 24, 2012 4:47 AM To: Post all your questions about iText here Subject: Re: [iText-questions] [Fatal Error] :5:68: Character reference "&# On Mon, Jan 23, 2012 at 8:36 AM, Jeff Sado

Re: [iText-questions] Antwort: Pdf Table footer and bottom margin

2012-01-24 Thread dpmihai
Only one thing to add, because I do not take widths into account. If you have a cell footer with text which has to wrap on more rows, the footer height won't be correct. But this is not my case, because in footer I add just simple things like date, page number, small text . -- View this messag

Re: [iText-questions] Antwort: Pdf Table footer and bottom margin

2012-01-24 Thread aszomor
Hi, iTextInAction2Ed.Chapter05.MovieCountries1 -> PdfPageEventHelper! Attila. Idézet (dpmihai ): > Thank you for the response. > > I choose to compute first my footer table height. > I create the document like new Document(..., BOTTOM + footerHeight); > I wrote the footer at at Y = document.bo

Re: [iText-questions] Is there a way to extract text from an image using iText

2012-01-24 Thread Balder VC
On 16/01/12 21:52, Thakur, Pramila wrote: > Hi Everyone, > > > > I wanted to know if there is a way to use iText to extract text from > images directly. No > > > > For now I am using the 2 step process. > > STEP 1: OCR the pdf files that have text as image in them (Using ABBY > Sfotware

Re: [iText-questions] bug on parsing HTML

2012-01-24 Thread Balder VC
Try XMLWorker instead. On 16/01/12 21:21, Valerie Lavilla wrote: > I'm having formatting issue on HTMLWorker. > > This one prints okay Test /> It prints the text in the center of the PDF file. > > But when I have after like this: > Test > > It's not putting the text in the center, but rather

Re: [iText-questions] Antwort: Pdf Table footer and bottom margin

2012-01-24 Thread dpmihai
Thank you for the response. I choose to compute first my footer table height. I create the document like new Document(..., BOTTOM + footerHeight); I wrote the footer at at Y = document.bottomMargin() (because this now contains the footer height set at document creation) Only one problem I encoun

Re: [iText-questions] Earliest Versions of javac to use with itext versions?

2012-01-24 Thread Balder VC
itextpdf-1.5.3.jar is mighty mighty mighty mighty old. The same counts for Java 1.3.1 and Java 6 has EOL notice on July 2012. You can't expect us to start trying out the different Java versions and itext versions compatibility. note: also IE6 has recently been declared dead by Microsoft Wit