[iText-questions] reading data and icc profile from PICT file

2006-09-13 Thread narendra babu
hello,   i want to read the data and icc profile from the PICT file. what is the comment that i should search for inbetween the data and icc. also if the data is RGB then where in the file do i get the data size(W*H) Find out what India is talking about on - Yahoo! Answers India Send

[iText-questions] Problem with certified signing a pdf

2006-09-13 Thread Paul van der Linden
Hi, I want to use itext for signing a pdf. When I sign it with itext, and import the certificate in adobe, the signature is validating. When I just at this instruction: sap.setCertified(true). so the pdf can't be edited without the signature removed. The problem is, when I do that, I get the follo

[iText-questions] How to do multi points curve

2006-09-13 Thread Raymond Leong
Hi,    I need to draw a smooth curve that consists of multiple points. I am current using curveTo() which only support 3 points, and links them (multiple curveTo functions ) together.  The output doesn't look good or acceptable because the curve is not smooth, i.e. appear as straighline.  I wonder

[iText-questions] iText and JavaME

2006-09-13 Thread David Thielen
Hi;   Will iText run under JavaME? Any limitations?   thanks - dave- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Down

Re: [iText-questions] Unrecognized Token

2006-09-13 Thread gats
yes, i thought the same, but the original PDF doesn't seem have a problem I am ataching it note: in the other similar systems it works, the problem is that in the main system not work. On Wed, 13 Sep 2006 15:49:33 -0700 "Mark Storer" <[EMAIL PROTECTED]> wrote: It looks like the second pa

Re: [iText-questions] Unrecognized Token

2006-09-13 Thread Mark Storer
It looks like the second page you're importing is from a PDF that has some problems, and it's passing those problems on to you... that or the page import process has a nasty bug in it. Here's some content from right before and at the start of the errors: --- 0 Tc (DE ) Tj 0 -13.92 TD (IND

Re: [iText-questions] PDF searchable image

2006-09-13 Thread Paulo Soares
It's possible if you have the text and position information provided from the OCR. Paulo - Original Message - From: "Jonathan Fullam" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 13, 2006 8:38 PM Subject: [iText-questions] PDF searchable image > Hello, > > Is it possible to crea

Re: [iText-questions] Unrecognized Token

2006-09-13 Thread gats
yes, sorry, you're right itext-1.4.3 Adobe Acrobat Reader 7.0 i am ataching the PDF and the source code of Servlet Thank you very much On Wed, 13 Sep 2006 14:00:24 -0700 "Mark Storer" <[EMAIL PROTECTED]> wrote: You've got to give us more to go on than that... What's giving the error messa

Re: [iText-questions] Unrecognized Token

2006-09-13 Thread Mark Storer
You've got to give us more to go on than that... What's giving the error message? What version of iText are you using? And a copy of the problem PDF is always helpful. --Mark Storer Senior Software Engineer Cardiff.com #include typedef std::Disclaimer DisCard; > -Original Messag

[iText-questions] PDF searchable image

2006-09-13 Thread Jonathan Fullam
Hello,Is it possible to create a PDF document with itext that is a PDF Searchable Image (Exact) ?  This is what Adobe Capture does to create an image of an entire scanned page with text that has been run through OCR hidden behind, creating a searchable PDF from a scanned document.I know that itext

[iText-questions] Unrecognized Token

2006-09-13 Thread gats
I installed in 3 different machines an application that insert Text to PDF using PDF Templates and DirectContent like as an Example in the tutorial. It's a Web Application that merge pdf and text on Server and display it from a Servlet. But in a HP-UX, with WebSphere 5.1, i receive an error Un

Re: [iText-questions] PDF to PDF

2006-09-13 Thread Paulo Soares
iText supports public key signatures but doesn't support public key encryption. I'm not sure what you are referring to. Paulo - Original Message - From: "Armour, David L" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 13, 2006 7:05 PM Subject: [iText-questions] PDF to PDF Hi I a

[iText-questions] PDF to PDF

2006-09-13 Thread Armour, David L
Title: Message Hi   I am working on a project where we have a repository of millions of existing PDF documents.  There is a need now to share these with a larger audience.  Previously none of these documents were secured with any PDF functions at all.  I am wondering whether it is possible t

Re: [iText-questions] Corrupt PDF Files

2006-09-13 Thread Mark Storer
We could use more information:   What do you mean by "merge"?  Combine a PDF with an FDF, or concatinate two (or more) PDFs? What version of iText are you using?     A copy of your corrupt PDF would be helpful too.   --Mark Storer   Senior Software Engineer   Cardiff Software #include ty

Re: [iText-questions] Valid PDF File

2006-09-13 Thread Mark Storer
There is no official PDF validator. The defacto validator is Acrobat itself. I take it that you're generating the PDF with iText? Does iText open it successfully as well? "Round tripping" is a fairly good test for 'syntax errors' like the one you're encountering. --Mark Storer Senior Softw

Re: [iText-questions] PfdPCell rotation: Missing text

2006-09-13 Thread Paulo Soares
Works for me. Test it first in netbeans just in case your webserver is using some other iText jar in the classpath or has it cached somewhere. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tollefsrud, Kjetil > Sent: Wednesday, Septembe

Re: [iText-questions] PfdPCell rotation: Missing text

2006-09-13 Thread Tollefsrud, Kjetil
Hello. Sorry to bother you again! I follow these steps: 1. Download the 1.4.4 source. 2. Unzip the source files. 3. Open the source as a Netbeans(5.0) project. 4. Download and replace the PdfPRow.java file. The release version is 1.73. The cvs-file is 1.75. 5. Run the "jar"-target from the build.

[iText-questions] iText Problem with Table.setTableFitsPage()

2006-09-13 Thread Marcus Gotze
Hello all, I created a pdf document with three tables in it. The third table should appear on one page. So i set the Table.setTableFitsPage() to true. But when i create the document again, the table is split into two parts and is displayed on two pages. Thanks, marcus --

[iText-questions] iText Acknowledgements

2006-09-13 Thread Bruno Lowagie
Hello all, many of you have already received a personalized mail asking you to visit this page: http://itext.ugent.be/library/acknowledgements.php This page contains a list of all the people who have ever contributed source code, a bugfix,... It is important to me that this list is as correct as

Re: [iText-questions] Fw: java.lang.UnsupportedOperationException:

2006-09-13 Thread Paulo Soares
Did you read the exception text? Did you look at the tutorial examples on PdfStamper? Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of selvi > Sent: Wednesday, September 13, 2006 7:45 AM > To: itext > Subject: [iText-questions] Fw: > java

Re: [iText-questions] Middle Alignment with ColumnText

2006-09-13 Thread Paulo Soares
You want a PdfPTable. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Develop > Sent: Tuesday, September 12, 2006 8:09 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Middle Alignment with ColumnText > > Hi, >

Re: [iText-questions] distributing true type fonts

2006-09-13 Thread Paulo Soares
Give the package path to the font "foo/bar/baz/fonts/arial.ttf". You must register the fonts one by one, registerDirectory() only works with real files. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of CG > Sent: Tuesday, September 12, 2006 9: