[iText-questions] OT - Detecting whether a PDF page has "colour" in it

2006-07-04 Thread Antoine
Hi, I know this is not an iText question but I couldn't resist seeing there are so many masters of the pdf universe here! I need to find out whether a particular page in a pdf file has colour in it. We need to be able to analyse files to see whether they need to be printed on a b&w-only or colour c

[iText-questions] Embedding external PKCS7 Signature - Debugging...

2006-07-04 Thread Oliver Welter
Hi Folks, I have a problem with diigtal signed PDFs - here is what I want to do: I have a Java-App that calculates the hash of a PDF Document, gives this Hash to an external Application and receives a PKCS7 container with the signature back. The container has not only the sigend Hash but another

Re: [iText-questions] Getting the bytes of the digital signature ?

2006-07-04 Thread Luiz Kobayashi
Paulo, first of all, many thanks for your reply. I have been trying to do as you suggested, but I am unable to understand how to get the dictionary. I have got a new PdfReader to read it, I got its AcroFields, but while I can get its fields using getFields(), I haven't figured out how to use t

Re: [iText-questions] Put Text with absolute position. over the image.

2006-07-04 Thread Paulo Soares
You need a cell event to place the text. Paulo - Original Message - From: "Eduardo Sequero - Pujante Servicios Corporativos" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 04, 2006 6:42 PM Subject: [iText-questions] Put Text with absolute position. over the image. Hi! How can i put te

Re: [iText-questions] unknown error

2006-07-04 Thread Paulo Soares
The text matrix must be between a beginText()/endText(). Paulo - Original Message - From: "Alessandro Vincenzi" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 04, 2006 6:20 PM Subject: [iText-questions] unknown error > Hi, > > i'm an italian studend and i've used your java library itext

[iText-questions] Put Text with absolute position. over the image.

2006-07-04 Thread Eduardo Sequero - Pujante Servicios Corporativos
  Hi!   How can i put text over the image?   I want put a image into a cell of table. And in the final of code put in the pdf writer text with absolute position over the image.   Please help me and thank us.   Eduardo Sequero RodríguezDpto. InformáticaPujante Servicios CorporativosTfno: 968 2

[iText-questions] unknown error

2006-07-04 Thread Alessandro Vincenzi
Hi,i'm an italian studend and i've used your java library itext-1.4.2 for a university project (for an exam).Relly Great !!but when i open the file i've created, AcrobarReader give me an alert:   "The operation TM is not valid when out of text"it is translated from italian ... b

Re: [iText-questions] Handling first page differently than the rest

2006-07-04 Thread Bruno Lowagie
Reinout van Schouwen wrote: >Currently, I work on an application that generates a PDF with iText >where the lower 1/3 of the page is given some content. > >Now I need to find a way to extend this PDF generation in such a way that >the first page gets the fixed content we already had, but the upper

Re: [iText-questions] creating forms

2006-07-04 Thread Bruno Lowagie
jeremy wrote: >Hello, > >I am trying to create my own pdf/HTML form. > >Thanks to the API, I managed to find a way to do it in pdf using the >PdfFormField. But I was wondering if there were any way to do it for the HTML > No, forms in HTML are different from forms in PDF. iText doesn't create HTML

Re: [iText-questions] Turkish character support

2006-07-04 Thread Bruno Lowagie
Paulo Soares wrote: >If you have the right font it will work. > >>Hi, is there a way to make iText 1.4.2 support the Turkish characters? >> >> Look at the 'peace' example I demonstrated @ BarCamp Brussels: http://barcamp.forret.com/blog/2006/06/02/bruno-lowagie-itext-pdf-maelbeek-14h30/ You wi

Re: [iText-questions] Adding html text in PdfPCell

2006-07-04 Thread Paulo Soares
HTMLWorker Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Geeta Sachdeva > Sent: Tuesday, July 04, 2006 1:02 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Adding html text in PdfPCell > > To be precise, the

Re: [iText-questions] Setting a field visible

2006-07-04 Thread Paulo Soares
PdfStamper stp = ; AcroFields af = stp.AcroFields; af.SetFieldProperty("fieldname", "flags", PdfAnnotation.FLAGS_PRINT, null); stp.Close(); Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Eliasen Jan > Sent: Tuesday, July 04, 2006 1:5

Re: [iText-questions] Turkish character support

2006-07-04 Thread Paulo Soares
If you have the right font it will work. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Onur Senturk > Sent: Tuesday, July 04, 2006 1:39 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Turkish character suppor

