Re: [iText-questions] Copy a image from one PDF to another.

2010-11-05 Thread Patrik Sandberg
Hi Mark! Much appreciated! It worked like a charm. You just saved me lots and lots of time. :) /Patrik Date: Thu, 4 Nov 2010 12:35:31 -0700 From: msto...@autonomy.com To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Copy a image from one PDF to another.

Re: [iText-questions] Enabling comments in iText?

2010-11-05 Thread 1T3XT info
On 5/11/2010 4:54, Full Name wrote: Hi, I am using the java itext software to generate a pdf file using the following abbreviated command. java -cp itext.jar ...PhotoAlbum filename.pdf My question is that I want to be able to add comments to the pdf once I open the file. Is there an

[iText-questions] Saving editable form of manipulated PDF

2010-11-05 Thread Thorsten Schlathoelter
Hi, I have the following problem: We want to modify an existing Pdf-Form by adding pages. After modification the Pdf should still be savable by the user. The process is as follows: 1. Our application presents a dialog to the user in which he can choose how many attachment pages he wants to

Re: [iText-questions] Saving editable form of manipulated PDF

2010-11-05 Thread 1T3XT info
On 5/11/2010 9:35, Thorsten Schlathoelter wrote: It would be great if somebody with experience could confirm that there is definitely no way to accomplish this task. I think you're trying to do something that is impossible with third party software (and by third party software I mean: software

[iText-questions] Fwd: iText in Action, Second Edition - Manning ebook delivery

2010-11-05 Thread benmil...@yahoo.com
Just purchased the book. However, cannot find any reference to how to use with Xcode, objective-c, etc despite seeing a post by 1t3xt which alluded that the book discussed. Not looking for a refund. Just help. Did I just miss it? If not do you know how to do this? Or is there a port? Or

[iText-questions] [Book] iText in Action, 2nd Edition

2010-11-05 Thread Philip Chan
I have an O'Reilly Safari Online account and at the moment only the 1st edition of the book is available. Can someone tell me when, if at all, will the 2nd edition of the book be available from O'Reilly Sarfari Online? Thanks. Philip C.

Re: [iText-questions] HeaderFooter class

2010-11-05 Thread 1T3XT info
On 5/11/2010 0:35, malikqa...@gmail.com wrote: Hi, I am using 5.0.4 verson source for iText. i do not find the HeaderFooter class in it. Any help from your side on this issue? If you found documentation about using the HeaderFooter class, throw it away, don't look at it, forget about it. The

Re: [iText-questions] [Book] iText in Action, 2nd Edition

2010-11-05 Thread Bruno Lowagie
On 5/11/2010 0:27, Philip Chan wrote: I have an O’Reilly Safari Online account and at the moment only the 1^st edition of the book is available. Can someone tell me when, if at all, will the 2^nd edition of the book be available from O’Reilly Sarfari Online? Thanks. I'm surprised to hear that

Re: [iText-questions] Fwd: iText in Action, Second Edition - Manning ebook delivery

2010-11-05 Thread 1T3XT info
On 5/11/2010 3:37, benmil...@yahoo.com wrote: Just purchased the book. However, cannot find any reference to how to use with Xcode, objective-c, etc despite seeing a post by 1t3xt which alluded that the book discussed. I don't remember saying anything about Xcode and objective-C, I've never

Re: [iText-questions] Rich media annotation activation

2010-11-05 Thread die_ekschperten
I have read these docs a hundreds time, but everything I have found about that was on page 79/80 (keywords RichMediaActivation/RichMediaDeactivation). My code (see below) creates an embed flash which is activated automatically, BUT: When I flip the page, the flash app reloads (!). So I thought,

Re: [iText-questions] Rich media annotation activation

2010-11-05 Thread 1T3XT info
On 5/11/2010 10:39, die_ekschper...@arcor.de wrote: I have read these docs a hundreds time, but everything I have found about that was on page 79/80 This isn't an iText related problem, is it? It's a question about the way Rich Media Annotations containing a Flash application interact with

Re: [iText-questions] Rich media annotation activation

2010-11-05 Thread Leonard Rosenthol
Annotations are associated with pages - so when you switch pages, the annotations switch. What are you trying to achieve? A document level SWF? Leonard -Original Message- From: die_ekschper...@arcor.de [mailto:die_ekschper...@arcor.de] Sent: Friday, November 05, 2010 4:39 AM To:

Re: [iText-questions] Fwd: iText in Action, Second Edition - Manning ebook delivery

2010-11-05 Thread Leonard Rosenthol
iText is a Java-based library and there is no Java for iOS. So how would you expect to use it - unless you planned to use some sort of Java compiler?!?! From: benmil...@yahoo.com [mailto:benmil...@yahoo.com] Sent: Thursday, November 04, 2010 9:37 PM To: itext-questions@lists.sourceforge.net

[iText-questions] Access to previous signatures in a pdf

