Re: [iText-questions] Value Calculations in PDF with Itext

2006-09-14 Thread bruno
jr wrote: > I have an order form which our customers fill out. There is a > textfield which is left blank at the time of pdf creation. Once it is > given to our sales they input the price and the pdf is updated with a > total price, subtotal and final order price. Can I embed these > formul

[iText-questions] Value Calculations in PDF with Itext

2006-09-14 Thread jr
I have an order form which our customers fill out.  There is a textfield which is left blank at the time of pdf creation.  Once it is given to our sales they input the price and the pdf is updated with a total price, subtotal and final order price.  Can I embed these formulas into the pdf w

Re: [iText-questions] Problem with certified signing a pdf

2006-09-14 Thread Paul van der Linden
I didn't think it wasn't a problem with acrobat reader, because I tested it on two computers. I had installed 7, so that's not the problem, I think there were some bugs in this first version, I was using 7.0.0 on both computers, I've installed the 7.0.8 version and now it validated fine. Paulo

Re: [iText-questions] Specifying paper tray in a PDF file

2006-09-14 Thread Leonard Rosenthol
At 7:36 AM +1000 9/13/06, Gregory Chompff wrote: >In postscript it is possible to specify paper tray (as MediaType). >Is it possible to use the iText API to specify a paper tray for each >page? PDF doesn't support such things, as they are "device DEPENDANT", and the P in PDF standards f

Re: [iText-questions] Valid PDF File

