[iText-questions] maybe miss 1 line in ant/compile.xml

2009-11-12 Thread Lee, Dio
I 'm using iText-src-2.1.7 and Linux FC6, I met the error when "ant jar", and fixed it here comes the patch #diff -u ant/compile.xml ant/compile.xml.debug --- ant/compile.xml 2009-11-13 14:11:12.0 +0800 +++ ant/compile.xml.debug 2009-11-13 14:10:24.0 +0800 @@ -97,6 +97,

[iText-questions] reg: The private key generation.

2009-11-12 Thread Gauravk Tyagi
Dear All, i actually want to create my own private key and certificate which i would use to sign an adobe eForm.but i am stucked here in even generating the key.Any hint or guidance will be highly appreciated. This code is giving the error as: Exception in thread "main" java.security.NoSuchPro

Re: [iText-questions] columns borders

2009-11-12 Thread 1T3XT info
lester fajardo wrote: > Hello. > > I am putting text into a pdf using columns, using multicolumnText object > and paragraphs, but have not found any property to set border width to > the columns, i mean i want a line drawn for each column not just the > separating space. There's no such proper

[iText-questions] columns borders

2009-11-12 Thread lester fajardo
Hello. I am putting text into a pdf using columns, using multicolumnText object and paragraphs, but have not found any property to set border width to the columns, i mean i want a line drawn for each column not just the separating space. MultiColumnText columns = new MultiColumnText();

Re: [iText-questions] Small problem with PdfPCell spanning more thanone page