2010-11-05 Thread P3d3r0s0
Hello, I was wondering if theres a way to access previously created signatures of a pdf. Right now i know how to get the names of the signatures, but i don't know how (if possible) to access those signatures visibility state (visible or not in the document) or the name of the person who made the

Re: [iText-questions] Access to previous signatures in a pdf

2010-11-05 Thread mkl
Pedro, P3d3r0s0 wrote: I was wondering if theres a way to access previously created signatures of a pdf. Right now i know how to get the names of the signatures, but i don't know how (if possible) to access those signatures visibility state (visible or not in the document) or the name of

Re: [iText-questions] Rich media annotation activation

2010-11-05 Thread die_ekschperten
Damn, how can I directly post my message to one of your posts? Sorry, I do not understand how these mailing lists work... Annotations are associated with pages - so when you switch pages, the annotations switch. What are you trying to achieve? A document level SWF? Leonard Yes, this would be

Re: [iText-questions] Access to previous signatures in a pdf

2010-11-05 Thread P3d3r0s0
Hey Michael, thanks for the tips, unfortunatly i don't have the book, i had already inspected the PdfDictionary methods by looking at the API (http://api.itextpdf.com/com/itextpdf/text/pdf/PdfDictionary.html) but i can't find anything regarding visibility and signer's name. Ideally i would need

Re: [iText-questions] Rich media annotation activation

2010-11-05 Thread Leonard Rosenthol
At this time, PDF doesn't support such a thing. If you can email me (leona...@adobe.com) more details about your specific use case, I'd be happy to discuss possible solutions going forward. Leonard -Original Message- From: die_ekschper...@arcor.de [mailto:die_ekschper...@arcor.de]

Re: [iText-questions] HeaderFooter class

2010-11-05 Thread 1T3XT info
On 5/11/2010 14:43, Malik Mohiuddin Quadri wrote: Is book available as eBook on internet to buy? Yes: http://affiliate.manning.com/idevaffiliate.php?id=223_212 -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

Re: [iText-questions] [Book] iText in Action, 2nd Edition

2010-11-05 Thread Bruno Lowagie
On 5/11/2010 0:27, Philip Chan wrote: I have an O’Reilly Safari Online account and at the moment only the 1^st edition of the book is available. Can someone tell me when, if at all, will the 2^nd edition of the book be available from O’Reilly Sarfari Online? Thanks. FYI, this is the answer I

[iText-questions] Pdfptable with unicode problem

2010-11-05 Thread Tri Truong
Hello everyone, I have a problem with pdfptable My pdfptable have unicode characters (utf-8) and when export to pdf some characters missing.I print the pdfptable out the screen and it ok but when I use document.add(table) the problem generate. Anyone can help me about this problem. Thank you so

Re: [iText-questions] Pdfptable with unicode problem

2010-11-05 Thread Mark Storer
Search this list for font and encoding problems. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; DisclaimerCardiff DisCard = null; From: Tri Truong [mailto:tritruong1...@gmail.com] Sent: Friday,

Re: [iText-questions] Enabling comments in iText?

2010-11-05 Thread Mark Storer
Sounds like you want to reader-enable the PDF. You can only do that with Adobe Acrobat. $$$ --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; DisclaimerCardiff DisCard = null; -Original Message- From: Full Name [mailto:s...@myway.com] Sent:

Re: [iText-questions] Pdfptable with unicode problem

2010-11-05 Thread 1T3XT info
On 5/11/2010 16:38, Tri Truong wrote: Hello everyone, I have a problem with pdfptable My pdfptable have unicode characters (utf-8) and when export to pdf some characters missing.I print the pdfptable out the screen and it ok but when I use document.add(table) the problem generate. Anyone can

Re: [iText-questions] Enabling comments in iText?

2010-11-05 Thread 1T3XT info
On 5/11/2010 18:20, Mark Storer wrote: Sounds like you want to reader-enable the PDF. You can only do that with Adobe Acrobat. $$$ Seems like I completely misunderstood the question. Mark is correct. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

[iText-questions] rgb transparency blending space

2010-11-05 Thread Adam Mork
HI, I thought I had figured out my problem with the RGB transparency blending space, but I was mistaken. I have a PNG image that when output in the PDF it shows up alot lighter in color. I tried setting the blending space to be RGB and it still shows up washed out. Anyone know why this is

Re: [iText-questions] rgb transparency blending space

2010-11-05 Thread Leonard Rosenthol
Has nothing to do with transparency. You are using ICCBased colors (which is good), but with two different rendering intents. You need to make sure you use the right intent. From: Adam Mork [mailto:ad...@windward.net] Sent: Friday, November 05, 2010 1:20 PM To:

Re: [iText-questions] Access to previous signatures in a pdf

2010-11-05 Thread mkl
Pedro, P3d3r0s0 wrote: thanks for the tips, unfortunatly i don't have the book, i had already inspected the PdfDictionary methods by looking at the API (http://api.itextpdf.com/com/itextpdf/text/pdf/PdfDictionary.html) but i can't find anything regarding visibility and signer's name.