2006-09-14 Thread Leonard Rosenthol
At 3:15 PM + 9/12/06, Jaco Breytenbach wrote: >How dow determine if an input file is a valid pdf file(Acrobat will be able to >open it completely). > the only reliable way would be to run the PDF through a complete PDF validation tool such as PDFSpy or PDF Appraiser from Apago (http:

Re: [iText-questions] replace font (iText)

2006-09-14 Thread Paulo Soares
It can be done with BaseFont.getDocumentFonts(). This will get you the font name and the reference to the font dictionary. From there on refer to the PDF reference to add the actual font stream to the font descriptor. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL

Re: [iText-questions] Unrecognized Token

2006-09-14 Thread gats
Thx a lot, the problem was not iText but the System Administrator and his FTP. Gustavo On Thu, 14 Sep 2006 09:17:12 -0400 <[EMAIL PROTECTED]> wrote: > yes, me too. but in the production system the error raise. In other machines > (2 more) i haven't problems. > > > > On Thu, 14 Sep 2006

Re: [iText-questions] Unrecognized Token

2006-09-14 Thread gats
yes, me too. but in the production system the error raise. In other machines (2 more) i haven't problems. On Thu, 14 Sep 2006 12:03:43 +0100 "Paulo Soares" <[EMAIL PROTECTED]> wrote: > I've just created an handout with your file without any problems. > > Paulo > >> -Original Message---

Re: [iText-questions] replace font (iText)

2006-09-14 Thread bruno
Varjas Tibor wrote: > Hello Bruno! > > I generate PDF files from my application using iText v1.4.4. > But I have a problem, with Hungarian (my language) character code > (with special letters). > The special letters shows correcly if I embed the font into pdf file. OK, that's what you should d

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

2006-09-14 Thread bruno
Tollefsrud, Kjetil wrote: >Sounds good enough for me. Thx for your patience! > Thanks for YOUR patience. iText 1.4.5 is now online. Note that it takes a while before the release is forwarded to all the SourceForge mirrors. best regards, Bruno --

Re: [iText-questions] extract the stamped image from pdf

2006-09-14 Thread jerry
hi, How to extract the images(stamped) in pdf files? thanks and regards jerry - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your

Re: [iText-questions] Unrecognized Token

2006-09-14 Thread Paulo Soares
I've just created an handout with your file without any problems. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Thursday, September 14, 2006 12:09 AM > To: Post all your questions about iText here > Subject: Re

Re: [iText-questions] pict file

2006-09-14 Thread narendra babu
i should open the .pict file and take out the ICC profile out and also the image data with the size. i want to know what comments are inbetween the profile and data. also how to know whether the image data is compressed or no.Rüdiger Kaatz <[EMAIL PROTECTED]> wrote: I don't know if I understand yo

Re: [iText-questions] pict file

2006-09-14 Thread Rüdiger Kaatz
I don't know if I understand your question fully, but maybe this helps: /** * @param name fully qualified file name, for example "logo.bmp" * @return an itext-image read from classpath * @throws BadElementException * @throws IOException * */

[iText-questions] pict file

2006-09-14 Thread narendra babu
can any body please help me in extractint the image data to a buffer from the pict file Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW--

Re: [iText-questions] extract the stamped image from pdf

2006-09-14 Thread bruno
jerry wrote: > if you select "Advanced" and then "Export All Image" it will save all > the embedded images in full resolution". Are you talking about Acrobat now? Please clarify. >i have to extract embedded images using itext how to do that. > Define 'embedded'. Do you mean Image XObjects? Inl

Re: [iText-questions] Problem with certified signing a pdf

2006-09-14 Thread Paulo Soares
It looks like an internal error. Note that iText certified docs will only work with Acrobat 7. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Paul van der Linden > Sent: Thursday, September 14, 2006 8:44 AM > To: Post all your questions

Re: [iText-questions] extract the stamped image from pdf

2006-09-14 Thread jerry
bruno lowagie.com> writes: > > jerry wrote: > > >hi, > > > > how to extract the stamped images from pdf using itext.i will be very > >thankfull to u if u Provide me a sample code.forgive me if this is a repeated > >question. > > > Not sure what you mean by stamped images. > Images added

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

2006-09-14 Thread Tollefsrud, Kjetil
Sounds good enough for me. Thx for your patience! BR -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av bruno Sendt: 14. september 2006 11:38 Til: Post all your questions about iText here Emne: Re: [iText-questions] PfdPCell rotation: Missing text Tollefsru

Re: [iText-questions] extract the stamped image from pdf

2006-09-14 Thread bruno
jerry wrote: >hi, > > how to extract the stamped images from pdf using itext.i will be very >thankfull to u if u Provide me a sample code.forgive me if this is a repeated >question. > Not sure what you mean by stamped images. Images added with PdfStamper, yeah? Take a look at the ImageXRefV

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

2006-09-14 Thread bruno
Tollefsrud, Kjetil wrote: >Same thing happens when I run the application as non web app. I tried to >attach the iText.jar file for you to try, but message returned "< >outbound-relay4.comendo.com #5.0.0 X-Postfix; message size 1897763 exceeds >size limit 1048576 ofserver mail.sourceforge.ne

[iText-questions] extract the stamped image from pdf

2006-09-14 Thread jerry
hi, how to extract the stamped images from pdf using itext.i will be very thankfull to u if u Provide me a sample code.forgive me if this is a repeated question. Thanks and Regards, jerry. - Using Tomcat but nee

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

2006-09-14 Thread Tollefsrud, Kjetil
Same thing happens when I run the application as non web app. I tried to attach the iText.jar file for you to try, but message returned "< outbound-relay4.comendo.com #5.0.0 X-Postfix; message size 1897763 exceeds size limit 1048576 ofserver mail.sourceforge.net[66.35.250.206]>" Is it possi

Re: [iText-questions] Problem with certified signing a pdf

2006-09-14 Thread Paul van der Linden
My code, maybe that's makes it clearer: import com.lowagie.text.Rectangle; import com.lowagie.text.pdf.PdfReader; import com.lowagie.text.pdf.PdfSignatureAppearance; import com.lowagie.text.pdf.PdfStamper; import java.io.FileInputStream; import java.io.FileOutputStream; import java.security.KeySto

Re: [iText-questions] iText and JavaME

2006-09-14 Thread bruno
David Thielen wrote: > Hi; > Will iText run under JavaME? Any limitations? Hi David, for further reference, I post the contents of a mail sent to me privately to the list; you will find all contact details in your personal INBOX. br, Bruno This is what somebody sent me: Hi Bruno, <>We had cont

Re: [iText-questions] Problem with certified signing a pdf

2006-09-14 Thread Paul van der Linden
Yes, that's the problem, can't find that error code anywhere. bruno wrote: > Paul van der Linden wrote: > > >> 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

Re: [iText-questions] iText and JavaME

2006-09-14 Thread bruno
David Thielen wrote: > Hi; > > Will iText run under JavaME? Any limitations? Lots of them, but a Dutch guy working on an SAP project has managed to make a JavaME version of iText. I don't remember his name, but if I find his mail address I'll send it to you privately. br, Bruno ---

Re: [iText-questions] Problem with certified signing a pdf

2006-09-14 Thread bruno
Paul van der Linden wrote: >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

Re: [iText-questions] How to do multi points curve

2006-09-14 Thread bruno
Raymond Leong wrote: > 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. ap

Re: [iText-questions] iText Acknowledgements

2006-09-14 Thread bruno
Pierre Olivier PARIZE wrote: >Nobody can help! The mistake is always here!!! > ??? I don't understand what you mean by that, but... maybe that's just me. br, Bruno - Using Tomcat but need to do more? Need to support web servi

Re: [iText-questions] iText Acknowledgements

2006-09-14 Thread Pierre Olivier PARIZE
Nobody can help! The mistake is always here!!! POP -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Bruno Lowagie Envoyé : mercredi 13 septembre 2006 14:34 À : 'itext-questions@lists.sourceforge.net' Objet : [iText-questions] iText Acknowledgements Hello