AW: [iText-questions] SeparationInfo

2005-10-26 Thread Georg Pilger
At 06:40 PM 10/25/2005, Georg Pilger wrote: >I'm searching for a solution to remove the SeparationInfo from a >PDF-File. >>Why? >>SeparationInfo is present when a document is a pre-separated >>document and should be treated as such in a given workflow. >>What sort of process are you doing that w

[iText-questions] Not map fonts to unicode

2005-10-26 Thread David Thielen
Hi; This is a java, not an iText question. But it has to do with font mapping and there are some very smart font/java people here so I figured it can't hurt to ask. I am trying to create a bitmap from a windows metafile. The problem I am having is I get a EXTTEXTOUT with a string that is a singl

RE: [iText-questions] Problem with reformatting text on the same line as a form field.

2005-10-26 Thread Leonard Rosenthol
At 10:02 AM 10/26/2005, Russell Burke wrote: That's what we are currently doing. The problem with that approach is that whenever there is a change to the text of a PDF document a developer has to get involved with modifying the XSL, XML and maybe the FOP code. I was looking for an approach wh

Re: [iText-questions] Embedding files as attachments in pdfs (anything new?)

2005-10-26 Thread Leonard Rosenthol
At 02:06 PM 10/26/2005, Antoine wrote: A few months ago I was looking for a way to embed files as attachments in pdf documents and pretty much found no way to do it. It was even pretty shakey with acrobat 7. Huh? What is wrong with the File Attachment mechanism in Acrobat 7?

Re: [iText-questions] SeparationInfo

2005-10-26 Thread Leonard Rosenthol
At 06:40 PM 10/25/2005, Georg Pilger wrote: I'm searching for a solution to remove the SeparationInfo from a PDF-File. Why? SeparationInfo is present when a document is a pre-separated document and should be treated as such in a given workflow. What sort of process a

Re: [iText-questions] Embedding files as attachments in pdfs (anything new?)

2005-10-26 Thread Paulo Soares
There's a problem with Acrobat and file attachment links. We found out that although it's possible to have an activation area anywhere, the moment it's clicked it reverts to the standard annotation and icon. Look in the mailing list for the thread "Showing filename together (clickable) with attachm

[iText-questions] Embedding files as attachments in pdfs (anything new?)

2005-10-26 Thread Antoine
Hi, A few months ago I was looking for a way to embed files as attachments in pdf documents and pretty much found no way to do it. It was even pretty shakey with acrobat 7. The problem being that I need to refer to these internal files as hyperlinks. Has this been implemented yet in iText - an

RE: [iText-questions] PdfAction with PushbuttonField doesn't want to work

2005-10-26 Thread Paulo Soares
Here's a bit of code. Modify it to fit your needs. Document document = new Document(PageSize.A4, 50, 50, 50, 50); PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStream("c:\\embimage.pdf")); writer.setPdfVersion(PdfWriter.VERSION_1_5); document.open(); PdfContentByte cb = writer.

Re: [iText-questions] Problem with reformatting text on the same line as a form field.

2005-10-26 Thread Bruno Lowagie
Russell Burke wrote: That's what we are currently doing. The problem with that approach is that whenever there is a change to the text of a PDF document a developer has to get involved with modifying the XSL, XML and maybe the FOP code. I was looking for an approach where a non developer wo

RE: [iText-questions] Problem with reformatting text on the same line as a form field.

2005-10-26 Thread Russell Burke
Title: RE: [iText-questions] Problem with reformatting text on the same line as a form field. That's what we are currently doing.  The problem with that approach is that whenever there is a change to the text of a PDF document a developer has to get involved with modifying the XSL, XML and

RE: [iText-questions] Problem with reformatting text on the same line as a form field.

2005-10-26 Thread Paulo Soares
Why don't you set the text in the XML before processing it with FOP. Makes more sense here. > -Original Message- > From: Russell Burke [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 26, 2005 2:21 PM > To: Paulo Soares; itext-questions@lists.sourceforge.net > Subject: RE: [iText-ques

Re: [iText-questions] SAXiTextHandler cannot be resolved

2005-10-26 Thread Julia
Thank you all for the big help. I downloaded the most recent version of iText.jar file. And it resolved my problem. : ) --- Paulo Soares <[EMAIL PROTECTED]> wrote: > https://sourceforge.net/project/showfiles.php?group_id=15255&package_id=12596&release_id=364783 > > - Original Message -

[iText-questions] PdfAction with PushbuttonField doesn't want to work

2005-10-26 Thread Jérome Vérité
Hi, I try to add a rendition PdfAction to a PushbuttonField. The execution of my java program do it. But when I click the button in the Pdf File, I get the message "Impossible d'effectuer l'action. Le fichier est incorrect ou requiert une version plus récente d'Acrobat." for which the translation

RE: [iText-questions] Problem with reformatting text on the same line as a form field.

2005-10-26 Thread Russell Burke
Title: Re: [iText-questions] Problem with reformatting text on the same line as a form field. Ok, fair enough, here's what I'm trying to accomplish.  Currently, we are producing PDF files using the FOP Java library.  We would like to create PDF forms containing text fields for applicant's

RE: [iText-questions] Reg: Pdf Signature Clarifications

2005-10-26 Thread Paulo Soares
Signatures require knowledge and if you don't understand what you are doing you won't get far. Post a snippet of your code and I'll see if I can correct it. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Shivakumar B > Sent: Wednesday, October 2

RE: [iText-questions] Reg: Pdf Signature Clarifications

2005-10-26 Thread Shivakumar B
Hi Paulo,         thankx for the tip, i've corrected the error & gave the exclusion range as the length of the original pdf file. Is that correct?         While putting the signature into the pdf, i gave the following command.                 dic2.put(PdfName.CONTENTS, new PdfString(out).setHexWr

RE: [iText-questions] RSA 2k

2005-10-26 Thread Paulo Soares
I don't see why it shouldn't work. Post a small complete example together with a pfx with a 2K key for inspection. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alan Klikic > Sent: Wednesday, October 26, 2005 9:57 AM > To: itext-questions@list

RE: [iText-questions] Reg: Pdf Signature Clarifications

2005-10-26 Thread Paulo Soares
Several errors: - you can only sign a field at a time. The second field must be signed in append mode. - the content "out" must have the size of the (exclusion - 2) / 2 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Shivakumar B > Sent: Wednes

RE: [iText-questions] length of page remaining

2005-10-26 Thread Paulo Soares
PdfWriter.getVerticalPosition(). Note that if you need this you may want to take care of the layout yourself. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, October 26, 2005 12:28 AM > To: itext-questions@lis

[iText-questions] RSA 2k

2005-10-26 Thread Alan Klikic
Hi. Can we sign pdf file using iText with key (size=2048 Bits). I tryed like this (part of code): ... PdfSigGenericPKCS genericPKCS = pdfSignatureAppearance .getSigStandard(); PdfLiteral pdfLiteral = (PdfLiteral) genericPKCS.get(PdfName.CONTENTS); byte[] outc = new byte[(pdf

[iText-questions] Reg: Pdf Signature Clarifications

2005-10-26 Thread Shivakumar B
Hi,         I am trying to create a Blank Signature Field for an existing pdf, later, I will fill it up with the actual signature. The following are the steps done,         1. Used PdfStamper to read the existing pdf.         2. Used PdfFormField to create the Blank Signature Field. (Set the flag