[iText-questions] Saving a PDF form (Was: Re: Re :Re: Unable to use Corporate Certificate)

2009-06-23 Thread Bruno Lowagie
sachin wrote: Hi i am sachin. You don't understand the concept of a mailing list. You're posting a reply to a thread with a question that isn't related to the Subject: of the thread. i have generated editable pdf using itext. Wrong again. There's no such thing as an editable PDF. I'm

Re: [iText-questions] Re :Re: Sign a PDF using a scanned signature

2009-06-23 Thread Alexis Pigeon
Hi sachin, 2009/6/23 sachin sachinr_b...@rediffmail.com hi i am sachin. i have generated editable pdf using itext. i can't save the pdf along with contents in system. how to do that? please help me. I already replied to you personnally, I do so now on the list, with your private address in

Re: [iText-questions] Where is iText In Action Code Samples Zip File?

2009-06-23 Thread Bruno Lowagie
Alexis Pigeon wrote: 2009/6/23 1T3XT info i...@1t3xt.info mailto:i...@1t3xt.info Yes, there is. D'oh! ;-) You know what's frustrating: I received 8 reviews on Amazon. 5 five star reviews, 1 four star review and... 2 two star reviews. Both reviewers who gave me only two stars claimed they

[iText-questions] Multi-Column-Layouts with tagmaps and xml

