[iText-questions] Signing a PDF with Certificate in Windows Store (iTextSharp)

2007-05-10 Thread Paul
Hi, Does anyone have some sample code of how to sign a PDF using a certificate in the Windows Certificate Store (preferably in iTextSharp) using the .Net API's, etc? There is plenty of code using a pfx, but my particular app needs to use the user's certificates. I tried to base it on code along s

[iText-questions] Absolute position of Anchor object

2007-05-10 Thread Ruskin Dantra
Hi All, I have tried looking up the archives but in vain, found a few examples but most of them are so old that their links have stopped working, anyways here is the problem. I use content byte to position my text using an absolute reference on the pdf, what I want to do now is to add an hyperlin

[iText-questions] Absolute Position of Word or Phrase

2007-05-10 Thread sseif
Within Adobe Acrobat Reader, an individual can enter a search string and then Reader highlights a word in an existing document I do not control. Is it possible with iText to open an existing document and retrieve the x,y position of a given word or string? Bottom line is I want to add a specia

Re: [iText-questions] 3 miscellaneous changes

2007-05-10 Thread Paulo Soares
This is for invisible signatures, of course. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Paulo Soares > Sent: Thursday, May 10, 2007 5:27 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] 3 miscellaneo

Re: [iText-questions] 3 miscellaneous changes

2007-05-10 Thread Paulo Soares
This is quite curious but possible. The version in the CVS already creates a /DA key but I'll also create the /DR key just in case. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Robert Esterer > Sent: Thursday, May 10, 2007 4:49 PM > T

Re: [iText-questions] 3 miscellaneous changes

2007-05-10 Thread Mark Storer
It's probably filling in those entries when it opens the form ("NeedsAppearances" == true?), which is indeed a change related to form fields. The precise details are a little off, but the difference is quite understandable. If you are using the NeedsAppearances flag, you're in eel-infested wat

Re: [iText-questions] 3 miscellaneous changes

2007-05-10 Thread Robert Esterer
Sorry for the resurrection, but I stumbled upon the same issue and found out a few things: 1) Acrobat 7 and 8 display the changes differently. 7 always displays the changes as "miscellaneous" while Acobat 8 says that some are due to form filling (in case of a filled signature field). 2) The chang

Re: [iText-questions] converting PDF & RTF to TIFF-image

2007-05-10 Thread Raimi Rufai
For PDF, you might want to check out pdfbox. With some coding it might be possible. I know it's got a method to convert a page into a java BufferedImage object ... Raimi - Original Message - From: Marc Lustig <[EMAIL PROTECTED]> Date: Thursday, May 10, 2007 9:09 am Subject: [iText-quest

Re: [iText-questions] R: R: converting PDF & RTF to TIFF-image

2007-05-10 Thread Bruno Lowagie (iText)
Pileggi Matteo wrote: > Sorry! Though it was in Italian, your French is pardoned ;-) br, Bruno - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your

[iText-questions] R: R: converting PDF & RTF to TIFF-image

2007-05-10 Thread Pileggi Matteo
I'm wrong reply email. Sorry! -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Pileggi Matteo Inviato: giovedì 10 maggio 2007 15.40 A: Post all your questions about iText here Oggetto: [iText-questions] R: converting PDF & RTF to TIFF-image Ecco la risp

[iText-questions] R: converting PDF & RTF to TIFF-image

