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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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 &
16 matches
Mail list logo