2009-06-23 Thread Caliban279
Hello Mailing-List! I am trying to use iText and it seems that the possibilty of using tagmaps and xml-content to generate pdf fits, excelent for me. I tested the example of the pageevents-chapter (http://itextdocs.lowagie.com/tutorial/directcontent/pageevents/index.php) and it works nice.

[iText-questions] iText: email links problem

2009-06-23 Thread Bezsmertnyi, Denys
Hello Guys, I have problem with iText. In java code I have footerCell.addElement(new Chunk(customer.t...@sc.com) .setAction(new PdfAction(mailto:customer.t...@sc.com;))); And as a result But if I change cursor position email becomes is broken.

[iText-questions] Re : Saving a PDF form (Was: Re: Re :Re: Unable to use Corporate Certificate)

2009-06-23 Thread sachin
ok. On Tue, 23 Jun 2009 09:03:17 +0200 Post all your questions about iText here wrote sachin wrote: gt; Hi i am sachin.You don't understand the concept of a mailing list. You're posting a reply to a thread with a question that isn't related to the Subject: of the thread.gt; i

[iText-questions] Document is damaged and needs repair on PDF/X-1a (2001) Profile

2009-06-23 Thread djan_adi
Hi folks, I am having an issue with IText PDF generator which I can't explain. When I generate the PDF file and open it in Adobe Acrobat Professional Extended, in the Preflight section I get an error - Document is damaged and needs repair, and PDF document is not compliant with PDF/X-1a (2001).

[iText-questions] How to get content bytes from signed PDF file

2009-06-23 Thread Dimiter Nikolov
I have signed PDF document. I have to get its content bytes. I've tried to remove the signature, but the result file is not equal to the file that was signed. Any suggestions ? Thanks in advance, Dimitar. --

Re: [iText-questions] Color Separations from PDF

2009-06-23 Thread vnug
Thanks, Leonard for the response. Much appreciated. I will start looking at the options you have mentioned. At this point, I believe we can't afford Adobe LiveCycle. So, we have the work cut out to see how the other options you mentioned will get the job done. Like you said we will start looking

[iText-questions] Problems with new itext 2.1.6

2009-06-23 Thread Tobias van Treeck
Hi, before upgrading to the new itext i ran all my junit tests and with the new version some of those failed. The exeption is a Nullpointer in the Class: PdfStamperImp.class Method: close(HashMap moreInfo) Line: 216 if (oldInfo != null) producer = oldInfo.getAsString(PdfName.PRODUCER).value;

[iText-questions] Re : Re : Saving a PDF form (Was: Re: Re :Re: Unable to use Corporate Certificate)

2009-06-23 Thread sachin
Hi i have adobe reader installed. but still i am not able to save the pdf contents.On 23 Jun 2009 08:03:08 - Post all your questions about iText here wrote ok. On Tue, 23 Jun 2009 09:03:17 +0200 Post all your questions about iText here wrote sachin wrote: gt; Hi i am sachin.You

Re: [iText-questions] Problems with new itext 2.1.6

2009-06-23 Thread Bruno Lowagie
Tobias van Treeck wrote: My PDF doesn't have a producer thus 'null' is returned and accessing that with .value returns a Nullpointer. Did that part change since 2.1.5? Yes, seems like I'll have to provide a 2.1.7 version because in the meanwhile I also fixed a rowspan problem that made

Re: [iText-questions] Re : Re : Saving a PDF form (Was: Re: Re :Re: Unable to use Corporate Certificate)

2009-06-23 Thread Bruno Lowagie
sachin wrote: Hi i have adobe reader installed. but still i am not able to save the pdf contents. Of course not! You probably didn't understand my earlier response. You need Adobe Acrobat (not just Adobe Reader) to be able to save a PDF form. Or your PDF needs to be Reader Enabled. br, Bruno

[iText-questions] Custom Headers in iText PDF

2009-06-23 Thread remarkjk
Hello, I have a question in regards to headers for iText. I am trying to write a custom header to the first page and a 'default' header to every other page. The header on the first page will always be larger in size (height) than the default one. I am NOT using document.setHeader( header

Re: [iText-questions] How to get content bytes from signed PDF file

2009-06-23 Thread Leonard Rosenthol
What do you mean by content bytes? In PDF signature terminology, that would mean the bytes between as the value of /Contents in the signature dictionary. Is that what you meant? If not, then what?? Leonard On 6/23/09 5:40 AM, Dimiter Nikolov dmnikolo...@yahoo.com wrote: I have signed

Re: [iText-questions] How to get content bytes from signed PDF file

2009-06-23 Thread Dimiter Nikolov
I mean - the content over which the hash sum (for the signature) is calculated. --- On Tue, 6/23/09, Leonard Rosenthol lrose...@adobe.com wrote: From: Leonard Rosenthol lrose...@adobe.com Subject: Re: [iText-questions] How to get content bytes from signed PDF file To: Post all your

[iText-questions] PdfAnnotation : Horizontal ScrollBar

2009-06-23 Thread Aristeas
hi all, Someone know how i can add an horizontal scrollbar at my PdfAnnotation ? Thks -- View this message in context: http://www.nabble.com/PdfAnnotation-%3A-Horizontal-ScrollBar-tp24167337p24167337.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] How to get content bytes from signed PDF file

2009-06-23 Thread Leonard Rosenthol
The range of bytes over which the hash is calculated is stipulated in the value of the /ByteRange key in the signature dictionary, as defined in ISO 32000-1. Leonard On 6/23/09 11:44 AM, Dimiter Nikolov dmnikolo...@yahoo.com wrote: I mean - the content over which the hash sum (for the

Re: [iText-questions] PdfAnnotation : Horizontal ScrollBar

2009-06-23 Thread Leonard Rosenthol
What type of annotation do you have where such a thing would make sense?? Leonard On 6/23/09 11:38 AM, Aristeas truci...@yahoo.fr wrote: hi all, Someone know how i can add an horizontal scrollbar at my PdfAnnotation ? Thks -- View this message in context:

Re: [iText-questions] How to get content bytes from signed PDF file

2009-06-23 Thread Andreas Kuehne
Hi Dimiter, it's still true what Leonard has written ... it's all in the examples, books, FAQ, .. But another option I could offer : Forget about details, download our sirius signing server ( http://sourceforge.net/projects/sirius-sign/ ) and sign your documents ! Greetings Andreas

[iText-questions] SELF_SIGNED or WINCER_SIGNED?

2009-06-23 Thread Samuel Joseph
Can you let me know how to use the external signature i.e. corporate certificate to sign and certify the document? Should I be using SELF_SIGNED mode or the WINCER_SIGNED mode? I exported our corporate certificate into PFX format and importing inthe code as specified in the examples. When I

Re: [iText-questions] How to get content bytes from signed PDF file

2009-06-23 Thread jessie williams
Remove Sent from my handheld - Original Message - From: Leonard Rosenthol lrose...@adobe.com To: Post all your questions about iText here itext-questions@lists.sourceforge.net Sent: Tue Jun 23 10:09:44 2009 Subject: Re: [iText-questions] How to get content bytes from signed PDF file The

Re: [iText-questions] SELF_SIGNED or WINCER_SIGNED?

2009-06-23 Thread Paulo Soares
You should use WINCER_SIGNED. As for the error a line number is required. Paulo -Original Message- From: Samuel Joseph [mailto:bdb_...@hotmail.com] Sent: Tuesday, June 23, 2009 5:54 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] SELF_SIGNED or

Re: [iText-questions] Where is iText In Action Code Samples ZipFile?

2009-06-23 Thread Carballo, Efrain
Thanks to all who helped clarify the location of the examples downloadable archive. -Original Message- From: Bruno Lowagie [mailto:br...@lowagie.com] Sent: Tuesday, June 23, 2009 12:08 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Where is iText In

Re: [iText-questions] SELF_SIGNED or WINCER_SIGNED?

2009-06-23 Thread Samuel Joseph
Paulo Soares psoares at glintt.com writes: You should use WINCER_SIGNED. As for the error a line number is required. Paulo Thank you Paulo. I am using iText2.1.3. I will download the sources and try to recreate the issue with debug information. I will let you know. -Sam

Re: [iText-questions] SELF_SIGNED or WINCER_SIGNED?

2009-06-23 Thread Paulo Soares
We can only look at issues with the latest release 2.1.6. Paulo - Original Message - From: Samuel Joseph bdb_...@hotmail.com To: itext-questions@lists.sourceforge.net Sent: Tuesday, June 23, 2009 6:34 PM Subject: Re: [iText-questions] SELF_SIGNED or WINCER_SIGNED? Paulo Soares psoares

[iText-questions] PDFContenByte out of sync?

2009-06-23 Thread pocketom
I have the following problem: I've created a Graph2D class that should be used to draw a simple graph from a list of points: public class Graph2D { /** origin's coordinates (bottom left edge of the graph object)*/ private Point2D origin; // TODO set origin to layer around

Re: [iText-questions] PdfAnnotation : Horizontal ScrollBar

2009-06-23 Thread Aristeas
hi, I need horizontal scrollbar at PdfAnnotation.createText, for exemple. (but also TextField) Because i have a lot of texte to show. In fact I would prefer to have a PdfPtable annotation but it seems very difficult. Thks What type of annotation do you have where such a thing would make

Re: [iText-questions] SELF_SIGNED or WINCER_SIGNED?

2009-06-23 Thread Samuel Joseph
Paulo Soares psoares at glintt.com writes: We can only look at issues with the latest release 2.1.6. Paulo I had a missing bouncy castle library which I imported in the classpath and I no longer see that exception. Thank you. I am still getting the pop-up. I guess it would happen since I

Re: [iText-questions] PdfAnnotation : Horizontal ScrollBar

2009-06-23 Thread Leonard Rosenthol
Sounds like what you really want is a text field (AcroForm field - Annotation type, Widget). Leonard On 6/23/09 2:27 PM, Aristeas truci...@yahoo.fr wrote: hi, I need horizontal scrollbar at PdfAnnotation.createText, for exemple. (but also TextField) Because i have a lot of texte to show.

Re: [iText-questions] PDFContenByte out of sync?

2009-06-23 Thread Mark Storer
Your random number generator is using the current time in milliseconds as your seed value. If the seed value is always the same, the output will always be the same. So if all your pages are generated within 1 millisecond (or within whatever resolution the system's timer is via that function,

Re: [iText-questions] Problem with rowspan: Cell height not adjusted

2009-06-23 Thread be
Hi Bruno, is it possible for you, to have a look at it? Is this a known problem (version 2.1.6) or made by design? I think, the problem is the internal setLeading calculation. It needs some additional space to avoid the overlapping of the previous paragraph. Thanx. Bernd

[iText-questions] How to inject a pdf from a url in to a document in construction

2009-06-23 Thread forusenet01
iText-2.0.7 While creating a pdf file, i need to inject another pdf into the document at a certain point. Cant seem to figure out how to include the file. Thanks. code ByteArrayOutputStream baos = new ByteArrayOutputStream(); Document document = new Document(PageSize.LETTER); PdfWriter

Re: [iText-questions] How do I extract the tag tree from an existing pdf using itext

2009-06-23 Thread Mike Marchywka
Date: Tue, 23 Jun 2009 17:16:53 -0500 From: To: itext-questions@lists.sourceforge.net Subject: Re: How do I extract the tag tree from an existing pdf using itext I started reading the PDF Reference/ISO 32000 and I downloaded a copy of PDF

Re: [iText-questions] How do I extract the tag tree from an existing pdf using itext

2009-06-23 Thread Leonard Rosenthol
I ran our structure validator on the files and they pass just fine. Leonard On 6/23/09 6:16 PM, Dustin Michaels dmicha...@msfw.com wrote: I started reading the PDF Reference/ISO 32000 and I downloaded a copy of PDF can opener to view the structure of a tagged PDF that we created a few weeks

[iText-questions] Stamping template to multiple pages

2009-06-23 Thread Jason Berk
Hello all, I'm really stuck on this one... I need to create two reports for an account: an e version and a print version. Each version as some content that's specific to that version. For instance, the print version is printed on preprinted stock that has our logo in the corner already.

[iText-questions] Fw : Re : Re : Saving a PDF form (Was: Re: Re :Re: Unable to use Corporate Certificate)

2009-06-23 Thread sachin
hi all,i am sachin. i have generated an pdf acroform. The contents of that pdf i can't save, but i want to save the contents along with form as a .pdf file in my system once pdf form gets filled. I have adobe reader installed.Please solve this problem.---BeginMessage--- Hi i have adobe reader

[iText-questions] Re :Re: Re : Re : Saving a PDF form (Was: Re: Re :Re: Unable to use Corporate Certificate)

2009-06-23 Thread sachin
ok. But Is it possible to programmatically making the pdf reader enable?On Tue, 23 Jun 2009 15:18:38 +0200 Post all your questions about iText here wrote sachin wrote: gt; Hi i have adobe reader installed. but still i am not able to save the gt; pdf contents.Of course not! You probably

Re: [iText-questions] Re :Re: Re : Re : Saving a PDF form (Was: Re: Re :Re: Unable to use Corporate Certificate)

2009-06-23 Thread mister bean
Sachin: PLEASE do some research before immediately posting another question on the same topic. If you search the archives for reader enabled, you will find the following discussion: http://www.nabble.com/reader-enabled-PDF-for-saving-form-data-td19431612.html It tells you exactly what Bruno

Re: [iText-questions] Stamping template to multiple pages

2009-06-23 Thread Jason Berk
this is what I get for pulling an all-nighter... I assume I should do something like this: ByteArrayOutputStream out = new ByteArrayOutputStream(pass1.size() + 10); PdfReader r = new PdfReader(new ByteArrayInputStream(pass1.toByteArray())); PdfStamper s = new PdfStamper(r, out); //create

[iText-questions] email links problem

2009-06-23 Thread Bezsmertnyi, Denys
Hello Guys, I have problem with iText. In java code footerCell.addElement(new Chunk(customer.t...@sc.com) .setAction(new PdfAction(mailto:customer.t...@sc.com;))); And as a result But if I change cursor position email becomes broken. Do you