Re: [iText-questions] PDFs not showing up in Acrobat 5.0 but opens up in Acrobat 7.0

2006-03-01 Thread Paulo Soares
What's the Acrobat error? - Original Message - From: "Rumpa Giri" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 01, 2006 10:49 PM Subject: [iText-questions] PDFs not showing up in Acrobat 5.0 but opens up in Acrobat 7.0 We are currently facing a problem of not able to open the PDF

[iText-questions] PDFs not showing up in Acrobat 5.0 but opens up in Acrobat 7.0

2006-03-01 Thread Rumpa Giri
We are currently facing a problem of not able to open the PDF in Acrobat 5.0   But once Acrobat 7.0 is installed, we could open the PDFs just fine. Is there anyway to get around or do we have to notify users to remove Acrobat 5.0 and upgrade to Acrobat 7.0   We used itext-1.3.jar. The layout of

RE: [iText-questions] Writing an XMP Xpacket

2006-03-01 Thread Segev, Eli
-Original Message- From: bruno [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 2:29 AM To: Segev, Eli; 'itext-questions@lists.sourceforge.net' Subject: Re: [iText-questions] Writing an XMP Xpacket >Bruno, > >How can you add an XmpWriter instance to a PdfWriter? It is not a >Pdf

[iText-questions] Re: watermarks, display only on print with current timestamp

2006-03-01 Thread Carsten Hammer
For the problem of print timestamps the only solution I tested is via embedded postscript commands. Look at the attached example. This example does not work on destiller 6.0 but works on suitable printers. It prints a printer identification and the current date and time. Best regards, Carsten Ham

Re: [iText-questions] help required to create hyperlink to text in Microsoft word document using iText API

2006-03-01 Thread Mark Hall
On Wednesday 01 March 2006 15:51, Chandrasekaran Sivakolundu wrote: > The requirement is creating hyperlink. the hyperlink may be a Web URL, > folder path , Network folder path and/or File path. You need to use the Anchor class to do this: http://itextdocs.lowagie.com/tutorial/objects/anchors/inde

Re: [iText-questions] paragraph verses line...

2006-03-01 Thread bruno
Brian wrote: Is there a way... I can just change the output to write it out line by line? The reason is, in my text documents that I convert to pdf documents, we have carriage returns, however they get lost when converting to pdf. Isn't there a ColumnText example with setText in the tutorial t

[iText-questions] help required to create hyperlink to text in Microsoft word document using iText API

2006-03-01 Thread Chandrasekaran Sivakolundu
Hi all, I am working on a Java application. I need to generate Microsoft Word document as a report using iText API.. The requirement is creating hyperlink. the hyperlink may be a Web URL,  folder path , Network folder path and/or  File path. e.g 1. URL : http://www.google.com and etc. 2. Fold

Re: [iText-questions] convert annotations to FDF

2006-03-01 Thread Leonard Rosenthol
At 09:25 AM 3/1/2006, Aaron J Weber wrote: Anyway, I'd like to convert these PDF "Annotation Only" files to the FDF format, which apparently supports annot's, but I can't find any details on the specifics of the FDF-Annotation objects, nor any ideas on pulling those PDF objects and exporting th

[iText-questions] convert annotations to FDF

2006-03-01 Thread Aaron J Weber
I have some PDF files that are strictly Annot objects -- they're otherwise-blank files that just store the annots in the exact same coordinates as they should appear on the original PDF; we copy them back and forth to the original PDF to display them as necessary.   Anyway, I'd like to conver

[iText-questions] paragraph verses line...

2006-03-01 Thread Brian
Hello all, It's been a while since I worked on our project that makes use of the itext open source project. However I'm back at it. I noticed I am using paragraphs. while ((line = in.readLine()) != null) { if (srctemplate != null) { if (srctemplate.endsWith("_22")) doc.add(n

[iText-questions] paragraph verses line...

2006-03-01 Thread Brian
Hello all, It's been a while since I worked on our project that makes use of the itext open source project. However I'm back at it. I noticed I am using paragraphs. while ((line = in.readLine()) != null) { if (srctemplate != null) { if (srctemplate.endsWith("_22")) doc.add(n

Re: [iText-questions] Re: Add a stamp in a signed pdf

2006-03-01 Thread Leonard Rosenthol
At 08:51 AM 3/1/2006, Francisco JoséHernández wrote: A document certified with a signature in adobe acrobat 7.0.5. At the first signature adobe enables certify the document choosing a user certificate. OK, that's a Certified Document. A Certified PDF is something created by the Pit

Re: [iText-questions] PDFGraphics2D and Swing borders

2006-03-01 Thread Paulo Soares
- Original Message - From: "Katz, Neal" <[EMAIL PROTECTED]> To: "'Paulo Soares'" <[EMAIL PROTECTED]>; "Katz, Neal" <[EMAIL PROTECTED]>; Sent: Wednesday, March 01, 2006 1:45 PM Subject: RE: [iText-questions] PDFGraphics2D and Swing borders Is there any plan to fix this in an upcomi

RE: [iText-questions] PDFGraphics2D and Swing borders

2006-03-01 Thread Katz, Neal
Is there any plan to fix this in an upcoming release? If not, can you suggest a general strategy by which I can patch the problem? -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 6:34 AM To: Katz, Neal; itext-questions@lists.sourceforge.n

[iText-questions] Re: Add a stamp in a signed pdf

2006-03-01 Thread Francisco JoséHernández
A document certified with a signature in adobe acrobat 7.0.5. At the first signature adobe enables certify the document choosing a user certificate. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends

RE: [iText-questions] Pagevents - Watermarks

2006-03-01 Thread Kmet, Bill
I tried to use .setParameter1 on event, and I received an unresolved symbol error? > -Original Message- > From: bruno [SMTP:[EMAIL PROTECTED] > Sent: March 1, 2006 2:24 AM > Subject: Re: [iText-questions] Pagevents - Watermarks > > Kmet, Bill wrote: > > > Just to make sure I am w

Re: [iText-questions] Pagevents - Watermarks

2006-03-01 Thread bruno
Kmet, Bill wrote: I tried to use .setParameter1 on event, and I received an unresolved symbol error? Did you write a method setParameter1? If not, you mustn't be surprised you get an unresolved symbol error. I used this fake method name as an example of a method you should write. Just like you

Re: [iText-questions] itext-PDF/A-1b-XMP Metadata

2006-03-01 Thread Leonard Rosenthol
At 07:11 AM 3/1/2006, Thomas Kübler wrote: I wan't to integrate the PDF/A-1b level and for this, i have to implement some xmp-metadata, especially the version and conformance level identification, describt in ISO 19005-1. Correct, you need to support a bunch of XMP to support PDF/A-1b.

Re: [iText-questions] Re: Add a stamp in a signed pdf

2006-03-01 Thread Leonard Rosenthol
At 04:47 AM 3/1/2006, Francisco JoséHernández wrote: I got to add the stamp in a new revision without losing the validity of the signature. But if I have a certified pdf I lose the validity of it when I add the stamp. Do you mean an Enfocus Ceritified PDF or an Adobe Certified Documen

[iText-questions] itext-PDF/A-1b-XMP Metadata

2006-03-01 Thread Thomas Kübler
Hallo to all, I have question, i think that the question have nothing directly todo with itext, but there are a lot of poeple developing with PDF. I wan't to integrate the PDF/A-1b level and for this, i have to implement some xmp-metadata, especially the version and conformance level identif

Re: [iText-questions] Bugfix / Patch for ExtractAttachments

2006-03-01 Thread bruno
Eberhard Schulte wrote: But now i have two enhancements. OK, I've uploaded them to CVS. Please check if it's OK, br, Bruno --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web an

Re: [iText-questions] Re: Add a stamp in a signed pdf

2006-03-01 Thread Paulo Soares
iText doesn't support certified pdf. - Original Message - From: "Francisco JoséHernández" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 01, 2006 9:47 AM Subject: [iText-questions] Re: Add a stamp in a signed pdf I got to add the stamp in a new revision without losing the validity of

Re: [iText-questions] PDFGraphics2D and Swing borders

2006-03-01 Thread Paulo Soares
That's not fixed. It's a drawing order problem caused by create(). - Original Message - From: "Katz, Neal" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 28, 2006 10:21 PM Subject: [iText-questions] PDFGraphics2D and Swing borders Hi, I'm using an old version of iText (downloaded

Re: [iText-questions] Signed PDF using smartcard or usb key tokens

2006-03-01 Thread Paulo Soares
What's the stack trace? - Original Message - From: "Cédric Malderez" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 01, 2006 9:51 AM Subject: [iText-questions] Signed PDF using smartcard or usb key tokens Hi, I manage to sign a PDF document using a PKCS#12 containing Signer Certifi

Re: [iText-questions] Bugfix / Patch for ExtractAttachments

2006-03-01 Thread Eberhard Schulte
bruno schrieb: Eberhard Schulte wrote: Hi, use src.getParentFile().getAbsolutePath() to get the full path! This was already fixed in the CVS repository a while ago. br, Bruno Hi Bruno, next time i will look first in the CVS. But now i have two enhancements. 1. parentFile may be null, i

Re: [iText-questions] Bugfix / Patch for ExtractAttachments

2006-03-01 Thread bruno
Eberhard Schulte wrote: Hi, use src.getParentFile().getAbsolutePath() to get the full path! This was already fixed in the CVS repository a while ago. br, Bruno --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language

[iText-questions] Re: Add a stamp in a signed pdf

2006-03-01 Thread Francisco JoséHernández
I got to add the stamp in a new revision without losing the validity of the signature. But if I have a certified pdf I lose the validity of it when I add the stamp. Thank´s --- This SF.Net email is sponsored by xPML, a groundbreaking scripti

Re: [iText-questions] AllowDegradedPrinting

2006-03-01 Thread bruno
Youssef Eldakar wrote: Is AllowDegradedPrinting supposed to affect the quality of images in a PDF, or does it apply only to text? The PDF Reference doesn't mention a difference. It just says: "bit 3: Print the document (possibly not at the highest quality level, depending on whether bit 12 is

[iText-questions] Signed PDF using smartcard or usb key tokens

2006-03-01 Thread Cédric Malderez
Hi,   I manage to sign a PDF document using a PKCS#12 containing Signer Certificate & Private Key Now I'm trying to perform the same operation using a crypto token such SafeNet iKey usb key, through it's PKCS#11 API. I'm using iaik JCE & PKCS#11 Provider (and wrapper)   I've tried setting u

Re: [iText-questions] AllowDegradedPrinting

2006-03-01 Thread Leonard Rosenthol
At 03:10 AM 3/1/2006, Youssef Eldakar wrote: Is AllowDegradedPrinting supposed to affect the quality of images in a PDF, or does it apply only to text? It applies to the entire PDF as a whole. What "Low Resolution Printing" does is cause Acrobat to rasterize the PDF as a 150dp

Re: [iText-questions] Re: Add a stamp in a signed pdf

2006-03-01 Thread bruno
Francisco JoséHernández wrote: How can i create other revision whitout signing again? http://itextdocs.lowagie.com/docs/com/lowagie/text/pdf/PdfStamper.html#PdfStamper(com.lowagie.text.pdf.PdfReader,%20java.io.OutputStream,%20char,%20boolean) public PdfStamper(PdfReader reader,

[iText-questions] Re: Add a stamp in a signed pdf

2006-03-01 Thread Francisco JoséHernández
How can i create other revision whitout signing again? Paulo Soares consiste.pt> writes: > > Yes, but as another revision. > --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into

[iText-questions] AllowDegradedPrinting

2006-03-01 Thread Youssef Eldakar
Is AllowDegradedPrinting supposed to affect the quality of images in a PDF, or does it apply only to text? Also, what happens if I set both AllowPrinting and AllowDegradedPrinting? Which takes precedence? Youssef Eldakar Bibliotheca Alexandrina

Re: [iText-questions] Simple Test Fails / Debugging

2006-03-01 Thread bruno
Mark Hanfland wrote: I am running the simple Hello World example on a server and it throws no errors but contains no output. Is there a way to debug what the problem is? Only if you provide more information. I am having the same problem running Birt reports using IText on the same server