Re: [iText-questions] Getting PDF from a revision

2006-07-12 Thread Wahaj Khan
inal Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] On > > > Behalf Of Wahaj Khan > > > Sent: Tuesday, July 11, 2006 6:20 PM > > > To: itext-questions@lists.sourceforge.net > > > Subject: Re: [iText-questions] Getting

Re: [iText-questions] Getting PDF from a revision

2006-07-12 Thread Wahaj Khan
eRange(). > > Paulo > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Wahaj Khan > > Sent: Tuesday, July 11, 2006 6:20 PM > > To: itext-questions@lists.sourceforge.net > > Subject: Re: [iText-quest

Re: [iText-questions] Getting PDF from a revision

2006-07-12 Thread Wahaj Khan
eRange(). > > Paulo > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Wahaj Khan > > Sent: Tuesday, July 11, 2006 6:20 PM > > To: itext-questions@lists.sourceforge.net > > Subject: Re: [iText-quest

Re: [iText-questions] Getting PDF from a revision

2006-07-12 Thread Paulo Soares
ns] Getting PDF from a revision > > > > Yes I can, see attached PDF document. I am using iText-paulo > > 154. Also when > > I call > > m_objAcroFields.signatureCoversWholeDocument(str_FieldName) I am > > getting false. > > > > Regards, > >

Re: [iText-questions] Getting PDF from a revision

2006-07-12 Thread Wahaj Khan
.close(); } Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Wahaj Khan > Sent: Tuesday, July 11, 2006 12:11 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Getti

Re: [iText-questions] Getting PDF from a revision

2006-07-10 Thread Paulo Soares
Can you verify that revision in Acrobat? Paulo - Original Message - From: "Wahaj Khan" <[EMAIL PROTECTED]> To: Sent: Monday, July 10, 2006 8:25 PM Subject: [iText-questions] Getting PDF from a revision > Hi All, > > I am trying get a PDF which was actually

[iText-questions] Getting PDF from a revision

2006-07-10 Thread Wahaj Khan
Hi All, I am trying get a PDF which was actually signed using the function: objAcroFields.extractRevision(SignatureFieldName) I am able to get the inputStream but when I am reading this stream I get: java.io.EOFException at com.lowagie.text.pdf.RandomAccessFileOrArray.readFully(RandomAccessFileO

[iText-questions] Getting PDF from a revision

2006-07-10 Thread Wahaj Khan
Hi All, I am trying get a PDF which was actually signed using the function: objAcroFields.extractRevision(SignatureFieldName) I am able to get the inputStream but when I am reading this stream I get: java.io.EOFException at com.lowagie.text.pdf.RandomAccessFileOrArray.readFully(RandomAccessFileO

[iText-questions] Getting pdf

2005-06-16 Thread massimo scs-computers
Goodmorning, I have a question on itext reading. It's possible get a Pdf page like a java Image or Canvas just for capture it !? Tanks a lot and excuse me for my "not perfect " english. --- SF.Net email is sponsored by: Discover Easy Linux

Re: [iText-questions] Getting PDF structure

2004-11-11 Thread Leonard Rosenthol
At 10:44 AM 11/11/2004, Robert Hostetter wrote: I am trying to write a PDF to SVG or PDF to XAML (not sure which I will be using) converter. Then iText isn't for you... Check out Multivalent (http://multivalent.sourceforge.net), as it has all the parsing pieces (including content)

[iText-questions] Getting PDF structure

2004-11-11 Thread Robert Hostetter
I am trying to write a PDF to SVG or PDF to XAML (not sure which I will be using) converter. I tried writing my own PDF parser, but dang it is really quite hard. I stumbled upon itext. It looks like it is possible to take a pdf and create an RTF, or HTML, or XML file, but I don't understand how