[iText-questions] stamp.addComments() for XFDF?

2006-10-16 Thread watersjeremy
Hello, I need to merge comments (not form data) that are saved in xfdf files with a pdf file. I've done this before with fdf comment files using stamp.addComments(), and it works like a charm; but the method does not support the XfdfReader. Is there any way to do this? Thanks, Jeremy -- Thi

Re: [iText-questions] Dashed table cell border

2006-10-16 Thread vislavti
Hi YOUSUFI, Please share the code once you achieve doing this. Thanks YOUSFI wrote: > > Hi, > I'm using iText-1.4 to generate PDF files containing > tables (PdfPtable). Some of > tables I'm creating need specefic border > styles : dotted, dashed, ... > Is there a method like cell.setBorderSty

[iText-questions] hello, fop, and file size...

2006-10-16 Thread Chris Markiewicz
Hello.  I’ve been using Apache’s FOP to build dynamic PDF generation utilities for several years.  I’ve decided to look for an alternative for a handful of reasons.  Most recently, I’ve gotten some complaints from a client about the size of the generated PDF.  It’s approx 600K for a two pag

Re: [iText-questions] PDFCopy Question

2006-10-16 Thread Paulo Soares
Assemble your document with PdfCopy and then use PdfStamper to add the footers. Paulo - Original Message - From: "Patrick" <[EMAIL PROTECTED]> To: Sent: Monday, October 16, 2006 11:23 AM Subject: [iText-questions] PDFCopy Question > Hi, > > I am using PDFCopy to attach selected docum

[iText-questions] PDFCopy Question

2006-10-16 Thread Patrick
Hi,I am using PDFCopy to attach selected documents to the cover page I generate from my database data. The documents I am attaching are standard but then I need to add a footer to these documents that matches my cover page. Any idea how I would go about this. Please assist.-- Kind Regards,Patrick 

Re: [iText-questions] embed comments into a PDF file

2006-10-16 Thread Leonard Rosenthol
At 7:08 PM +0200 10/16/06, Antoine wrote: >I can't remember - are both these invisible to acrobat (no way to >access them through the gui)? If you want something that is totally invisible to the Acrobat GUI - then I would use a custom dictionary in the /Catalog with whatever you want it

[iText-questions] sign a PDF with a crypto USB token and iText

2006-10-16 Thread Whitney Geldermann
Is it possible to use iText in conjunction with a crypto USB token to sign a PDF and more specifically the GeoTrust Adobe Document Signing one? I was able to successfully sign a PDF using a typical PKCS#12, but am interesting in possibly purchasing the GeoTrust one so people can verify my i

Re: [iText-questions] Detecting and correcting page rotation?

2006-10-16 Thread Webber, David (NIH/OD) [C]
Carsten, That code sample is very helpful. Turns out on inspection that the PDF we are receiving is rotated 270' - hence we we apply rotation it ends up flipped! We're going to follow your example and only flip by 90' - should ocrect the issue. Thanks, DW -Original Message- From: Ca

Re: [iText-questions] embed comments into a PDF file

2006-10-16 Thread Webber, David (NIH/OD) [C]
Antoine, You need to have the XMP plug-in installed to see the extended XML. Default setup only allows you to see User, Description, Date, Program, that kind of stuff. So you own custom XMP will remain hidden to the typical Reader user. DW p.s. I'm a former Kent graduate myself! -Original

Re: [iText-questions] question for iText:about import imported imagewhich contains form fields

2006-10-16 Thread Webber, David (NIH/OD) [C]
If you know what the fields are that you want – then you need to hand code putting those back into the form again after the import.   Suggest you use some external layout script if you have a lot of fields – read that – setup those fields.   DW   From: [EMAIL PROTECTED] [mailt

Re: [iText-questions] embed comments into a PDF file

2006-10-16 Thread Antoine
On 16/10/06, Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > At 5:08 PM +0100 10/14/06, <[EMAIL PROTECTED]> wrote: > >I'm using iText to create PDF documents for my University project > >and this is working well. What I would like to do is "hide" > >comments into any created PDF. This is so when I

Re: [iText-questions] Barcode 128 - B

2006-10-16 Thread Zoltan Magyarosi
Hi Paulo, As I said I'm new to barcodes. I have a very basic barcode reader witch is reading the barcode and the data looks OK. I'm sending the barcode to the our customer to see if it's OK. Thank you again. zoltan On 16-Oct-06, at 11:18 AM, Paulo Soares wrote: > Barcode testing must be do

Re: [iText-questions] Barcode 128 - B

2006-10-16 Thread Paulo Soares
Barcode testing must be done with a barcode reader, just looking at the bars get you nowhere. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of mzozo > Sent: Monday, October 16, 2006 4:16 PM > To: itext-questions@lists.sourceforge.net > Sub

Re: [iText-questions] Barcode 128 - B

2006-10-16 Thread mzozo
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Zoltan Magyarosi > Sent: Thursday, October 12, 2006 8:18 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Barcode 128 - B > > Hi, > > Is it possible to create a Barc

Re: [iText-questions] embed comments into a PDF file

2006-10-16 Thread Leonard Rosenthol
At 5:08 PM +0100 10/14/06, <[EMAIL PROTECTED]> wrote: >I'm using iText to create PDF documents for my University project >and this is working well. What I would like to do is "hide" >comments into any created PDF. This is so when I parse the file >back into my reader, I will be able to pick up

Re: [iText-questions] Tiff CMYK Image Problem

2006-10-16 Thread Paulo Soares
iText doesn't change colorspaces. All images, except black and white, are multitone, there's no colorspace information in the word "multitone". You may post a link to the image or the PDF for inspection. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On

[iText-questions] Tiff CMYK Image Problem

2006-10-16 Thread Stefan Duffner
Hi, I am adding an CMYK Tiff (validated with Photoshop) with BZip compression to a PDF via iText. This is working fine, you see this image in the PDF. But if you check this pdf with a special kind of proof software called Asura, this pdf is identified as an multitone image and not as CMYK imag