2009-11-12 Thread Paulo Soares
It may be a rounding bug. Please post the complete code required to generate the PDF ([Shortened for brevity] is not very useful and the devil is always in the details). Paulo - Original Message - From: "Brian Lovett" To: Sent: Thursday, November 12, 2009 5:24 PM Subject: [iText-ques

[iText-questions] Small problem with PdfPCell spanning more than one page

2009-11-12 Thread Brian Lovett
Hey Guys, I am using iTextSharp 4.1.6.0. I noticed that when a PdfPCell contains text that forces it to span multiple pages, if the final line of text before the page break falls in just the right place, that line will be repeated on the next page (generic sample attached). I worked around it

Re: [iText-questions] iText tutorial problem: Page x of y Example correction

2009-11-12 Thread 1T3XT info
Wain, Matthew wrote: > Hi Bruno/Paulo (or mailing list users whom it may concern): > > As people are not to keen to be contacted directly, I've had to post > this here, so apologies if it's wrong in advance This is the right place. Thanks for the correction. However: > // starting on p

Re: [iText-questions] How to remove the "background" of an Acroform with iText

2009-11-12 Thread Mark Storer
If all you want is the form fields, you can go into each page's PdfDictionary and chop out PdfName.CONTENTS and PdfName.RESOURCES. You'll want to do this in PdfReader and then call removeUnusedObjects(). Only after you've yanked out everything you don't want do you create a Stamper. PdfReader

[iText-questions] iText tutorial problem: Page x of y Example correction

2009-11-12 Thread Wain, Matthew
Hi Bruno/Paulo (or mailing list users whom it may concern): As people are not to keen to be contacted directly, I've had to post this here, so apologies if it's wrong in advance (as I'm not registered with the mailing list yet). This is not a question, I'm merely trying to be helpful with peop

Re: [iText-questions] add bookmark at runtime

2009-11-12 Thread lester fajardo
well, i just can say "Thanks" your help made me reach my goal. just one thing, i didnt expect from you to code it for me, i just wanted a hint, you could said "hey, you can achieve that with outlines !!" and i would be read everything about outlines. btw, putting aside all this, i share your tho

Re: [iText-questions] How does the ETSI TS 102 778-4 PAdES-LTV DSS mechanism work in Adobe Acrobat Reader 9.2?

2009-11-12 Thread Francisco Leong
Thanks. Yes, Andreas. I know about it. In fact, offline OCSP works if i don't add the embedded OCSP information to the DSS and leave only the OCSP info in the signature only. Francisco - Original Message Hi Francesco, my favourite pitfall with offline OCSP is the nextUpdate-Value in

Re: [iText-questions] iText form manipulation : Acroform of XFA...

2009-11-12 Thread Leonard Rosenthol
XFA is NOT an Adobe only product, there are other companies that offers XFA-based solutions. However, I am not aware of any open-source libraries in this area. iText has limited support for XFA (mostly reading & writing it as a blob), but since it is XML you can do most things outside of iText a

Re: [iText-questions] iText form manipulation : Acroform of XFA...

2009-11-12 Thread 1T3XT info
Smicky wrote: > Hi, > > I need to generate PDF documents and want to use a form as a template. Just > like the IText "accreditation card" exemple. I will then fill fields and > merge PDF & form to produce a PDF server side. > > So far, I've played with Acroforms with success but I miss some forma

[iText-questions] iText form manipulation : Acroform of XFA...

2009-11-12 Thread Smicky
Hi, I need to generate PDF documents and want to use a form as a template. Just like the IText "accreditation card" exemple. I will then fill fields and merge PDF & form to produce a PDF server side. So far, I've played with Acroforms with success but I miss some formating options I've tried to

Re: [iText-questions] How does the ETSI TS 102 778-4 PAdES-LTV DSS mechanism work in Adobe Acrobat Reader 9.2?

2009-11-12 Thread Andreas Kuehne
Hi Francesco, my favourite pitfall with offline OCSP is the nextUpdate-Value in the OCSP response. If it's 'null' ( what's the default value for many OCSP responders ) the Reader ignores it. Greetings Andreas - Original Message From: Francisco Leong To: itext-questions@lists.sour

Re: [iText-questions] Drawing pie, bar charts using iText

2009-11-12 Thread Paulo Soares
That's better done with JFreeChart. See https://sourceforge.net/projects/jfreechart/files/2.%20Documentation/Version%200.8.1/jfreechart2pdf-v2.pdf/download. Paulo - Original Message - From: "Thilip Kumar S" To: Sent: Thursday, November 12, 2009 9:16 AM Subject: [iText-questions] Drawi

[iText-questions] How does the ETSI TS 102 778-4 PAdES-LTV DSS mechanism work in Adobe Acrobat Reader 9.2?

2009-11-12 Thread Francisco Leong
Hello,   I am trying to implement the ETSI TS 102 778-Part 4, related to the extension of Long Term Validation of Signatures using iText. It consists of adding a Document Security Store (DSS) to the catalog. I THINK I've successfully added DSS and related members by modifying iText's source code

[iText-questions] Drawing pie, bar charts using iText

2009-11-12 Thread Thilip Kumar S
Can anyone give me some examples of drawing pie, bar charts in PDF using iText? Thanks in advance. This electronic mail (including any attachment thereto) may be confidential and privileged and is intended only for the individual or entity named above. Any unauthorized use, printing, copying

[iText-questions] Barcode and stamper

2009-11-12 Thread John Renfrew
I have spent the last week following the examples and book and have lots of success creating a barcode in a single cell using writeselectedrows in a writer, and I am able to place a barcode using column text in a stamper... I have got to adding text using settextmatrix AND barcode in columntext int

Re: [iText-questions] How to remove the "background" of an Acroform with iText

2009-11-12 Thread 1T3XT info
Smicky wrote: > I thought I could copy the acroform and insert it on a blank pdf page Oops, I just checked; it's in iText 2.1.7. So you can use PdfCopyForms... -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -

Re: [iText-questions] How to remove the "background" of an Acroform with iText

2009-11-12 Thread 1T3XT info
Smicky wrote: > I thought I could copy the acroform and insert it on a blank pdf page or > something The class PdfCopyForms was created for that purpose, but it's not released yet. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

[iText-questions] How to remove the "background" of an Acroform with iText

2009-11-12 Thread Smicky
Hi, To build an acroform, I started from an existing PDF and used Acrobat pro to put fields on it. The existing PDF is what I call here the "background" (not sure if there is a better terminology) For my projet I need to generate : - A PDF, flattened, with the fields filled with dynamic data: t