Re: [iText-questions] Setting a field visible

2006-07-04 Thread Eliasen Jan
Hi   I am using iTextSharp - the latest version, btw... Med venlig hilsenJan Eliasen WM-dataFredrik Bajers Vej 19220  Aalborg ØstTel.: +45 9630 5800, direkte: +45 9630 5818Mobil: +45 2518 8024, fax: +45 9630 5805mailto: [EMAIL PROTECTED]http://www.

[iText-questions] Turkish character support

2006-07-04 Thread Onur Senturk
Hi, is there a way to make iText 1.4.2 support the Turkish characters?Thanks-- Onur Şentürk 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 Download IBM WebSphere Application Server v.1.0.1 based

[iText-questions] Adding html text in PdfPCell

2006-07-04 Thread Geeta Sachdeva
To be precise, the text that i want to add in the PdfPCell is of the form : Some Text There can be more html tags in this. e.g font, img etc.   Thanks, Geeta - Original Message - From: Geeta Sachdeva To: itext-questions@lists.sourceforge.net Sent: Tuesday, July 04, 2

[iText-questions] Adding html text in PdfPCell

2006-07-04 Thread Geeta Sachdeva
Hi,   Im facing problems adding certain text to PdfPCell. The text that i want to add is an html string. e.g. Some Text. Is it possible to parse this string before adding to the cell, coz otherwise this string is simply copied in the pdf file without any conversion. Waiting for a reply.   T

[iText-questions] Setting a field visible

2006-07-04 Thread Eliasen Jan
Hi   I have looked at http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg21869.html - but first of all, I think this is way to complex for my problem, and secondly, I don't understand it (There could be a connection between the fact that I don't understand it and the fact th

Re: [iText-questions] how to set pdf version of existing PDF file

2006-07-04 Thread Leonard Rosenthol
At 05:53 AM 7/4/2006, abc xyz wrote: >i want to change the pdf version of my existing file. You just want to change the version number? Why? The number is just a hint to processing software, it does NOT actually refer to the version of the contents of the document... Leonard

[iText-questions] creating forms

2006-07-04 Thread jeremy
Hello, I am trying to create my own pdf/HTML form. Thanks to the API, I managed to find a way to do it in pdf using the PdfFormField. But I was wondering if there were any way to do it for the HTML, too, and if pdf and HTML form could be build in a same way ?(like to build a Paragraph just ad

[iText-questions] Handling first page differently than the rest

2006-07-04 Thread Reinout van Schouwen
Hello all, Since I'm new to iText, I would like your advice on how to proceed with my task. Currently, I work on an application that generates a PDF with iText where the lower 1/3 of the page is given some content. Now I need to find a way to extend this PDF generation in such a way that the firs

[iText-questions] how to set pdf version of existing PDF file

2006-07-04 Thread abc xyz
hi all i want to change the pdf version of my existing file. can any one help me. i know we can do this by PdfWriter but it create new file. but i want to make changes in existing file is PdfStamper useful. if possible plz send me the code example   br sim How low will we go? Check out

Re: [iText-questions] reading postcript file contents

2006-07-04 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > Hi > > I would like to use iText to extract the text contents from the > postscript files. Is this possible? How? By contributing code that is able to parse PostScript files? (In other words: there is no such functionality in iText.) br, Bruno Using Tomcat but need

Re: [iText-questions] Bold and Chunks

2006-07-04 Thread Bruno Lowagie
Chris Rumpf wrote: >Hello, > >I'm trying to output in PDF, and I'm having trouble making my output bolded. >This only occurs inside a table. > >Header: Value is how I'm outputting, and I'd like the value to be bold. > >I've tried doing chunk("value",new font(...)) and I've tried rendering to no

Re: [iText-questions] Save a page as jpeg

2006-07-04 Thread Bruno Lowagie
Stefan Pfingstl wrote: >Hello, > >is it possible to save a single page from a >pdffile as jpeg- or gif-Image? > > No, not with iText. >I don't want to do this with ghostscript or >ImageMagick. > What about JPEDAL? br, Bruno Using Tomcat but need to do more? Need to support web services, secu

[iText-questions] Save a page as jpeg

2006-07-04 Thread Stefan Pfingstl
Hello, is it possible to save a single page from a pdffile as jpeg- or gif-Image? I don't want to do this with ghostscript or ImageMagick. Thanks for an answer... Stefan Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated tec