Re: [iText-questions] Concatenating PDF's as ByteArrayInputStream's

2008-07-31 Thread 1T3XT info
ek1975 wrote: > I have to read a database file and fill in a PDF template form which has > fields defined and upload this completed PDF into a table. Can the PDF be flattened, or do you still need the form after filling? (This is important, see later.) > And using PDFStamper and Acrofield classes

Re: [iText-questions] How to set data in rtf document?

2008-07-31 Thread soumyanil
I don't need to add or remove cells i just need to place text in cells but my problem is drawing checkboxes .I have done it with PDF using acroforms,Now I need it to do with rtf.I can build rtf forms with iText w/O checkboxes and even it is not exact as given.I have attached an file of sample form

Re: [iText-questions] How to set data in rtf document?

2008-07-31 Thread soumyanil
Actually I want to do it like Acroforms where ,You can getField and setField is there any way to do it in rtf documents! soumyanil wrote: > > Hi friends, > I have a rtf document can anyone suggest how to set data in cells of an > rtf document?Is there any way? > Thanks in advance.. > Regards

[iText-questions] Concatenating PDF's as ByteArrayInputStream's

2008-07-31 Thread ek1975
Hello guys, I am new to Java and iText, so I would appreciate if you could throw me some pointers. I have to read a database file and fill in a PDF template form which has fields defined and upload this completed PDF into a table. So I read the template PDF form using: PdfReader reader = new Pdf

Re: [iText-questions] rotating ColumnText

2008-07-31 Thread Bil Corry
1T3XT info wrote on 7/31/2008 3:00 AM: > Bil Corry wrote: >> Any ideas where I'm going wrong? I'm using iText v1.4.1 (old, I know). > > Your code looks OK on first sight, but to be sure, > it would be better if you provide a small standalone > example that reproduces the problem. > > Here you c

[iText-questions] Code Sample: Ruby Java Bridge, page x of y footer, buffered table rows

2008-07-31 Thread Michael Luu
Hi all, First off, I just want to thank the authors/contributers of iText for a great (and free!) PDF generation library. I'm working on a Ruby on Rails reporting project with a requirement to generate PDF versions of our reports. Below is a sample of ruby code which illustrates iText funct

Re: [iText-questions] PdfImportedPage and getPageSize vs. getPageSizeWithRotation in the constructor.

2008-07-31 Thread 1T3XT info
Scott Cupp wrote: > Hello, > > I have an application that takes a source PDF in, and scales it to some > predefined sizes. I'm doing this by creating a new document, and then > grabbing each page from the source PDF, and adding it to the output > document. Recently, I encountered a title tha

[iText-questions] PdfImportedPage and getPageSize vs. getPageSizeWithRotation in the constructor.

2008-07-31 Thread Scott Cupp
Hello,   I have an application that takes a source PDF in, and scales it to some predefined sizes.  I'm doing this by creating a new document, and then grabbing each page from the source PDF, and adding it to the output document.  Recently, I encountered a title that uses the Rotate directive i

Re: [iText-questions] Form flattening & over content

2008-07-31 Thread Leonard Rosenthol
What you need is redaction. Redaction is a VERY complex process and not something easily built using iText or other similar libraries. There are, however, various commercial solutions that can do this job... Leonard On Jul 30, 2008, at 11:41 PM, Alex Wibowo wrote: > Gday, > > > I have a PDF

Re: [iText-questions] Signing with setCertificationLevel broken in iText2.1.3

2008-07-31 Thread Bruno Lowagie
Paul Ryan wrote: > Thanks for the response Bruno, and best wishes to yourself and family. Sorry for the delayed reply (I've been ill and stuff). Thanks for: > I've attached 3 sample files. >(1) Leave Form 4.pdf >(2a) Leave Form 4_cert_itext212u.pdf >(2b) Leave Form 4_cert_itext213.p

[iText-questions] Attachment or Embed file to RTF doc

2008-07-31 Thread santosh
Hi, How to attach or embed the file to RTF doc using itext? Could any one provide the solution for me? From last one month I am trying. Thanks in advance Thanks, Santosh - This SF.Net email is sponsored by t

Re: [iText-questions] Please help

2008-07-31 Thread Ning Zhao
Hi Yong, your error log's implication is quite apparant. By all means switch to a JDK version as recent as possible, if you can. And, if you don't already have thousands of lines of legacy code that uses iText 1.5.4, by all means do yourself (and/or your organization) a favour and use the latest v

Re: [iText-questions] Please help

2008-07-31 Thread 1T3XT info
Yang Yong wrote: > Hi, > >When I use Itext 1.5.4 with JDK 1.3,it will throw exception as: > java.lang.UnsupportedClassVersionError: > com/lowagie/text/pdf/IntHashtable (Unsupported major.minor version 48.0) > However,When I use Itext 1.5.4 with JDK 1.4,it works fine.So,Whether > Itext1.5.

[iText-questions] Please help

2008-07-31 Thread Yang Yong
Hi, When I use Itext 1.5.4 with JDK 1.3,it will throw exception as: java.lang.UnsupportedClassVersionError: com/lowagie/text/pdf/IntHashtable (Unsupported major.minor version 48.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:488

Re: [iText-questions] rotating ColumnText

2008-07-31 Thread 1T3XT info
Bil Corry wrote: > I'm trying to rotate a ColumnText object by wrapping it in an Image; my code > looks like: > > > fRotate = 30.0; > fLeft = 100.0; > fTop = 630.0; > PdfTemplate template = > pdfwriter.getDirectContent().createTemplate(fWidth, fHeight); > col = new

Re: [iText-questions] Form flattening & over content

2008-07-31 Thread 1T3XT info
Alex Wibowo wrote: > Gday, > > > I have a PDF with some sensitive information in it. I was thinking of > putting white box on top of this location. But I find out later that the > white box can be removed by simply opening the PDF in Acrobat Designer. > (or even simpler, do a text highlight &