2007-05-10 Thread Pileggi Matteo
Ecco la risposta (e non l'ha manco cazziato!) -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Bruno Lowagie (iText) Inviato: giovedì 10 maggio 2007 15.37 A: Post all your questions about iText here Oggetto: Re: [iText-questions] converting PDF & RTF

Re: [iText-questions] converting PDF & RTF to TIFF-image

2007-05-10 Thread Bruno Lowagie (iText)
Marc Lustig wrote: > Hi, > > we need to read existing PDF- and RTF-files and save them as TIFF-images. > Can anybody give us a hint if this is possible with iText? It's not possible with iText. br, Bruno - This SF.net email

[iText-questions] converting PDF & RTF to TIFF-image

2007-05-10 Thread Marc Lustig
Hi, we need to read existing PDF- and RTF-files and save them as TIFF-images. Can anybody give us a hint if this is possible with iText? Marc - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE

Re: [iText-questions] Excluding PushButtonField From Post Parameters

2007-05-10 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > submitField.setAction(PdfAction.createSubmitForm(url,null,PdfAction.SUBMIT_HTML_FORMAT)); > > > How do I exclude this field from the POST request? Putting it > another way, I just want my checkbox fields to appear in the request > parameter map on the server. You us

Re: [iText-questions] IText and xml

2007-05-10 Thread Bruno Lowagie (iText)
david allen wrote: > I just need to understand how you map an xml document to actual java calls. I usually write a SAX Handler. It's the fastest way I know (both to program it, and to do the parsing). br, Bruno - This SF.net

Re: [iText-questions] Drawing lines in a Table

2007-05-10 Thread Bruno Lowagie (iText)
ashok wrote: > Hi > > I have drawn a created a table using PdfPTable class. > After creating a table, I need to draw lines in each row of the table. > > How to do it ? Please help Search for cell events (chapter 10 in the book). br, Bruno

[iText-questions] Drawing lines in a Table

2007-05-10 Thread ashok
Hi I have drawn a created a table using PdfPTable class. After creating a table, I need to draw lines in each row of the table. How to do it ? Please help Regards Ashok - This SF.net email is sponsored by DB2 Express Down

[iText-questions] ExceptionConverter: java.io.IOException: Bad file descriptor while printing simultaneously

2007-05-10 Thread Navin Kumar
Hi, The issue got resolved by changing from iText-1.02b.jar iText 1.2.jar as per the link below: http://article.gmane.org/gmane.comp.java.lib.itext.general/12724/match=b ad+file+descriptor Is there any other concurrency issues with iText? Thanks in advance. Regards Navin *

[iText-questions] Excluding PushButtonField From Post Parameters

2007-05-10 Thread christopher . a . cranston
I'm submitting a PDF form via a POST request much like the example given in figure 15.9 of the iText book: PushbuttonField submitButton = new PushbuttonField(pdfContentByte.getPdfWriter(),r,"submitButton"); ... PdfFormField submitField = submitButton.getField(); submitField.setAction(PdfAction.c

Re: [iText-questions] IText and xml

2007-05-10 Thread david allen
Thank you for your reply. I actually have to create pdf files and need to insert text, image and annotations and so on. I just need to understand how you map an xml document to actual java calls. So once the xml has been parsed do you use reflection to map an xml tag like to pdfBuilder.addImage(

Re: [iText-questions] Section numbering style

2007-05-10 Thread Bruno Lowagie (iText)
Vladislav Guskov wrote: > Does iText have a setting which regulates enabling/desabling of the > last dot? No, but you could probably subclass Chapter and Section so that it does. (I'll have a look at it as soon as I find the time.) br, Bruno --

Re: [iText-questions] itext with gcj (Eclipse GCJBiuilder plugin)

2007-05-10 Thread Bruno Lowagie (iText)
> It seems, hat the gcj has a problem with synchronized blocks and doesn’t > know javax.xml package. I fear you'll have to make your own sized down version of iText in order to compile it with GCJ (you're allowed to do so if you follow the license). br, Bruno

Re: [iText-questions] Regarding Crop Functinality in PDF

2007-05-10 Thread Bruno Lowagie (iText)
Swapna wrote: > > Hi, > > We are new to itext ,and we are using it in our projects. > My question is how we can get the crop functionality in PDF Do you mean you want to set the CropBox in existing PDF files? Or do you want to specify the CropBox in a newly created PDF file? What do you me

Re: [iText-questions] Question on itext

2007-05-10 Thread Bruno Lowagie (iText)
PR, Rajesh (GE Infra, Energy) wrote: > Hi, > > We are extensively using itext in our projects. Then you're probably making a lot of money using our free software. Fortunately if you're extensively using iText you have bought many copies of my book. Oh wait, you didn't, because if you did, y

Re: [iText-questions] ExceptionConverter:java.io.IOException:Thedocument has no pages.

2007-05-10 Thread Bruno Lowagie (iText)
Feld, David E wrote: > Yeah, I am talking to IBM about this. When I was doing the building of > the itext jar, I had to get the following additional jars in order to > get the successful build, do you guys know if those were built with JDK > 1.4 version as well? > > bc.jar, NOT NEEDED: bc.jar is

[iText-questions] Regarding Crop Functinality in PDF

2007-05-10 Thread Swapna
Hi, We are new to itext ,and we are using it in our projects. My question is how we can get the crop functionality in PDF If anyone can provide a sample implementation, that would be great. Regards, Swapna M "The information contained in this communication is intended solely for t

Re: [iText-questions] Can I combine 2 different PDF files to single PDF file?

2007-05-10 Thread Bruno Lowagie (iText)
Srinivas wrote: > Can I combine 2 different PDF files to to single PDF file using itext api? Of course you can. > Please help me in this. Please read chapter 2 of the book 'iText in Action' to find out which of all the manipulation classes is best suited for your requirements (because there's no