[iText-questions] Problem with istance of different module

2008-12-05 Thread Giovanni Virdis
Hi, I have the following problem In my pdf file i have created in my pdf I have created a module, by a botton I create more istance of this module and I save a field that counts the number of istance. The module contain another module , and I can create by a button more istance. How

[iText-questions] Enabling PDFs for Commenting?

2008-12-05 Thread Matthias Uhler
Hi, is it possilble to enable PDFs for commenting with iText? Thanks for reply, Matthias -- View this message in context: http://www.nabble.com/Enabling-PDFs-for-Commenting--tp20851645p20851645.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] TimeStamp Verification

2008-12-05 Thread Edward Perez
How can i verify a timestamp that´s inside a Pdf document with iText? I have been looking over the web, but i didnt find any solution. Does anybody know how to do this? Edward. -- SF.Net email is Sponsored by MIX09,

Re: [iText-questions] iText invisible annotation

2008-12-05 Thread Leonard Rosenthol
No, there is not. There is a dictionary called OCProperties in the catalog which stores the global list of OCGs. Look at the APIs for getting the catalog, then adding your own dictionaries, strings, etc. Leonard On Dec 4, 2008, at 6:34 PM, Sankha Subhra Dey wrote: You are correct, but

[iText-questions] Antwort: Enabling PDFs for Commenting?

2008-12-05 Thread Benjamin Rein
Hi Matthias, the short answer is no. For a detailed explanation look at Re: [iText-questions] HELP PLEASE! PdfReader.removeUsageRights(). It was posted yesterday at 8:25 p.m. by Paulo ([EMAIL PROTECTED]). Best Regards, Benjamin Matthias Uhler [EMAIL PROTECTED] 05.12.2008 11:58 Bitte

Re: [iText-questions] XFA in PDFs

2008-12-05 Thread Ekstrom, Max
I've opened the resulting document in various versions of PDF Reader, including Acrobat 9, to no avail. Perhaps the way I'm using the XFA API is incorrect: XfaForm xfaForm = stamper.getAcroFields().getXfa(); ... xfaForm.setDomDocument(toDom(newXml)); xfaForm.setChanged(true);

Re: [iText-questions] [SPAM] Antwort: Enabling PDFs for Commenting?

2008-12-05 Thread Diana Almeida
Hello Actually, it seems to be possible... Not for comment with Adobe Reader but for Foxit. Here's what i did, following the answers to my questions. I used Pdf Reader reader = new PdfReader(file_with_restritions.pdf); PdfEncryptor.encrypt ( reader, new

Re: [iText-questions] iText invisible annotation

2008-12-05 Thread Sankha Subhra Dey
Yes we are talking about the same thing :P As I said, OCP = Optional Content Properties = OCProperties. I tend to shorten it up when referring to it. Anyway, if someone could please tell me what's wrong with my invisible annotation code, or point me to an example to add a Private section to the

[iText-questions] Is iTextSharp kept up to date with iText?

2008-12-05 Thread David Thielen
It looks like it is but I figure better to check. thanks - dave -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help

[iText-questions] Possible encoding problem using PdfCopyFields

2008-12-05 Thread aj2patte
Hi, I'm trying to concatenate two existing PDF documents together and then deliver the resulting PDF through a web application. To concatenate the existing PDFs I use: PdfReader reader1 = new PdfReader(coverFile); PdfReader reader2 = new PdfReader(contentFile); PdfCopyFields copy = new

Re: [iText-questions] Is iTextSharp kept up to date with iText?

2008-12-05 Thread Paulo Soares
It's two versions late but it will be synchronized in February (time permits). Paulo -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2008 3:27 PM To: itext Subject: [iText-questions] Is iTextSharp kept up to date with iText? It looks

[iText-questions] Concatinating PDFs

2008-12-05 Thread hma
Hi All, I have a requirement which I am working on to concatinate PDFs: The two sources are: (A) HTML (B) Jasper report Document A is converted to PDF and B is exported as PDF, each having one page. I have done successful merge of both into third PDF document having two pages using iText API.

[iText-questions] iText EPS support

2008-12-05 Thread rumen varbanov
Hello Leonard, Thank you for your message! Do iText supports SVG and/or EMF? I try to make from a pool foreign PostScript jobs a PDF. BR! rumen -Urspr?ngliche Nachricht- Von: Leonard Rosenthol [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 04. Dezember 2008 07:58 An: Post all your

[iText-questions] Not enough space during creating a newPdfReader-Instance - problem found

2008-12-05 Thread Brauchart Elmar e1-solutions
FYI: We are using JRE with 3gigs of memory on our production system. The error occurs in JRE-Method - we assume the memory mapping returns an int above 2gig which is not correctly specified as unsigned integer and so becomes negative. Starting the jre with less than 2gigs works. Elmar

[iText-questions] iText question

2008-12-05 Thread guitar
Please help if you can answer this question. I need iText for a specific purpose. I need to pick apart PDF documents and analyze the content of a PDF for possibly unintentionally included sensitive information. I need to find an API that has a complete set of packages/classes which will

[iText-questions] Auto fit text to table height

2008-12-05 Thread Philsor
Is there an easy way to make the text inside a table stretch out so that it autofits the exact table height just like you can set it to add extra space between words to fit the exact table column width? I have text combined with pictures and I don't want the pictures to stretch just the spacing

[iText-questions] QR Barcodes

2008-12-05 Thread Mike Smith
Hi - I am wondering if QR barcode support might be possible with iText? We'd in particular like to use in conjunction with the xmf add-on to pdftk developed by chicks. Thanks. Mike Smith [EMAIL PROTECTED] +1 (902) 405-4756. *** Barcodes: iText also comes with a number of classes that

Re: [iText-questions] Problems with getPageNumber

2008-12-05 Thread Dominic Maricic
Anyone have any ideas here? This is really holding me back right now! Thanks. Dominic Maricic wrote: Hi Guys, I've been using iText for years (using the latest version right now) and have had one problem that's occasionally occured. I finally sat down and tried to figure the

Re: [iText-questions] XFA in PDFs

2008-12-05 Thread Leonard Rosenthol
Can you post a sample? Leonard On Dec 5, 2008, at 9:33 AM, Ekstrom, Max wrote: I've opened the resulting document in various versions of PDF Reader, including Acrobat 9, to no avail. Perhaps the way I'm using the XFA API is incorrect: XfaForm xfaForm = stamper.getAcroFields().getXfa();

Re: [iText-questions] iText EPS support

2008-12-05 Thread Leonard Rosenthol
Yes, iText supports both. Leonard On Dec 4, 2008, at 6:06 PM, rumen varbanov wrote: Hello Leonard, Thank you for your message! Do iText supports SVG and/or EMF? I try to make from a pool foreign PostScript jobs a PDF. BR! rumen -Urspr?ngliche Nachricht- Von: Leonard Rosenthol

Re: [iText-questions] iText question

2008-12-05 Thread mister bean
The broad answer to your question is iText can pull apart a PDF into its elements, but that probably won't solve your probem. PDF files do not necessarily contain text in a sequential order. The text can be written as one glyph (letter) at one point and then the remaining characters as a series